XWidgetSoft Forum https://www.bbs.xwidget.com/ |
|
Busy event on calendar? https://www.bbs.xwidget.com/viewtopic.php?f=8&t=4532 |
Page 1 of 1 |
Author: | Jimking [ May 11th, 2014, 2:43 pm ] |
Post subject: | Re: Busy event on calendar? |
Ok, I use this script and seems that it works: function edit1OnChange(Sender) { image1.visible=true; } but it needs an "else" to hide again the image when the "edit" returns empty.. Any help.? |
Author: | Jimking [ May 11th, 2014, 3:02 pm ] |
Post subject: | Re: Busy event on calendar? |
Never mind. Found it by myself! ![]() So simple but sometimes my brain stops! ![]() function edit1OnChange(Sender) { if(edit1.Text) { image1.visible=true; } else { image1.visible=false; } } |
Author: | qiancang [ May 11th, 2014, 6:18 pm ] |
Post subject: | Re: Busy event on calendar? |
it's not a easy thing to create a calendar with events. i will have a look when i have time(maybe one week later) what's free? is it possible that free and busy appear in the same day? |
Author: | Jimking [ May 11th, 2014, 7:15 pm ] |
Post subject: | Re: Busy event on calendar? |
qiancang wrote: it's not a easy thing to create a calendar with events. i will have a look when i have time(maybe one week later) what's free? is it possible that free and busy appear in the same day? qiancang I already did it!!! The script and the widget is ready! ![]() The only help that I need is to add the "save ini" function for the "red circles" so they will appear after the reload of the widget.. I sent you a pm with the all info and the .xwp. "Busy"/Red circles are the days where the user will have a schedule to do. "Free"/Green circles are the holidays. |
Author: | Jimking [ May 12th, 2014, 2:13 am ] |
Post subject: | Re: Busy event on calendar? |
I made a stupid mistake putting "edit" components instead of "memo" for the notes..! ![]() I will change them and I'll edit the script.. |
Author: | Jimking [ May 12th, 2014, 11:22 am ] |
Post subject: | Re: Busy event on calendar? |
Continues here... viewtopic.php?f=3&t=4536 |
Author: | Jimking [ May 20th, 2014, 2:25 am ] |
Post subject: | Re: Busy event on calendar? |
Any help guys? ![]() It will be awesome with it, biut if it's really hard to add the extra note function for each day, I will remove this mode adding a just single generic note panel... So please confirm.. |
Author: | kabott1 [ May 20th, 2014, 10:13 am ] |
Post subject: | Re: Busy event on calendar? |
Hey, a while back i wanted to make something similar, but never went past the PSD :/ im not a programmer but here is the concept, A calendar that fades the past days and can be added events/notes & alerts, maybe you can get some ideas for future calendars ![]() ![]() |
Author: | Jimking [ May 20th, 2014, 12:30 pm ] |
Post subject: | Re: Busy event on calendar? |
Yeap! The widget is almost ready. Is only missing an important part of the script though for the notes and the corrisponding days.. So I need help for this part... |
Author: | Jimking [ May 25th, 2014, 5:19 am ] |
Post subject: | Re: Busy event on calendar? |
Since it's hard to do this and as I see that all have difficulties or no free time, I decided to make the things simple founding a different "solution". The user can add notes only for the current month, so no need this extra coding for all the months. The only thing that is missing and is imporant and simple is to add the "save ini" function.. viewtopic.php?f=8&t=4585 |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |