Works Great... one question though with qvga... anyway to increase it to show tomorrow's appointments?
Pointui » Home 2 Applets Showcase
[Applet][VGA/QVGA] Appointments and Tasks
(69 posts)-
Posted 1 year ago #
-
Does anybody have the transparent bagground for vga?
Posted 1 year ago # -
@Holm
you can use the background from Today applet. I think I will make one cause people are asking..Posted 1 year ago # -
@ibrythill
Thanks but it has a thin line in the middle. So i would appreciate if you mad one... THXPosted 1 year ago # -
Transparent tabs vga and qvga added in the first post
Posted 1 year ago # -
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 # -
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 # -
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 # -
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 # -
@mssmison
Process.Start("\\Program Files\\Thumbcal\\Thumbcal.exe");Posted 1 year ago # -
Great Thanks alot ibrythill! I appreciate the help. :)
Posted 1 year ago # -
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 # -
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 # -
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;
}Posted 1 year ago # -
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 # -
Thanks JSpeed!:)
VGA version updated!Posted 1 year ago # -
Another update to the QVGA version. Change tomorrow's date on Appointments to say "Tomorrow"
Posted 1 year ago # -
Very nice applet guys,this Pointui 2 is really good.
Posted 1 year ago # -
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 # -
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
Posted 1 year ago # -
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 # -
@Seba617
It's not possible in the current form.Posted 1 year ago # -
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 greatfullPosted 1 year ago # -
one issue i have is that it runs realy slow compared to other tabs
Posted 1 year ago # -
How about a SONNAR UI QVGA version?
THX
JosePosted 1 year ago # -
Start to Finish, outstanding work!
Posted 1 year ago # -
may i ask please where can i get the thumb cal and how to install it? thanks!
Posted 1 year ago # -
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 # -
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 # -
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.Posted 1 year ago #
Reply »
You must log in to post.
