1. TomCanuck's Avatar
    6.1.2.2 also has a new macro called 'GetDayOfWeek'.

    It should return day of week ('01' for Monday, ... , and '07' for Sunday).
    Awesome! ... Oh man. Got me some lengthly macros to re-write now. Haha
    04-27-12 09:16 AM
  2. Vijik's Avatar
    Awesome! ... Oh man. Got me some lengthly macros to re-write now. Haha

    I am always looking for adding new macros to ease up things. So, let me know if some part of your macros could be written simpler with new set of macros.
    04-27-12 09:46 AM
  3. TomCanuck's Avatar
    Ha! Simpler. Not even close. Going to re-write my auto wifi check for starters, so it doesn't check while I'm at work/overnight. Which I had already kind of done based on time, but since my shift varries weekday vs weekend it ran for a few hours when it didn't need to. But now... It shall be perfect!

    I'll see if I can make it a plugin after I get it working well.
    04-27-12 09:53 AM
  4. TomCanuck's Avatar
    HasWifiConnection is working for me 6.1.2.2_OS7_T on 9900/7.1.0.402
    04-27-12 10:02 AM
  5. B4me's Avatar
    Vijik:

    Thank you for compiling SCM for OS 6.

    1. Really LIKE the update feature in SCM 6, it WORKS great ...... It never worked for me in SCM 5, as I have mentioned before.

    2. HasWifiConnection is now working properly

    You asked:
    "I am always looking for adding new macros to ease up things. So, let me know if some part of your macros could be written simpler with new set of macros."


    So, any chance of adding a SSID option to HasWifiConnection where it would return the WiFi SSID?

    3. GetDayofWeek appears to be working fine. Nice job!

    Liking 6 more and more each day ... Fantastic coding.
    04-27-12 10:41 AM
  6. Vijik's Avatar
    @B4me,

    2- Good idea. I will soon add a new macro for that (called something like GetSSID)

    Glad to see that you like ShortcutMe 6.
    With the macros and the plug-in feature, users should be able to add and use complex macro functions to their ShortcutMe without even knowing how macros work.
    B4me likes this.
    04-27-12 01:06 PM
  7. Vijik's Avatar
    @B4Me,

    ShortcutMe 6.1.2.3 is ready for download (use Updates in ShortcutMe).

    New in 6.1.2.3 comparing to 6.1.2.2:

    - A new macro called 'GetSSID' is added.
    This macro returns the SSID name of the wifi router if the device is connected to one. Otherwise it returns an empty string.
    04-28-12 06:34 AM
  8. B4me's Avatar
    @B4Me,

    ShortcutMe 6.1.2.3 is ready for download (use Updates in ShortcutMe).

    New in 6.1.2.3 comparing to 6.1.2.2:

    - A new macro called 'GetSSID' is added.
    This macro returns the SSID name of the wifi router if the device is connected to one. Otherwise it returns an empty string.
    Got it.

    Thank you, works GREAT. TESTED it on two different WiFi networks.

    This should serve SCM users quite well. They can do some simple 'if statements' and have different conditions based upon where they are currently located (at home, work, friends etc)

    As usual, great job Vijik .......... thanks again.
    Vijik likes this.
    04-28-12 09:40 AM
  9. B4me's Avatar
    Vijik:

    Small cosmetic issue:

    StartsWith and EndsWith DOES work properly ........ but they are not listed in the Macro Menu list.

    BB 9700 Bold OS=6 SCM=6.1.2.3
    04-28-12 10:19 AM
  10. Brandon_oma692's Avatar
    Formatting question

    If1 xxxxxxx
    Then1;
    does if true;
    Else1;
    does if false;
    This also done if false;
    If2 yyyyy; if2 only runs if if1 is false?
    Then2;
    True2;
    Else2;
    False2;

    How do I make this line from here and down run no matter what the above answers t/f? Or if if1 is true? Or if if1 is false?

    I am pretty sure this is where the endif's come in but I am confused.

    Thanks
    04-28-12 12:24 PM
  11. B4me's Avatar
    Formatting question

    If1 xxxxxxx
    Then1;
    does if true;
    Else1;
    does if false;
    This also done if false;
    If2 yyyyy; if2 only runs if if1 is false?
    Then2;
    True2;
    Else2;
    False2;

    How do I make this line from here and down run no matter what the above answers t/f? Or if if1 is true? Or if if1 is false?

    I am pretty sure this is where the endif's come in but I am confused.

    Thanks

    Set $Var = 123;
    If0 $Var == 123;
    Then0;
    /* Put code here you want to run when condition is True */
    Else0;
    /* Put code here you want to run when condition is False */
    EndIf0;
    /* Put code here you want to run whether condition is True or False*/
    04-28-12 12:56 PM
  12. Vijik's Avatar
    Vijik:

    Small cosmetic issue:

    StartsWith and EndsWith DOES work properly ........ but they are not listed in the Macro Menu list.

    BB 9700 Bold OS=6 SCM=6.1.2.3
    'StartsWith', 'EndsWith' and 'CloseOptions' macros are now added to the macro list in the new version I am working on.
    Waiting to add more things before I make the new version available for download.
    04-29-12 05:55 AM
  13. Vijik's Avatar
    .
    ShortcutMe 6.1.1.104 (for BB OS 4.3 - 4.6) and ShortcutMe 6.1.2.4 (for all other devices and BBs) are now available from the in-app update (ShortcutMe > BB Key > Updates).




    New in 6.1.2.4 and 6.1.1.104:

    - Added 'GetDayOfWeek' macro

    - Fixed 'HasWifiConnection' macro

    - Added 'GetSSID' macro



    - Added StartsWith, EndsWith and CloseOptions to the drop-down list in MacroEditor

    - Added 'StopAndRunShortcut' macro
    Example:
    StopAndRunShortcut AB; /*Put this at the end of one macro shortcut to run a new shortcut. This can in some cases eliminate the need to have CascadedShortcuts*/

    - Fixed the bug that caused 'LaunchAndWait Messages' enter an extra M (When Messages is launched from macros, ShortcutMe doesn't hit the M key after launching Messages)
    dimm0k likes this.
    05-01-12 06:27 AM
  14. dimm0k's Avatar
    Finally got around to switching from WiFi_toggle to WiFi_toggle2... issue I have is WiFi_toggle2 doesn't work when I launch it through SCM itself, but if I do a test run it works! All that happens is the 'Manage Connections' window pops up and then nothing happens.
    05-01-12 11:41 AM
  15. deejayburnout's Avatar
    Just checked mobihand and no sign of the update yet?

    tried the in app update and no show there either, but i suppose that will only happen when i update to V6, which i am wanting to do when mobihand gets there act together.

    Did mobihand sort out the issues with you Vijik, or are we still waiting.
    05-02-12 12:33 AM
  16. Vijik's Avatar
    Just checked mobihand and no sign of the update yet?

    tried the in app update and no show there either, but i suppose that will only happen when i update to V6, which i am wanting to do when mobihand gets there act together.

    Did mobihand sort out the issues with you Vijik, or are we still waiting.
    There are some technical issues that haven't been fixed yet. Mobihand support haven't responded to my emails since 6 days ago.

    Send me an email (support at shortcutme dot com) so that I move you over to App World.
    deejayburnout likes this.
    05-02-12 03:54 AM
  17. Vijik's Avatar
    @B4me,

    On your 9700, what character do you see in the lower part of SCM screen when you open ShortcutMe and then hit A?
    05-02-12 06:14 AM
  18. deejayburnout's Avatar
    There are some technical issues that haven't been fixed yet. Mobihand support haven't responded to my emails since 6 days ago.

    Send me an email (support at shortcutme dot com) so that I move you over to App World.
    Wow

    thanks for that offer. Very Kind of you.

    I will send email right away.

    05-02-12 07:31 AM
  19. B4me's Avatar
    @B4me,

    On your 9700, what character do you see in the lower part of SCM screen when you open ShortcutMe and then hit A?
    1. Entering a 'a' Or a 'A' produces 'AS'

    2. Entering a 's' Or a 'S' produces 'AS'

    3. Entering a 'w' Or a 'W' produces 'QW'

    4. Entering a 'q' Or a 'Q' produces 'QW'

    NONE of the letter combinations produced, are the names of any existing Shortcuts.

    Let me know if you need any more info ......... glad to help.
    05-02-12 07:32 AM
  20. dimm0k's Avatar
    Finally got around to switching from WiFi_toggle to WiFi_toggle2... issue I have is WiFi_toggle2 doesn't work when I launch it through SCM itself, but if I do a test run it works! All that happens is the 'Manage Connections' window pops up and then nothing happens.
    Anyone else get WiFi_toggle2 to work for them? I'm on 6.1.2.4 on OS 7.1.0.402 on the 9930.
    05-02-12 08:29 AM
  21. B4me's Avatar
    Anyone else get WiFi_toggle2 to work for them? I'm on 6.1.2.4 on OS 7.1.0.402 on the 9930.
    Try:

    App. Name WiFi_Toggle2

    Assign shortcut keys to it and that should work properly from SCM

    BB 9700 OS=6 SCM=6.1.2.4_NT
    dimm0k likes this.
    05-02-12 08:45 AM
  22. Vijik's Avatar
    1. Entering a 'a' Or a 'A' produces 'AS'

    2. Entering a 's' Or a 'S' produces 'AS'

    3. Entering a 'w' Or a 'W' produces 'QW'

    4. Entering a 'q' Or a 'Q' produces 'QW'

    NONE of the letter combinations produced, are the names of any existing Shortcuts.

    Let me know if you need any more info ......... glad to help.
    Thanks.

    That is a bug. On a BB with full keypad, hitting A should only enters 'A' ('AS' is for devices with reduced keypad/SureType).

    Please upgrade to 6.1.2.5_NT to get rid of that bug.
    05-02-12 10:59 AM
  23. B4me's Avatar
    Thanks.

    That is a bug. On a BB with full keypad, hitting A should only enters 'A' ('AS' is for devices with reduced keypad/SureType).

    Please upgrade to 6.1.2.5_NT to get rid of that bug.
    Got it. Thanks!

    It now DOES work properly.

    Thanks again, Vijik.
    05-02-12 11:28 AM
  24. visortgw's Avatar
    @vijik: I have a macro to perform a backup to microSD that no longer works after I upgraded my 9930 to OS v7.1.0.402 (from OS v7.1.0.163). There is one section that key clicks no longer work within the macro (in red commented below). I tried to substitute enter keys (don't work either) as well as a suspend (SCM will not resume). Currently, the work-around is to add an artificial 10 second delay (in green just beyond the commented section below) to allow me time to manual navigate to reach the password entry screen.

    FYI, I did verify that permissions are properly set.

    Delay1000;
    InjectDelay100;

    Set $loop=1;
    While0 IsAppRunning Toolkit && $loop<9;
    LaunchAndWait Toolkit; Do0;
    EscKey;
    Inc $loop; Delay100;
    EndWhile0;

    Delay2500;
    NavMoveDown2; Delay500;
    NavMoveRight3; Delay500;
    NavClick; Delay500;

    /*
    NavClick;Delay500;
    NavClick; Delay500;
    NavMoveDown1; Delay500;
    NavClick; Delay500;
    */


    Vibrate100; Delay10000;

    PasswordKey Encrypted____________________;
    Delay500;
    NavMoveDown1; Delay500;
    PasswordKey Encrypted____________________;
    Delay500;
    NavMoveDown1; Delay500;
    NavClick; Delay500;
    NavMoveDown1; Delay500;
    NavClick;

    Any thoughts?
    Last edited by visortgw; 05-02-12 at 02:36 PM.
    05-02-12 02:04 PM
  25. Vijik's Avatar
    @visortgw,

    I haven't used ToolKit, and I haven't yet upgraded to 7.1.0.402.

    What do you have on the screen when the red commented out macros supposed to be executed?
    05-02-12 08:35 PM
544 ... 56789 ...
LINK TO POST COPIED TO CLIPBOARD