Pointui » Home 2 Applets Showcase

[Applet] QuickLaunch

(118 posts)
  • Started 1 year ago by jo_keks
  • Latest reply from cerealpirate
  1. yycho2
    Member

    hi jo,

    is it possible to enable "My Contacts" to have more than my current 12 fast dial contacts? similar to your Quick Launch for 25, etc?

    is yes, what should i edit?

    sorry to be out topic...

    Posted 1 year ago #
  2. fdbryant3
    Member

    I've downloaded and placed Quicklaunch in my AppletRibbon folder. I've selected in Home2, however while my other applets load - this one doesn't.

    Posted 1 year ago #
  3. jo_keks
    Member

    Hi all,

    thank to Home2 build 2.1 I found some bugs in this applet. I have corrected all but I am on holliday this weekend. A bugfix will be released next tueday.

    regards

    Posted 1 year ago #
  4. rhinovalley
    Member

    jo,

    Thanks so much for this applet. It was exactly what I was looking for. I did however notice a bug, and I'm not sure if it's one that you have recognized yet. I have a VGA Touch Pro with Spring stock ROM. It seems that the applications extend horizontally beyond what they should. For example, spots 1-5 are shown in the top row, while 6-9 are also in the top row but are off the screen to the right, and can be seen when going between applets. Then, 10-14 are displayed on the next row, etc. It doesn't hinder functionality, it seems to be more of an annoyance that the +'s appear over the next applet while switching. If there is anything I can do to help troubleshoot, please let me know. Thanks again!

    Posted 1 year ago #
  5. jo_keks
    Member

    Hi rhinovalley,

    thank you for reporting this. I hope it's solved with the latest release (170609). Please report if not. Then I need you're PointUI version and I need to know if it is in landscape or portrait or both...

    regards

    Posted 1 year ago #
  6. Have been waiting for this one. I have run into one issue. It will not work with sub folders.

    Posted 1 year ago #
  7. jo_keks
    Member

    Thanx for reporting. Should be fixed now...

    Posted 1 year ago #
  8. ok will test and report back.

    Posted 1 year ago #
  9. Works Great! Thanks I have been missing this one sense the update

    Posted 1 year ago #
  10. aar0n74
    Member

    hi joe i have a touch diamond n i installed the the latest pointui (2.1.04) n im having the same problems as rhinovalley is having wit the quicklaunch applet (170609) :(

    Posted 1 year ago #
  11. Jibber
    Member

    Thanks for the new version. With it all my problems I had before are gone. It is working perfectly. Good job!

    Posted 1 year ago #
  12. jo_keks
    Member

    Hi rhinovalley and aar0n74,

    I remember that Strages (an other guy in this forum) had the same problem. We spend some nights and a lot of tests to find the problem but without any result... I'm sorry for this.

    In the applet I check the width of the screen and set it to "xmax". then I draw the controls until I reach xmax and go to a new line. So it looks like GetWidth() returns the wrong value on your phone...

    You can try to change xmax manually.

    regards

    Posted 1 year ago #
  13. bominc
    Member

    my htcHD has the similar problems as rhinovalley and aar0n74,but how to change xmax manually?

    Attachments

    1. CapScr0003.jpg (36.5 KB, 0 downloads) 1 year old
    Posted 1 year ago #
  14. edo
    Member

    Hi,

    I have similar problems as mentioned above.

    VGA device with WM6.1 + H2.1.04 + QuickLaunch170609_fix.cab

    Problem can be seen the below picture -

    Attachments

    1. quicklauch_problem.jpg (159.6 KB, 0 downloads) 1 year old
    Posted 1 year ago #
  15. bominc
    Member

    how post the picture iv caught?failed
    when add the applet。occur:

    【quicklauch】method not found .setalign
    call stack
    applbl.set()
    quicklauchapplet.loadapps()
    quicklauchapplet.reload()
    quicklauchapplet.resize()

    then back to point“+”.occur:

    call stack
    applbl.set()
    quicklauchapplet.loadapps()
    quicklauchapplet.reload()
    applbl.exeselected()
    screenselectexecutable.fileclick()

    the fixed version .cab file canbe setup but
    when point“+”to add pro.apper “+”still and lauch words:

    call stack
    applbl.set()
    quicklauchapplet.loadapps()
    quicklauchapplet.reload()
    applbl.exeselected()
    screenselectexecutable.fileclick()

    Attachments

    1. CapScr0005.jpg (34 KB, 2 downloads) 1 year old
    2. CapScr0004.jpg (34.7 KB, 0 downloads) 1 year old
    3. CapScr0001.jpg (33.6 KB, 0 downloads) 1 year old
    Posted 1 year ago #
  16. Hi rhinovalley and aar0n74,

    I remember that Strages (an other guy in this forum) had the same problem. We spend some nights and a lot of tests to find the problem but without any result... I'm sorry for this.

    In the applet I check the width of the screen and set it to "xmax". then I draw the controls until I reach xmax and go to a new line. So it looks like GetWidth() returns the wrong value on your phone...

    You can try to change xmax manually.

    regards

    jo_keks, in your latest version (and older to) you have on row 43 the following code:

    if (x <= Device.AutoScaleValue(xmax))

    It should be

    if (x <= xmax)

    For VGA devices your xmax value becomes the doubled width of the screen (eg 800 and not 400)

    You have the same fault on row 63.

    Changing the code solved the prob om my Touch HD.

    However I have an other problem with your applet: as I have the pro version, I made myself a fullscreen applet. When I install your applet, the transition between fullscreen and variable size applets is very slow (about 20 sec). Don't know what causes this?

    Posted 1 year ago #
  17. jo_keks
    Member

    Hi cardefbel,

    thanks for your hint...I was blind! I will fix this today and look what the transition problem could be. Can you post me your fullscreen applet for testing?

    Posted 1 year ago #
  18. edo
    Member

    Hi cardefbel,

    Thanks for the tip - I've changed it on my device (VGA) and it is working perfectly.

    Posted 1 year ago #
  19. tsperez
    Member

    Ok, there are 4 pages of postings and 5 files to download.

    What exactly do I have to install on a Sprint Touch Pro (vga) phone.

    TIA,
    tsp

    Posted 1 year ago #
  20. Ok It wont let me upload it for some reason

    Posted 1 year ago #
  21. gorf1000
    Member

    Jo_keks, I've developed a search applet partially based around your button/selection code. I haven't released it yet because I wanted to get the okay from you to use your code. Is it okay for me to release it?

    Search Applet

    Posted 1 year ago #
  22. doudouweb
    Member

    Hi,
    Is it possible to add a shortcut to the PointUi Menu that allows user to access to his running programms and everything?

    If yes, how can I use it?

    Second questions: it is possible to customize your applet for WQVGA screens? If yes, How can I do that?

    Thanks in advance for your help!

    ++

    Posted 1 year ago #
  23. gorf1000
    Member

    @doudouweb - The first question is easy, if you're using the standard PointUI interface then you can use the Custom CS Generator to create a custom.cs file which you can use to set just about any of the functions on the home screen.

    The second question is a little trickier, I'm actually working on this since I'm using a modified form of this code for my search applet and I would like that to support WQVGA. This will work as is on WQVGA it just doesn't take advantage of the wide screen.

    Posted 1 year ago #
  24. doudouweb
    Member

    thanks for your response grof1000.

    I'm using actually this applet on my Samsung Player addict, but as you said, it doesn't take advantage of the wide screen!

    For my first question, I'm not using standard point ui interface, I'm using Sense interface (which is really great btw!) so I don't think I can use custom CS generator... And I'd like to add this shortcut within the Quicklaunch applet... I'll keep searching :)

    Posted 1 year ago #
  25. gorf1000
    Member

    Okay, I misunderstood what you were looking to do. There's a couple ways you could get the task manager into quicklaunch. The easiest is to put a shortcut to the task manager into /windows/start menu/programs folder that will give you the option to select it when you click on the add buttons. The windows task manager program is in the /windows/ directory called taskmgr.exe, if you have a Samsung they may have another task manager program that's a little cleaner, my Omnia ha sa program called taskswitcher.exe in the /windows/ directory.

    The little more complicated but Home2 way to manage the tasks is to modify the quicklaunch source code and replace one of the add buttons with a button that brings up the task screen, it's not that difficult to do but it requires a little coding.

    I hope that helps!

    Posted 1 year ago #
  26. joe_qd
    Member

    Thanks!

    Posted 8 months ago #
  27. micah576
    Member

    I have question similar to yycho2's, is there anyway to place contacts onto the quicklaunch applet? and by that I mean individual contacts, not the contact app.

    thanks!

    Posted 7 months ago #
  28. cerealpirate
    Member

    jo_keks You stole my idea lol

    I just started using pointui again and found this little trick.
    Works great on At&t Tilt wm6.1 I have 3 Quicklaunch windows and loving ever bit !!

    Thanks for a great app
     CP 

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.