1. robertopne123's Avatar
    Is there any way to add a homescreen shortcut without any text underneath or invisible text?

    Posted via CB10
    06-02-15 07:09 AM
  2. diegonei's Avatar
    Nope
    06-02-15 09:23 AM
  3. robertopne123's Avatar
    Nope
    Yes, there is. I found a way now. Thanks anyway

    Posted via CB10
    06-03-15 02:32 AM
  4. diegonei's Avatar
    Yes, there is. I found a way now. Thanks anyway
    If you wanna prove someone wrong, you gotta provice... proof. (Which would also get you points with the community - sharing knowledge and all that).

    So: How to or didn't happen.
    06-03-15 09:40 AM
  5. robertopne123's Avatar
    If you wanna prove someone wrong, you gotta provice... proof. (Which would also get you points with the community - sharing knowledge and all that).

    So: How to or didn't happen.
    If you use "\uFEFF" as the text under icon, it shows up as invisible.

    Posted via CB10
    06-04-15 01:57 PM
  6. thurask's Avatar
    If you use "\uFEFF" as the text under icon, it shows up as invisible.

    Posted via CB10
    Yes.

    Posted via CB10
    diegonei and Umaima_B_Dia like this.
    06-04-15 02:21 PM
  7. diegonei's Avatar
    If you use "\uFEFF" as the text under icon, it shows up as invisible.
    And why didn't you say that instead of "Yes, there is. I found a way now. Thanks anyway" if the bit I'll never understand...
    06-04-15 02:34 PM
  8. Umaima_B_Dia's Avatar
    And why didn't you say that instead of "Yes, there is. I found a way now. Thanks anyway" if the bit I'll never understand...
    Well, to achieve this:

    Invisible text-spy.jpg
    diegonei likes this.
    06-04-15 02:50 PM
  9. RodgerLeblanc's Avatar
    Thurask solution is perfect when used in QML, here's the code I'm using in C++ to achieve the same :
    Code:
    bool ApplicationUI::addShortcut() {
        bb::platform::HomeScreen homeScreen;
        return (homeScreen.addShortcut(QUrl("asset:///images/empty_icon_144.png"), "\e", QUrl("appworld://vendor/70290")));
    }
    06-04-15 09:19 PM

Similar Threads

  1. How do I restore my deleted texts and email on a Q10?
    By sammyjbird in forum BlackBerry Q10
    Replies: 6
    Last Post: 10-17-16, 05:11 PM
  2. Can't attach pics to texts and Facebook?
    By BeautyEh in forum BlackBerry Q10
    Replies: 4
    Last Post: 06-17-15, 03:11 AM
  3. Do you monitor your kids' phone calls and texts?
    By FireChestApps in forum General BlackBerry News, Discussion & Rumors
    Replies: 33
    Last Post: 06-16-15, 08:11 AM
  4. Can BB Classic Alerts be customized for email, phone and text only?
    By CrackBerry Question in forum BlackBerry Classic
    Replies: 0
    Last Post: 05-28-15, 11:13 AM
  5. Text me App
    By shunfay in forum More for your BlackBerry 10 Phone!
    Replies: 2
    Last Post: 05-27-15, 07:47 PM
LINK TO POST COPIED TO CLIPBOARD