- 07-10-2012, 10:46 PM
Thread Author #351
CloseOptions super macro, like LaunchAndWait and LaunchModuleAndWait macros, is using a delay called WaitTil delay. By default that delay is set to 100 mS.
You can change that delay and adjust how fast CloseOptions runs by using WaitTilDelay macro before it:
/*quick closing of the Options page */
WaitTilDelay 5;
CloseOptions;
WaitTilDelay 100; /*To set it back to the default value */
The delays used in SearchAndRun are fixed (set to run even when BB's CPU is very busy doing other stuff). I will find a way to adjust its speed and add it to the future versions.Last edited by Vijik; 07-10-2012 at 11:22 PM.
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-10-2012, 10:58 PM
Thread Author #352
Show, like Input macro, accepts a timeout parameter:
Show This message is shown for max 3 seconds #3000;
Show This message is shown for max 3 seconds if no key is pressed ##3000;
I just added the above examples to the Macro Reference thread here:
http://forums.crackberry.com/blackbe...4/#post6557849Last edited by Vijik; 07-10-2012 at 11:07 PM.
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-10-2012, 11:05 PM
Thread Author #353
See this post (previous page of this thread):
http://forums.crackberry.com/blackbe...ml#post7507108
In other words, you need to upgrade to SCM version 6.2.3.0BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-11-2012, 08:29 AM #354
Hey guys,
I bought Shortcutme and nfcshortcut a few days ago and want to create a special function for nfc.
When entering my car I want to turn BT on and Wifi off. When leaving my car I want to turn BT off and WiFi on.
Is there a possibility to get this running with a macro and one nfc sticker?
Big thanks for your help!
Chris - 07-11-2012, 08:43 PM
Thread Author #356
To turn BT On and Wifi Off when tapping an NFC tag:
1- Create a shortcut in ShortcutMe that turns on BT and turns off Wifi
2- Get NFCShortcut to program a tag to launch the shortcut created in 1 above.
1 above can be done like this:
--AppName: Macro
--Parameter:
--Display Name: BT_On Wifi_Off
- Shortcut Keys: BOW
--Macros:
WaitTilDelay 5;
TurnBtOn;
TurnWifiOff;
2 above can be done by opening NFCShortcut and then tapping a new NFC tag, then answer that you want to add that tag and set Launch to ShortcutMe and parameter to BOW.BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-12-2012, 01:15 AM #357
Thanks for your fast reply however your solution doesn't turn BT off and Wifi on when leaving the car. Am I right? That would mean I would have to program 2 NFC stickers?
Sorry for my English...
Greets!
Chris
Sent from my BlackBerry 9900 using Tapatalk - 07-12-2012, 05:31 AM
Thread Author #358
It is also possible to run this with only one NFC tag.
Which one of the followings do you want:
1- Tapping the tag in the car turns BT on and Wifi off. Tapping the same tag again will turn BT off and wifi on.
2- Tapping the tag in the car brings up a menu with two options,
Car Mode, and Home mode (or some other names).Last edited by Vijik; 07-12-2012 at 05:58 AM.
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-12-2012, 06:09 AM
Thread Author #360
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-12-2012, 05:13 PM #361
I have a marco from version 5 that I haven't used in a while that doesn't seem to work in version 6. I narrow it down to not being able to launch the Blackberry Messenger_BG. Actually it does launch but immediately closes (or minimize to background). I create a new macro and selected the proper app name (Blackberry Messenger_BG) as well as a battery pull and check the permissions (all allow). Anyone having this problem launching BBM through ShortcutMe?
- 07-12-2012, 09:34 PM
Thread Author #362
@robchow,
It is fixed in 6.2.3.1_OS7_T.
You can now upgrade to it from Updates menu option in ShortcutMe.
EDIT: No, wait with upgrading. It doesn't run BBM on one of the 9900 devices I have.
Update: 6.2.3.3_OS7_T is available and should have a fix for BBM Launch problem.Last edited by Vijik; 07-12-2012 at 10:45 PM.
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-13-2012, 08:09 AM
Thread Author #363
I am still waiting for robchow to confirm that the new version of SCM can launch BBM.
In the mean time can some of you who runs a BB with BB OS 4, 5, or 6 try and see if you can launch BBM if you set a shortcut's AppName to 'BlackBerry Messenger_BG'?
Thanks.BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-15-2012, 09:41 AM
Thread Author #365
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-17-2012, 12:34 PM #367
Is there a way to have more than ten (10) If statements? I am trying to add a month selection within the above macro. I noticed if I am to run the macro above at the end of the month, it will default to the current month in the calendar and as such back date the input (i.e., trying to input for August 2...today's July 29...input will be July 2). Would a "case" statement be better? I may be using the "case" statement wrong as I am not familiar with these conditional statements such as if/then/else.
- 07-17-2012, 01:11 PM
Thread Author #368
@robchow,
As long as IF sentences are not used inside other IF sentences, you can reuse the number for IF sentence.
For example the macro below is fine (all 3 IF-sentences using number 2 without interfering each other).
If2 $Var1>5;
Then2;
...
EndIf2;
If2 $Var2>3;
Then2;
...
EndIf2;
If2 $Var3>4;
Then2;
...
EndIf2;Last edited by Vijik; 07-17-2012 at 07:44 PM.
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-17-2012, 08:21 PM
Thread Author #369
ShortcutMe 6.2.3.4
ShortcutMe 6.2.3.4 is now available for all BB models. Those who own ShortcutMe 6 can download it from the app itself:
ShortcutMe > BB/Menu key > Updates
New in 6.2.3.4 comparing to 6.2.3.3:
- Added following macros:
GetWaitTileDelay (Returns the delay used for LaunchAndWait, and LaunchModuleAndWait macros).
GetYear (Returns Year in YYYY format)
- CloseOptions super macro runs faster (sets WaitTilDelay to 5 before running and sets it back after it is done)
- WaitTilDelay macro accepts variables (example: WaitTilDelay $Var1; )
- SearchAndRun super macro runs faster (Reduced the delays used in SearchAndRun)BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys - 07-27-2012, 04:00 AM #372
Suggestion for minor improvement...I'm using the SELECTFROM function mapped to a convenience key to have access to a cool little menu for really common stuff. Is there a way of adding the option to use keyboard shortcuts within this?
What I mean is, if a selectfrom menu has
- emails
- pic
- cancel
...The 'cancel' has an underlined 'c'. Can the other entries have the same ? TIA - 07-27-2012, 10:24 AM #373
I upgraded to ShortCutMe Touch Ver 6.2.3.5_OS7_T on my 9850 running OS7 7.1.0.580 from Sprint.
All went well, but it does not allow horizontal views.
Seems to be locked into portait mode.
Is there a way to fix this?
Thanks,
Tim
Update:
Removed and reinstalled with the latest version and issue is still present.
Its a LARGE pain in the back side.
You click on email for someone in in ShortCutMe and it brings up the email screen.
But it will not allow you to do out of portrait mode.
Same with SMS.
Any one else having this issue with the 9850 or 9860?
TimLast edited by trsbbs; 07-27-2012 at 08:16 PM.
Z10 STL100-4 OS v10.1.0.1756
Playbook OS v2.1.0.1526
The New Blackberry Z10: ReDesigned, ReEngineered, ReInvented and ReBooting. - 07-28-2012, 07:25 PM #374
Ghost town...
TimZ10 STL100-4 OS v10.1.0.1756
Playbook OS v2.1.0.1526
The New Blackberry Z10: ReDesigned, ReEngineered, ReInvented and ReBooting. - 07-28-2012, 07:41 PM
Thread Author #375
BB10: MyProfilesPro, ShortcutMe 10, FlashLightPro, BBM Connected, NFC Enabled, Native Apps for Z10
BB10: EmailforGoogleGmail,FlashySearch
BBOS 4+: ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
BBOS 7+: NFCShortcuts, Tap a NFC tag to launch an app, a task, or your macro shortcut in Shortcutme
BBOS 5+: MyOwnHotKeys, Override default hotkeys and create your own hotkeys


Reply














