Pointui » Home 2 Applets Showcase

[Applet][VGA/QVGA] Appointments and Tasks

(69 posts)
  1. ROCOAFZ
    Member

    Works Great... one question though with qvga... anyway to increase it to show tomorrow's appointments?

    Posted 1 year ago #
  2. Holm
    Member

    Does anybody have the transparent bagground for vga?

    Posted 1 year ago #
  3. @Holm
    you can use the background from Today applet. I think I will make one cause people are asking..

    Posted 1 year ago #
  4. Holm
    Member

    @ibrythill
    Thanks but it has a thin line in the middle. So i would appreciate if you mad one... THX

    Posted 1 year ago #
  5. Transparent tabs vga and qvga added in the first post

    Posted 1 year ago #
  6. JSpeed
    Member

    ROCOAFZ,
    how many appointments do you have today? It will only show 7 lines total because of height restrictions but should show future appointments up to 2 weeks (I think that's where I reset it to). If this is not working, then something is wrong.

    Posted 1 year ago #
  7. ROCOAFZ
    Member

    JPspeed
    Only had one for the next day and none for the current. It didn't show it. As soon as the day changed it did though. This is on the qvga version.

    Posted 1 year ago #
  8. ROCOAFZ
    Member

    Also note i was using the one from post 22.
    It doesn't show appointment date
    Under appointment it says Today
    Then the bullet and todays appointment.
    Yesterday it said no appointments.
    Hope this helps.

    Just incase i missed something, maybe we need a tutorial on how to assemble the qvga.

    Posted 1 year ago #
  9. mssmison
    Member

    hmm I'm having a little trouble changing the calendar app to thumb calc. I've made this change.
    #region Control Events
    void today_OnClick() {
    dt.Now();
    if (IsTomorrow == true){
    Tasks.DisplayApp();
    } else {
    //Program Files/Thumbcal/Thumbcal.exe;
    }
    }
    #endregion
    but when I push the app screen nothing happens?
    Can someone please help me figure this one out?

    Posted 1 year ago #
  10. @mssmison
    Process.Start("\\Program Files\\Thumbcal\\Thumbcal.exe");

    Posted 1 year ago #
  11. mssmison
    Member

    Great Thanks alot ibrythill! I appreciate the help. :)

    Posted 1 year ago #
  12. JSpeed
    Member

    ROCOAFZ,
    The one from post 22 is what I'm using and is the most current QVGA version (except replacing the background). Mine seems to be working correctly. The best suggestion I can give is to remove it completely, redownload it from post 22 and reinstall it again.

    If you had been using an earlier version and did not remove and restart the applet when you updated, that exact problem will persist.

    Posted 1 year ago #
  13. ROCOAFZ
    Member

    Thanks mano... that's what it was... didn't delete the old folder and it looks like it didn't overwrite it. Good to go now.

    Posted 1 year ago #
  14. JSpeed
    Member

    ROCOAFZ,
    until now...

    New QVGA version, everyone. Resized a few things and found an issue (bug?). All day tasks were not displaying properly, probally not in the VGA version, either. They didn't have any dots beside them. Corrected that and made it say "All Day" instead of the time.

    ibrythill,
    you might want to consider this in the VGA version. Also sending it to Appointments2 topic. Changes follow.

    /* Get the bullet from the right color */
    imgDot.Surface.LoadFromFile("bullet_" + colorToUse + ".jif");

    int padLeft, padRight;
    padRight = imgDot.Surface.GetWidth();
    padLeft = padRight;
    Controls.Add(imgDot);
    int top;
    top = (h - imgDot.GetHeight()) / 2;
    imgDot.SetBounds(6, top);

    String time;
    time = dtStart.ShortTimeRange(dtEnd);
    if (isAllDayEvent) {
    s = "All Day" + ": " + s;
    }
    else {
    s = time + ": " + s;
    }

    Attachments

    1. AppoTask-QVGA-2009-02-23.zip (12.5 KB, 195 downloads) 1 year old
    Posted 1 year ago #
  15. catchmeu
    Member

    This (not showing some appointments) is fixed by inserting the following line.. In the original applet it was missing.. So if I load the applet at 11 PM, it will show only the appointments on the subsequent days after 11 PM.. if only I had any!

    while ((usedLines < maxLines) && (currentDay <= maxDaysInAdvance)) {
    int freeLines = maxLines - usedLines;
    usedLines += displayAppointmentsOfOneDay(today, dt, freeLines);
    currentDay += 1;
    dt.Now();
    dt.AddDays(currentDay);
    dt.SetStartOfDay(); // Set it to 12:00 (Midnight)
    }

    Posted 1 year ago #
  16. Thanks JSpeed!:)
    VGA version updated!

    Posted 1 year ago #
  17. JSpeed
    Member

    Another update to the QVGA version. Change tomorrow's date on Appointments to say "Tomorrow"

    Attachments

    1. AppoTask-QVGA-2009-02-24.zip (13.1 KB, 1,590 downloads) 1 year old
    Posted 1 year ago #
  18. rogmar
    Member

    Very nice applet guys,this Pointui 2 is really good.

    Posted 1 year ago #
  19. teh2000
    Member

    Modified Appt date from short format to display day of week (such as Mon, Tue, Wed, etc) plus date. For the day of the week it is quite useful to me. See modified AppoTask cs file attached.

    teh2000

    Posted 1 year ago #
  20. teh2000
    Member

    resend with correct file

    Modified Appt date from short format to display day of week (such as Mon, Tue, Wed, etc) plus date. For the day of the week it is quite useful to me. See modified AppoTask cs file attached.

    teh2000

    Attachments

    1. AppoTask-QVGA-2009-02-26.txt (11.4 KB, 243 downloads) 1 year old
    Posted 1 year ago #
  21. Seba617
    Member

    hey guys, how about getting it to show a lot more appointments by being able to scroll up and down? do u think that could be done?

    Posted 1 year ago #
  22. @Seba617
    It's not possible in the current form.

    Posted 1 year ago #
  23. Great app!!! I am in need of some help as I have been trying to get it to work with SBSHCalendar and have replaced (//Program Files/Thumbcal/Thumbcal.exe;
    ) with Storage Card\Program Files\SBSHCalendar\SBSHCalendar.exe and when I change the file back to .cs the applet wont even load. If some one would be so kind to help I would really be greatfull

    Posted 1 year ago #
  24. icepick66
    Member

    one issue i have is that it runs realy slow compared to other tabs

    Posted 1 year ago #
  25. How about a SONNAR UI QVGA version?

    THX
    Jose

    Posted 1 year ago #
  26. fjmeat
    Member

    Start to Finish, outstanding work!

    Posted 1 year ago #
  27. joshzzz2001
    Member

    may i ask please where can i get the thumb cal and how to install it? thanks!

    Posted 1 year ago #
  28. gumbyslide
    Member

    I may have missed something but is there a qvga version with the tab frame showing. The one that i installed has transparent tabs with no borders. Doesnt mesh with the rest of the applets that im using (IE-Messaging Applet that came with Home 2). My appologies for bein a noob.

    Posted 1 year ago #
  29. JSpeed
    Member

    There is no version that has that option, however the png files are downloadable from the first post so you can create your own backgrounds any way you wish, making it skinnable.

    Posted 1 year ago #
  30. JSpeed
    Member

    Next QVGA update for .28e
    Extended the list down for the newer full screen mode of Home2. Now shows more appointments and tasks. The very bottom is not yet clickable because it extends outside the normal applet area.

    Attachments

    1. AppoTask.zip (13.1 KB, 284 downloads) 1 year old
    Posted 1 year ago #

RSS feed for this topic

Reply »

You must log in to post.