Pointui » Home 2 Applets Showcase

[Applet][VGA/QVGA] Appointments and Tasks

(69 posts)
  1. My next Applet: Appointments and Tasks in one.
    There is an appointments applet and tasks applet but they're taking two applet slots, so precious space. Now you can have it in one place.
    Based on Appointments (V2.3) by joelaloose.
    VGA only!

    You can use tabs jifs from the Today applet if you don't like those;)

    QVGA version here Thanx to JSpeed!

    Update: Added task modification by usbprog.

    Attachments

    1. AppoTask.zip (55.5 KB, 2,490 downloads) 1 year old
    2. qvga_transparent_tabs.zip (3.1 KB, 823 downloads) 1 year old
    3. vga_transparent_tabs.zip (4.7 KB, 811 downloads) 1 year old
    4. qvga_tabs_pngs.zip (42 KB, 392 downloads) 1 year old
    5. qvga_tabs_jifs.zip (12.5 KB, 341 downloads) 1 year old
    6. 2009_02_21_00_21_02_0075_111g.jpg (39.7 KB, 149 downloads) 1 year old
    7. 2009_02_21_00_20_58_0074_111g.jpg (42 KB, 126 downloads) 1 year old
    Posted 1 year ago #
  2. jalnospam
    Member

    somebody do a qvga please this is an awesome app

    Posted 1 year ago #
  3. JSpeed
    Member

    Your wish is my command. almost. Where is the main background graphic without the vertical line through it?

    Why can I not see tomorrow's, etc. appointments? Using a AT&T Tilt.

    Attachments

    1. AppoTask-QVGA.zip (43.3 KB, 502 downloads) 1 year old
    Posted 1 year ago #
  4. n11
    Member

    @jspeed: eeeehm, nope...
    both versions totally identical.

    Posted 1 year ago #
  5. JSpeed
    Member

    ok... looked into that and I don't know what happened to the copy I made on my computer. Here's the copy from my phone.

    Attachments

    1. AppoTask-QVGA.zip (12.4 KB, 436 downloads) 1 year old
    Posted 1 year ago #
  6. madhatter
    Member

    love it! absolutely love it. great to be able to see the appointments for today and upcoming events. plus to see tasks. im using the qvga version jsped made. the applit has a few bugs. the display is the one from today so it has a line through it which is a bit annoying but an easy fix for the dev :) plus when looking at tasks the colors surrounding the tasks dont match the background color. great app though, good work :)

    Posted 1 year ago #
  7. JSpeed
    Member

    yea... never said I was a graphic artist. I'm not. :) I just took what I had availible. didn't change the size of the "dots" at all. shrinking them might make it a little to hard to see on a QVGA device, anyway.

    The difference between the two is just a dozen numbers cut in half and took other graphics from Tasks and Today. If someone will fix the main background, that would be great.

    Posted 1 year ago #
  8. @JSpeed
    Great work!
    I've uploaded my tabs in pngs and jifs resized to QVGA.
    Pngs for someone who wants to make his own.

    Posted 1 year ago #
  9. Holm
    Member

    How can I/you make it transperant like the other tabs??? ยด

    Posted 1 year ago #
  10. ABCDEFGabcdefg
    Member

    @Holm, I had the same 'issue'.
    So I took the Background.jif from AppletRibbon\Today and pasted it in the AppoTask folder. Problem solved!

    Posted 1 year ago #
  11. JSpeed
    Member

    @ibrythill
    I found a bug in the main coding for appointments. It only loads appointments that happen after the time of day for future days. I have several appointments, but only one is after the current time today, even though they are all monday and tuesday. Only the one that is after the current today's time is showing up. Looking at the code for a solution, but don't know the code very well.

    Posted 1 year ago #
  12. jalnospam
    Member

    love this app. on the gvga version.......can someone change the width of text across screen to fit in faded box plus the tasks are behind a clear black, hard to see

    please....props on the app

    Posted 1 year ago #
  13. Wrant
    Member

    I agree with JSpeed, It showed them for a while but then stopped, Other than that it seems spot on

    Posted 1 year ago #
  14. I haven't seen this bug yet. It is build on Appointments (V2.1) by joelaloose. I've just put it on a tab, but I will look closer and try to find this bug.

    Posted 1 year ago #
  15. madhatter
    Member

    im having the same problem as jsped, am running it on a sch-i910, omnia

    Posted 1 year ago #
  16. JSpeed
    Member

    joelaloose is working on the time/future/thing but. thought he had it fixed, but still not working.
    I'm including a newer QVGA version that closes some of the gaps between appointments. This is only the .cs file, copy it over the old one.

    QVGA ONLY, VGA did not have this problem.

    Attachments

    1. AppoTask.cs.txt (11.2 KB, 44 downloads) 1 year old
    Posted 1 year ago #
  17. catchmeu
    Member

    Finally I managed to get this work on QVGA.. The only missing piece is a propoer Background.jif. If some pone can make it, that will be great..

    In the process, I added a crucial line to ensure the future days start at 12 AM, not at the time of loading the applet.. programmed for 3 days only..

    Attachments

    1. AppoTask-QVGA.zip (13.4 KB, 80 downloads) 1 year old
    Posted 1 year ago #
  18. I don't know why, but the letters in Tasks tab, are not white, they are like transparent.. look my screenshot
    Appointments are correct white, like the title.

    Attachments

    1. Screen10.jpg (23.6 KB, 9 downloads) 1 year old
    Posted 1 year ago #
  19. mssmison
    Member

    would it be possible to switch this from the regular calendar app to thumbcal instead?

    Posted 1 year ago #
  20. Yes it is possible.
    void today_OnClick() {
    dt.Now();
    if (IsTomorrow == true){
    Tasks.DisplayApp();
    } else {
    Appointments.DisplayApp(dt);
    }
    }

    change: Appointments.DisplayApp(dt);
    with your path to thumbcal

    Posted 1 year ago #
  21. JSpeed
    Member

    Ok... new version from catchmeu, I added the backgrounds and it's looking good. However, the last Task is off the applet. Been looking at it, but can't see the answer.

    BTW, the QVGA pngs and jifs are availible in post 1.

    Attachments

    1. AppoTask-QVGA.zip (23.1 KB, 37 downloads) 1 year old
    Posted 1 year ago #
  22. JSpeed
    Member

    Ok, found where I can remove the last task. would rather shrink them, but what ya gonna do?

    Attachments

    1. AppoTask-QVGA-fixed_tasks.zip (23.1 KB, 212 downloads) 1 year old
    Posted 1 year ago #
  23. boglll
    Member

    very good applet, I have a problem/request though:
    I use tasks as a reminder between 8 different items and I need to have showed only those checked, not simply an unsorted list.
    I mean something like usbprog did (http://community.pointui.com/topic/applet-mod-tasks-qvga), would it be possible?
    I tried a sort of copy/paste between the 2 applets but had no positive result...
    tks guy

    Posted 1 year ago #
  24. Applet updated with newest bugfixes.

    @boglll
    will see what can be done.

    Posted 1 year ago #
  25. madhatter
    Member

    thank you for the fix jsped :) is there any way you could make the bg transparent so it can match our themes better? thank you :)

    Posted 1 year ago #
  26. Seba617
    Member

    thank you for the fix jsped :) is there any way you could make the bg transparent so it can match our themes better? thank you :)

    yeah i was hoping for the same thing. besides that, its great!

    Posted 1 year ago #
  27. JSpeed
    Member

    Unzip this and copy files. These are transparent backgrounds only. hope you like it :)

    Attachments

    1. Background.zip (1.3 KB, 132 downloads) 1 year old
    Posted 1 year ago #
  28. catchmeu
    Member

    Cool.. Thanks guys! :)

    Posted 1 year ago #
  29. madhatter
    Member

    you made it gorgeous jsped! im thinking of leaving my fiance for it. you did a great job! :) one question though, is the dark boxes behind the tasks able to leave, for a more fluid look to match the appointments ?

    Posted 1 year ago #
  30. Seba617
    Member

    seriously, you guys are all amazing. KEEP UP THE GOOD WORK!!

    Posted 1 year ago #

RSS feed for this topic

Reply »

You must log in to post.