//----------------------------------------------------------------------- // Skin name..............: HandyPlus (Basic version) // Skin version............: 1.61 // TodayPlus version...: 0.11.0 // Update date............: April 7th 2004 // Author....................: LightMan //- v1.6 NEW FEATURES : //- Removed the text from the weather icons (except fog) and tweaked those icons in a way that the weather condition is more noticeable //- Added outlook scrolling to agenda and tasks section. The up and down arrows scroll back and forth 3 days at a time. If you want to return to the current date, hit the refresh button. //- Move the appointment reminder icon from the far right to in between the time and the subject //- Move the tasks priority icon from the far right to in between the checkbox and the subject //- Extended in 20 pixels the space available for appointments and task text //- Removed all category icons (to make room for the reminder and priority icons) //- v1.6 BUGS FIXED : //- added the missing lowpriority icon //- added a new icon for a 4th generic filter in the tasks section (it was mapped to the birthday icon which didn't make sense) //------------------------------------------------------------------------------------------------------------------------------ //------------------ DEFINE PLUGIN HEIGHT, MAX and START SIZE (SPACE FOR DATA TO BE VISIBLE) maxheight,224 height,224 //------------------ DEFINE WHICH REGIONS ARE DISPLAYED BY DEFAULT initregion,0,1 // WEATHER initregion,16,0 // QUICKLAUNCH initregion,3,0 // AGENDA initregion,4,0 // TASKS initregion,19,0 // BATTERY /STORAGE INFORMATION initvar,var8,0 // CONTROL SELECTED TASK FILTER initvar,var9,0 // CONTROL SELECTED CALENDAR FILTER //------------------ DEFINE HEIGHT OF AGENDA AND TASKS (5 APPOINTMENTS & 4 TASKS BY DEFAULT) //------------------ USE var19,78 AND var18,63 TO DISPLAY 4 APPOINTMENTS & 5 TASKS //------------------ USE var19,54 AND var18,87 TO DISPLAY 6 APPOINTMENTS & 3 TASKS initvar,var19,54 // TASKS - DEFINE HEIGHT FOR TASKS SECTION initvar,var18,87 // AGENDA - DEFINE HEIGHT FOR AGENDA SECTION options,weathericondir,Weather Icons\Stardock,png options,imagedir,Images\HandyPlus changefont,Tahoma,11 color,transparent,255_0_255 //color,replacement,-1_6_-1,0_0_0 color,shadow,170_170_170 color,font,-1_4_-1 //================================================= // WEATHER REGION 0, PAGE 1 (MAIN VIEW) //================================================= region,0,1,1800 defregion,0,1,0,240,44,10 offset,offset_-1,offset_-1 if,refresh color,font,125_125_125 else color,font,-1_4_-1 endif offsetadd,0,1 initvar,var4,1 calcvar,var29,fromconfig,numcities if,var,var4,,>,%var29% storevar,var4=1 else endif imagebutton,225,0,expand active.png,t,7,4,1,-1 // MINIMIZE WEATHER button,225,0,13,13,0,4,999,0 // HIDE MAIN WEATHER REGION button,2,0,38,13,0,13,var4_1-highlight, // DISPLAY NEXT CITY IF CITY NAME TAPPED button,45,0,180,12,0,7,1-highlight,0 // REFRESH FROM INTERNET IF DATES TAPPED button,0,0,2,12,0,4,300-highlight,0 load,city,%var4% changefont,Tahoma,11,b text,23,0,[name],cs changefont,Tahoma,11 todayicon,5,10,,t button,5,12,46,30,0,4,2, // BUTTON FOR CURRENT CONDITIONS today,temp,47,13,,°,r today,realtemp,47,25,,°,r forecasticon,1,51,10,,t button,51,12,46,31,0,4,3,0 // BUTTON FOR TODAY'S DETAILS button,51,12,46,31,1,6,var1=1 forecasticon,2,97,10,,t button,97,12,46,31,0,4,3,0 // BUTTON FOR TOMORROW'S DETAILS button,97,12,46,31,1,6,var1=2 forecasticon,3,143,10,,t button,143,12,46,31,0,4,3,0 // BUTTON FOR DAY3 DETAILS button,143,12,46,31,1,6,var1=3 forecasticon,4,189,10,,t button,189,12,36,31,0,4,3,0 // BUTTON FOR DAY4 DETAILS button,189,12,36,31,1,6,var1=4 //=================== FORMAT DATE ABOVE EACH WEATHER ICON === START forecast,date_ddd dd,1,69,0,,,c forecast,date_ddd dd,2,115,0,,,c forecast,date_ddd dd,3,161,0,,,c forecast,date_ddd dd,4,207,0,,,c //=================== FORMAT DATE ABOVE EACH WEATHER ICON === END color,font,0_0_255 forecast,low,1,94,13,,°,r color,font,255_0_0 forecast,high,1,94,25,,°,r //DISABLED_forecast,precipitation,1,74,40,R: ,%,c color,font,0_0_255 forecast,low,2,140,13,,°,r color,font,255_0_0 forecast,high,2,140,25,,°,r //DISABLED_forecast,precipitation,2,120,40,R: ,%,c color,font,0_0_255 forecast,low,3,186,13,,°,r color,font,255_0_0 forecast,high,3,186,25,,°,r //DISABLED_forecast,precipitation,3,166,40,R: ,%,c color,font,0_0_255 forecast,low,4,232,13,,°,r color,font,255_0_0 forecast,high,4,232,25,,°,r //DISABLED_forecast,precipitation,4,212,40,R: ,%,c offsetadd,0,43 endregion,0,1 //============= END WEATHER MAIN PAGE =============\\ //====================================================== // WEATHER REGION 0, PAGE 2 (TODAY - CURRENT CONDITIONS) //====================================================== region,0,2,-1 offset,offset_-1,offset_-1 if,refresh color,font,125_125_125 else color,font,-1_4_-1 endif load,city,%var4% offsetadd,0,1 button,0,0,240,44,0,3,,0 // RETURN TO MAIN WEATHER SCREEN changefont,Tahoma,11,b text,22,0,[name],c changefont,Tahoma,11 todayicon,5,10,,t today,sky,118,0,Actuel : ,,cs text,37,12,Temp.:,l today,temp,92,12,,°C,r text,37,24,T° ressentie :,l today,realtemp,115,24,,°C,r color,font,255_0_0 text,100,12,Vent :,l today,winddir,154,12,,,r text,156,12,à,l today,windspeed,193,12,, mph,r color,font,0_0_255 text,122,24,Humidité :,l today,humidity,190,24,,%,r color,font,-1_4_-1 image,197,2,sunrise.png, suntime,%var4%,sunrise,official,215,4,HH:mm,,,l image,197,20,sunset.png, suntime,%var4%,sunset,official,215,22,HH:mm,,,l offsetadd,0,43 endregion,0,2 //============= END WEATHER CURRENT CONDITIONS =============\\ //================================================ // WEATHER REGION 0, PAGE 3 (ANY DAY - DETAILS) //================================================ region,0,3,-1 offset,offset_-1,offset_-1 if,refresh color,font,125_125_125 else color,font,-1_4_-1 endif load,city,%var4% offsetadd,0,1 button,0,0,240,44,0,3,,0 // RETURN TO MAIN WEATHER SCREEN changefont,Tahoma,11,b text,22,0,[name],cs forecast,date_ddd dd,%var1%,215,0,,,c changefont,Tahoma,11 forecasticon,%var1%,5,10,,t nightforecasticon,%var1%,200,10,,t changefont,Tahoma,11,b forecast,text,%var1%,118,0,Jour : ,,c changefont,Tahoma,11 color,font,125_125_125 forecast,nighttext,%var1%,118,12,Nuit : ,,c color,font,0_0_0 text,41,24,Min.:,l color,font,0_0_255 forecast,low,%var1%,66,24,,°C,l color,font,0_0_0 text,95,24,Max.:,l color,font,255_0_0 forecast,high,%var1%,121,24,,°C,l color,font,0_0_0 text,147,24,?Pluie :,l forecast,precipitation,%var1%,198,24,,%,r offsetadd,0,43 endregion,0,3 //============= END WEATHER DAY DETAILS =============\\ //================================================ // WEATHER REGION 7, PAGE 1 (WEATHER MINIMIZED) //================================================ region,7,1,-1 defregion,7,0,0,240,14,1 offset,offset_-1,offset_-1 if,refresh color,font,125_125_125 else color,font,-1_4_-1 endif initvar,var4,1 calcvar,var29,fromconfig,numcities if,var,var4,,>,%var29% storevar,var4=1 else endif offsetadd,0,1 button,2,0,42,13,7,13,var4_1-highlight, // DISPLAY NEXT CITY IF CITY NAME TAPPED load,city,%var4% changefont,Tahoma,11,b text,23,0,[name],cs changefont,Tahoma,11, today,date,48,0,Prévisions du ,,l // DISPLAYS "CURRENT CONDITIONS" IN TEXT FORMAT forecast,low,1,210,0,,º/,r // DISPLAYS TODAY'S HIGH TEMP forecast,high,1,212,0,,º,l // DISPLAYS TODAY'S LOW TEMP imagebutton,225,1,expand.png,t,0,4,1,-1 // MAXIMIZE WEATHER button,225,1,13,13,7,4,999,7 // HIDE MAIN WEATHER REGION offsetadd,0,14 endregion,7,1 //============= END WEATHER MINIMIZED =============\\ //================================================ // DIGITAL CLOCKS REGION 0, PAGE 300 //================================================ region,0,300,120 offset,offset_-1,offset_-1 color,font,-1_4_-1 button,0,0,239,44,0,3,300,0 // RETURN TO WEATHER SCREEN changefont,Tahoma,11, color,shadow,255_255_255 color,font,0_0_0 image,1,0,digital_clock.png,tr text,40,0,Local,cs time,40,15,-1,5,cs,,"HH:mm tt" image,80,0,digital_clock.png,tr time,120,15,2,5,cs,,"HH:mm tt" text,120,0,[name],cs image,160,0,digital_clock.png,tr time,200,15,3,5,cs,,"HH:mm tt" text,200,0,[name],cs offsetadd,0,44 endregion,0,300 //============= END DIGITAL CLOCKS DETAILS =============\\ //========================================== // REGION 16, PAGE 0 - QUICK LAUNCH //========================================== region,16,0,-1 defregion,16,0,0,240,21,0 offset,offset_-1,offset_-1 color,font,-1_4_-1 updateregions,18 offsetadd,0,1 initvar,var16,1 //================================================= // REGION 17 - PAGE 0 // Loads Shortcuts // Vars used: 16 //================================================= region,17,0,-1 imagebutton,225,1,arrow_right.png,t,17,4,1,16 shortcut,4,0,apps-%var16%-1,s button,4,0,16,16,-1,0,%apps-%var16%-1 shortcut,25,0,apps-%var16%-2,s button,25,0,16,16,-1,0,%apps-%var16%-2 shortcut,46,0,apps-%var16%-3,s button,46,0,16,16,-1,0,%apps-%var16%-3 shortcut,67,0,apps-%var16%-4,s button,67,0,16,16,-1,0,%apps-%var16%-4 shortcut,88,0,apps-%var16%-5,s button,88,0,16,16,-1,0,%apps-%var16%-5 shortcut,109,0,apps-%var16%-6,s button,109,0,16,16,-1,0,%apps-%var16%-6 shortcut,130,0,apps-%var16%-7,s button,130,0,16,16,-1,0,%apps-%var16%-7 shortcut,151,0,apps-%var16%-8,s button,151,0,16,16,-1,0,%apps-%var16%-8 shortcut,172,0,apps-%var16%-9,s button,172,0,16,16,-1,0,%apps-%var16%-9 shortcut,193,0,apps-%var16%-10,s button,193,0,16,16,-1,0,%apps-%var16%-10 shortcut,0,0,blank,s //Prevent text from appearing in other sections endregion,17,0 //================================================= // REGION 17 - PAGE 0 // Loads Shortcuts // Vars used: 16 //================================================= region,17,1,-1 imagebutton,225,1,arrow_left.png,t,17,4,0,16 shortcut,4,0,apps-%var16%-11,s button,4,0,16,16,-1,0,%apps-%var16%-11 shortcut,25,0,apps-%var16%-12,s button,25,0,16,16,-1,0,%apps-%var16%-12 shortcut,46,0,apps-%var16%-13,s button,46,0,16,16,-1,0,%apps-%var16%-13 shortcut,67,0,apps-%var16%-14,s button,67,0,16,16,-1,0,%apps-%var16%-14 shortcut,88,0,apps-%var16%-15,s button,88,0,16,16,-1,0,%apps-%var16%-15 shortcut,109,0,apps-%var16%-16,s button,109,0,16,16,-1,0,%apps-%var16%-16 shortcut,130,0,apps-%var16%-17,s button,130,0,16,16,-1,0,%apps-%var16%-17 shortcut,151,0,apps-%var16%-18,s button,151,0,16,16,-1,0,%apps-%var16%-18 shortcut,172,0,apps-%var16%-19,s button,172,0,16,16,-1,0,%apps-%var16%-19 shortcut,193,0,apps-%var16%-20,s button,193,0,16,16,-1,0,%apps-%var16%-20 shortcut,0,0,blank,s //Prevent text from appearing in other sections endregion,17,1 offsetadd,0,20 endregion,16,0 //==================================== // TOP BAR REGION 18, PAGE 0 : POPUP MENU //==================================== initregion,18,0 region,18,100,-1 if,region,16,0 color,font,-1_4_-1 offset,offset_16,offset_16 offsetadd,0,2 imagebutton,211,-1,expand active.png,t,18,4,0,16,17 // EXPAND BUTTON WHEN ACTIVE image,17,-2,launcher_menu_shortcuts.png,tr deactivatebuttons,17 color,font,0_0_0 color,shadow,255_255_255 changefont,Tahoma,11,b text,52,1,%apps-1%,cs button,18,-1,60,14,-1,6,var16=1-highlight,16 text,120,1,%apps-2%,cs button,83,-1,60,14,-1,6,var16=2-highlight,16 text,184,1,%apps-3%,cs button,148,-1,60,14,-1,6,var16=3-highlight,16 color,font,-1_4_-1 button,23,0,210,13,18,4,0 button,23,0,210,13,17,4,0 offsetadd,0,18 changefont,Tahoma,11, else jumpregion,18,0 endif endregion,18,100 region,18,0,-1 activatebuttons,17 if,region,16,0 offset,offset_16,offset_16 offsetadd,0,2 imagebutton,211,-1,expand.png,t,18,4,100,16,17 // EXPAND BUTTON offsetadd,0,18 else endif endregion,18,0 //============= END QUICK LAUNCH =============\\ //============================================== // REGION 3, PAGE 1 - AGENDA (MAXIMIZED) // var18 = HEIGHT //============================================== region,3,0,120 updateregions,5 defregion,3,0,0,240,%var18%,2 offset,offset_-1,offset_-1 color,transparent,255_0_255 color,shadow,170_170_170 color,font,-1_4_-1 imagebutton,225,2,expand active.png,t,3,4,1,-1 // GO TO PAGE 0 (MINIMIZE) image,50,3,squares_blue.png,t // BLUE SQUARES FOR AGENDA imagebutton,211,2,refresh.png,t,3,22, // RESET CALENDAR button,211,2,13,13,-1,23,0 // CLEAR OUTLOOK CACHE 0 button,211,2,13,13,-1,10,0 // RESET CALENDAR 0 imagebutton,3,1,calendar.png,t,,0,%apps-4-1, // LAUNCH CALENDAR AT 1st POSITION of 4th QUICKLAUNCH AREA options,today-text,'Aujrdh' options,tomorrow-text,'Demain' options,dateformat,0,0,0,%date,ddd dd%%regularfont% options,blanktext,-1,12,13,%tab,86%-Nothing Further- calcvar,var23,firstoutlookday calcvar,var23,-,%var23%,3 imagebutton,225,15,arrow_up.png,t,-1,25,var23,3 // SCROLL POOM BACKWARDS button,225,15,12,12,-1,23,0, calcvar,var22,firstoutlookday calcvar,var22,+,%var22%,3 imagebutton,225,70,arrow_down.png,t,-1,25,var22,3 // SCROLL POOM FORWARD button,225,70,12,12,-1,23,0, options,apptformat,0,12,13,%iconstart,63%%remindericon,-10,1,reminder.png,t%%changefont,Tahoma,11%%tab,36%%starttime,HH:mm%%tab,75%%subject% options,apptallday,0,12,13,%iconstart,63%%remindericon,-10,1,reminder.png,t%%changefont,Tahoma,11%%tab,36%--------%changefont,Tahoma,11%%tab,75%%subject%%regularfont% // SHOWS COLOURED/GRAY BUTTON; DEPENDING ON SELECTED FILTER if,var,var9,,=,0 imagebutton,20,0,personal.png,t,5,4,1,3 // SET TASK FILTER 1 button,20,0,13,13,-1,23,0 imagebutton,35,0,business.png,t,5,4,2,3 button,35,0,13,13,-1,23,0 imagebutton,50,0,anniversaries.png,t,5,4,3,3 // SET TASK FILTER 3 button,50,0,13,13,-1,23,0 else if,var,var9,,=,1 imagebutton,20,0,personal.png,t,5,4,1,3 // SET TASK FILTER 1 button,20,0,13,13,-1,23,0 imagebutton,35,0,business_off.png,t,5,4,2,3 // SET TASK FILTER 2 button,35,0,13,13,-1,23,0 imagebutton,50,0,anniversaries_off.png,t,5,4,3,3 // SET TASK FILTER 3 button,50,0,13,13,-1,23,0 else if,var,var9,,=,2 imagebutton,20,0,personal_off.png,t,5,4,1,3 // SET TASK FILTER 1 button,20,0,13,13,-1,23,0 imagebutton,35,0,business.png,t,5,4,2,3 // SET TASK FILTER 2 button,35,0,13,13,-1,23,0 imagebutton,50,0,anniversaries_off.png,t,5,4,3,3 // SET TASK FILTER 3 button,50,0,13,13,-1,23,0 else if,var,var9,,=,3 imagebutton,20,0,personal_off.png,t,5,4,1,3 // SET TASK FILTER 1 button,20,0,13,13,-1,23,0 imagebutton,35,0,business_off.png,t,5,4,2,3 // SET TASK FILTER 2 button,35,0,13,13,-1,23,0 imagebutton,50,0,anniversaries.png,t,5,4,3,3 // SET TASK FILTER 3 button,50,0,13,13,-1,23,0 else endif endif endif endif region,5,0,-1 options,calendarfilter,1 storevar,var9=0 changefont,Tahoma,12,b color,font,0_0_255 text,120,1,AGENDA,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,5,0 region,5,1,-1 options,calendarfilter,2 storevar,var9=1 changefont,Tahoma,12, color,font,0_0_255 text,120,1,Personnel,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,5,1 region,5,2,-1 options,calendarfilter,3 storevar,var9=2 changefont,Tahoma,12, color,font,0_0_255 text,120,1,Professionnel,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,5,2 region,5,3,-1 options,calendarfilter,4 storevar,var9=3 options,dateformat,0,0,0,%date,dd MMM%%regularfont% options,blanktext,-1,12,13,%tab,86%-Nothing Further- options,apptformat,0,12,13,%changefont,Tahoma,11,u%%tab,36%%countdown, jours%%changefont,Tahoma,11%%tab,75%%subject% options,apptallday,0,12,13,%changefont,Tahoma,10,u%%tab,36%%countdown, jours%%changefont,Tahoma,11%%tab,75%%subject% changefont,Tahoma,12, color,font,0_0_255 text,120,1,Anniversaires,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,5,3 //------------ TAP ON FILTER TITLE LOADS DEFAULT FILTER ------------\\ button,85,0,70,13,3,22,, button,85,0,70,13,-1,23,0 // CLEAR OUTLOOK CACHE 0 (CALENDAR) button,85,0,70,13,-1,10,0 // RESET CALENDAR button,85,0,70,13,5,4,0-highlight,3 // GO TO FILTER 0 (Reset) changefont,Tahoma,11 outlook,1,14,223,%var18%,1,0,%var18%,,,3 offsetadd,0,%var18% endregion,3,0 //========================================== // REGION 3, PAGE 1 - AGENDA (MINIMIZED) //========================================== region,3,1,-1 defregion,3,0,0,240,%var18%,2 offset,offset_-1,offset_-1 color,font,-1_4_-1 color,shadow,170_170_170 updateregions,3 imagebutton,225,2,expand.png,t,3,4,0,-1 // GO TO PAGE 0 (MAXIMIZE) image,50,3,squares_blue.png,t // BLUE SQUARES FOR AGENDA imagebutton,3,1,calendar.png,t,,0,%apps-4-1, // LAUNCH CALENDAR AT 1st POSITION of 4th QUICKLAUNCH AREA changefont,Tahoma,12,b color,font,0_0_255 text,120,1,AGENDA,cs changefont,Tahoma,11 color,font,-1_4_-1 offsetadd,0,15 endregion,3,1 //============= END AGENDA (MINIMIZED) =============\\ /============================================= // REGION 4, PAGE 0 - TACHES (MAXIMIZED) // var19 = REGION HEIGHT // var8 = CONTROL SELECTED FILTER //============================================= region,4,0,120 updateregions,4,6 defregion,4,0,0,240,%var19%,6 offset,offset_-1,offset_-1 color,font,-1_4_-1 color,shadow,170_170_170 options,dateformat,0,0,0, options,blanktext,-1,13,13, imagebutton,3,1,tasks.png,t,,0,%apps-4-2, // LAUNCH TASKS AT 2nd POSITION of 4th QUICKLAUNCH AREA imagebutton,225,2,expand active.png,t,4,4,1,-1 // MINIMIZE image,50,3,squares_blue.png,t // BLUE SQUARES FOR TASKS imagebutton,211,2,refresh.png,t,4,22, // RESET CALENDAR button,211,2,13,13,-1,23,1 // CLEAR OUTLOOK CACHE 1 button,211,2,13,13,-1,10,0 // RESET CALENDAR calcvar,var24,firstoutlookday calcvar,var24,-,%var24%,3 imagebutton,225,15,arrow_up.png,t,-1,25,var24,4 // SCROLL POOM BACKWARDS button,225,15,12,12,-1,23,0, //initvar,var26,%var19% //calcvar,var26,-,%var19%,12 //calcvar,var25,+,%var25%,3 //imagebutton,225,%var26%,arrow_down.png,t,-1,25,var25,4 //button,225,%var26%,12,12,-1,23,0, calcvar,var25,firstoutlookday calcvar,var25,+,%var25%,3 imagebutton,225,37,arrow_down.png,t,-1,25,var25,4 // SCROLL POOM FORWARD button,225,37,12,12,-1,23,0, // SHOWS COLOURED/GRAY BUTTON; DEPENDING ON SELECTED FILTER if,var,var8,,=,0 imagebutton,20,0,personal.png,t,6,4,1,4 // SET TASK FILTER 1 button,20,0,13,13,-1,23,1 imagebutton,35,0,business.png,t,6,4,2,4 button,35,0,13,13,-1,23,1 imagebutton,50,0,other.png,t,6,4,3,4 button,50,0,13,13,-1,23,1 else if,var,var8,,=,1 imagebutton,20,0,personal.png,t,6,4,1,4 // SET TASK FILTER 1 button,20,0,13,13,-1,23,1 imagebutton,35,0,business_off.png,t,6,4,2,4 // SET TASK FILTER 2 button,35,0,13,13,-1,23,1 imagebutton,50,0,other_off.png,t,6,4,3,4 button,50,0,13,13,-1,23,1 else if,var,var8,,=,2 imagebutton,20,0,personal_off.png,t,6,4,1,4 // SET TASK FILTER 1 button,20,0,13,13,-1,23,1 imagebutton,35,0,business.png,t,6,4,2,4 // SET TASK FILTER 2 button,35,0,13,13,-1,23,1 imagebutton,50,0,other_off.png,t,6,4,3,4 button,50,0,13,13,-1,23,1 else if,var,var8,,=,3 imagebutton,20,0,personal_off.png,t,6,4,1,4 // SET TASK FILTER 1 button,20,0,13,13,-1,23,1 imagebutton,35,0,business_off.png,t,6,4,2,4 // SET TASK FILTER 2 button,35,0,13,13,-1,23,1 imagebutton,50,0,other.png,t,6,4,3,4 button,50,0,13,13,-1,23,1 else endif endif endif endif region,6,0,-1 options,taskfilter,1 options,taskformat,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%enddate,dd MMM%%tab,46%%countdown%%tab,75%%subject% options,taskoverdue,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,255_0_0%%enddate,dd MMM%%tab,75%%subject%%resettextcolor% options,taskcomplete,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,125_125_125%%changefont,Tahoma,11,s%%enddate,dd MMM%%tab,75%%subject%%changefont,Tahoma,11%%resettextcolor% storevar,var8=0 changefont,Tahoma,12,b color,font,0_0_255 text,120,1,TACHES,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,6,0 region,6,1,-1 options,taskfilter,2 options,taskformat,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%enddate,dd MMM%%tab,46%%countdown%%tab,75%%subject% options,taskoverdue,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,255_0_0%%enddate,dd MMM%%tab,75%%subject%%resettextcolor% options,taskcomplete,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,125_125_125%%changefont,Tahoma,11,s%%enddate,dd MMM%%tab,75%%subject%%changefont,Tahoma,11%%resettextcolor% storevar,var8=1 storevar,var8=1 changefont,Tahoma,12, color,font,0_0_255 text,120,1,Personnel,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,6,1 region,6,2,-1 options,taskfilter,3 options,taskformat,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%enddate,dd MMM%%tab,46%%countdown%%tab,75%%subject% options,taskoverdue,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,255_0_0%%enddate,dd MMM%%tab,75%%subject%%resettextcolor% options,taskcomplete,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,125_125_125%%changefont,Tahoma,11,s%%enddate,dd MMM%%tab,75%%subject%%changefont,Tahoma,11%%resettextcolor% storevar,var8=2 storevar,var8=2 changefont,Tahoma,12, color,font,0_0_255 text,120,1,Professionnel,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,6,2 region,6,3,-1 options,taskfilter,4 options,taskformat,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%enddate,dd MMM%%tab,46%%countdown%%tab,75%%subject% options,taskoverdue,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,255_0_0%%enddate,dd MMM%%tab,75%%subject%%resettextcolor% options,taskcomplete,0,12,13,%checkbox,38,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,64%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%textcolor,125_125_125%%changefont,Tahoma,11,s%%enddate,dd MMM%%tab,75%%subject%%changefont,Tahoma,11%%resettextcolor% storevar,var8=3 storevar,var8=3 changefont,Tahoma,12, color,font,0_0_255 text,120,1,Autres,cs changefont,Tahoma,11, color,font,-1_4_-1 endregion,6,3 //------------ TAP ON FILTER TITLE LOADS DEFAULT FILTER ------------\\ button,85,0,70,13,4,22,, button,85,0,70,13,-1,23,1 // CLEAR OUTLOOK CACHE 1 (TASKS) button,85,0,70,13,-1,10,0 // RESET CALENDAR button,85,0,70,13,6,4,0-highlight,4 // GO TO FILTER 0 (Reset) initvar,var15,%var19% calcvar,var15,-,%var19%,12 outlook,1,14,223,%var15%,2,1,,,,4 button,38,14,12,%var15%,4,24, // FORCE REDRAW FROM OUTLOOK CACHE TO UPDATE TASK offsetadd,0,%var19% endregion,4,0 //========================================== // REGION 4, PAGE 1 - TACHES (MINIMIZED) //========================================== region,4,1,-1 defregion,4,0,0,240,%var19%,2 offset,offset_-1,offset_-1 color,font,-1_4_-1 updateregions,4 imagebutton,225,2,expand.png,t,4,4,0,-1 // GO TO PAGE 0 (MAXIMIZE) image,50,3,squares_blue.png,t // BLUE SQUARES FOR TASKS imagebutton,3,1,tasks.png,t,,0,%apps-4-2, // LAUNCH TASKS AT 2nd POSITION of 4th QUICKLAUNCH AREA changefont,Tahoma,12,b color,font,0_0_255 text,120,1,TACHES,cs changefont,Tahoma,11 color,font,-1_4_-1 offsetadd,0,15 endregion,4,1 //============= END TACHES (MINIMIZED) =============\\ //================================================= // TOP BAR REGION 19, PAGE 0 : SYSTEM INFORMATION (FREE) //================================================= region,19,0,1 offsetadd,0,0 defregion,19,0,0,240,19,2 // DEFINITION OF PAGE 2 REGION offset,offset_-1,offset_-1 color,font,-1_4_-1 button,0,0,240,19,19,4,1,19 // SHOW REGION WITH VALUES FOR OCCUPIED //============= UPTIME image,2,1,uptime.png,t uptime,20,4,battery,duration,,,l offsetadd,2,0 //============= BATTERY //-START------- CHECKS BATTERY STATUS AND DISPLAYS MATCHING INFO ---------\\ calcvar,var20,battery if,batterystatusunknown color,font,-1_4_-1 image,45,1,battery_unknown.png,t text,63,-2,???,l image,55,10,meter.png,t battery,bar,57,12,23,2,gradient_gradient_red-green.png else if,charging color,font,-1_4_-1 image,45,1,battery_charging.png,t text,55,0,Power,l image,55,10,meter.png,t battery,bar,57,12,23,2,gradient_gradient_red-green.png else //------ CHECKS IF POWER IS STILL ON AND BATTERY ALREADY 100% if,externalpower if,var,var20,,=,100 color,font,-1_4_-1 image,45,1,battery_charged.png,t text,61,0,OK,l image,55,10,meter.png,t battery,bar,57,12,23,2,gradient_gradient_red-green.png else endif else //------ IF BATTERY IS BELOW 30% if,var,var20,,<,30 color,font,255_0_0 image,45,1,battery_low.png,t battery,remaining,63,0,,%,l color,font,-1_4_-1 image,55,10,meter.png,t battery,bar,57,12,23,2,gradient_gradient_red-green.png else //------ DEFAULT BATTERY SITUATION color,font,-1_4_-1 image,45,1,battery.png,t battery,remaining,63,0,,%,l image,55,10,meter.png,t battery,bar,57,12,23,2,gradient_gradient_red-green.png endif endif endif endif //-END------- CHECKS BATTERY STATUS AND DISPLAYS MATCHING INFO ---------\\ offsetadd,-2,0 //============= MEMORY image,94,1,memory.png,t memory,programfree,111,0,, M,l,%.0f image,106,10,meter.png,t memory,barused,108,12,23,2,gradient_gradient_red-green.png //============= STORAGE 1 (SECURE DIGITAL) image,144,1,securedigital.png,t storage,1,free,160,0,, M,l,%.0f image,155,10,meter.png,t storage,1,bar,157,12,23,2,gradient_gradient_green-red.png //=============BACKLIGHT shortcut,190,1,apps-6-1,s button,190,1,16,16,-1,0,%apps-6-1-highlight //=============CONFIG shortcut,212,1,apps-6-2,s button,212,1,16,16,-1,0,%apps-6-2-highlight //============= STORAGE 2 (COMPACT FLASH) //image,194,1,compactflash.png,t //storage,2,free,208,0,, M,l,%.0f //image,206,10,meter.png,t //storage,2,bar,208,12,23,2,gradient_gradient_green-red.png offsetadd,0,19 endregion,19,0 //============= END SYSTEM INFORMATION =============\\ //===================================================== // TOP BAR REGION 19, PAGE 1 : SYSTEM INFORMATION (OCCUPIED) //===================================================== region,19,1,1 defregion,19,0,0,240,19,2 // DEFINITION OF PAGE 2 REGION offset,offset_-1,offset_-1 color,font,-1_4_-1 button,0,0,240,19,19,4,0,19 // SHOW REGION WITH VALUES FOR FREE //============= SOFTRESET UPTIME image,2,1,ppc.png,t uptime,20,4,softreset,duration,,,l offsetadd,2,0 //------ DEFAULT BATTERY SITUATION color,font,-1_4_-1 image,45,1,battery.png,t text,68,0,Est:,c //battery,esttime,60,8,,,l color,font,0_0_255 if,var,var20,100,><,100 text,70,9,3h30,c else endif if,var,var20,99,><,99 text,88,8,3:28,c else endif if,var,var20,98,><,98 text,68,8,3:26,c else endif if,var,var20,97,><,97 text,68,8,3:24,c else endif if,var,var20,96,><,96 text,68,8,3:22,c else endif if,var,var20,95,><,95 text,75,8,3:20,c else endif if,var,var20,94,><,94 text,60,8,3:18,c else endif if,var,var20,93,><,93 text,75,8,3:16,l else endif if,var,var20,92,><,92 text,60,8,3:14,c else endif if,var,var20,91,><,91 text,60,8,3:12,c else endif if,var,var20,90,><,90 text,60,8,3:09,c else endif if,var,var18,89,><,89 text,60,8,3:07,c else endif if,var,var18,88,><,88 text,60,8,3:05,c else endif if,var,var20,87,><,87 text,60,8,3:03,c else endif if,var,var18,86,><,86 text,60,8,3:01,c else endif if,var,var18,85,><,85 text,60,8,2:59,c else endif if,var,var18,84,><,84 text,60,8,2:57,c else endif if,var,var18,83,><,83 text,60,8,2:55,c else endif if,var,var18,82,><,82 text,60,8,2:53,c else endif if,var,var18,81,><,81 text,60,8,2:51,c else endif if,var,var18,80,><,80 text,60,8,2:48,c else endif if,var,var18,79,><,79 text,60,8,2:46,c else endif if,var,var18,78,><,78 text,60,8,2:44,c else endif if,var,var18,77,><,77 text,60,8,2:42,c else endif if,var,var18,76,><,76 text,60,8,2:40,c else endif if,var,var18,75,><,75 text,60,8,2:38,c else endif if,var,var18,74,><,74 text,60,8,2:36,c else endif if,var,var18,73,><,73 text,60,8,2:34,c else endif if,var,var18,72,><,72 text,60,8,2:32,c else endif if,var,var18,71,><,71 text,60,8,2:30,c else endif if,var,var18,70,><,70 text,60,8,2:27,c else endif if,var,var18,69,><,69 text,60,8,2:25,c else endif if,var,var18,68,><,68 text,60,8,2:23,c else endif if,var,var18,67,><,67 text,60,8,2:21,c else endif if,var,var18,66,><,66 text,60,8,2:19,c else endif if,var,var18,65,><,65 text,60,8,2:17,c else endif if,var,var18,64,><,64 text,60,8,2:15,c else endif if,var,var18,63,><,63 text,60,8,2:13,c else endif if,var,var18,62,><,62 text,60,8,2:11,c else endif if,var,var18,61,><,61 text,60,8,2:09,c else endif if,var,var18,60,><,60 text,60,8,2:06,c else endif if,var,var18,59,><,59 text,60,8,2:04,c else endif if,var,var18,58,><,58 text,60,8,2:02,c else endif if,var,var18,57,><,57 text,60,8,2:00,c else endif if,var,var18,56,><,56 text,60,8,1:58,c else endif if,var,var18,55,><,55 text,60,8,1:56,c else endif if,var,var18,54,><,54 text,60,8,1:54,c else endif if,var,var18,53,><,53 text,60,8,1:52,c else endif if,var,var18,52,><,52 text,60,8,1:50,c else endif if,var,var18,51,><,51 text,60,8,1:48,c else endif if,var,var18,50,><,50 text,60,8,1:45,c else endif if,var,var18,49,><,49 text,60,8,1:43,c else endif if,var,var18,48,><,48 text,60,8,1:41,c else endif if,var,var18,47,><,47 text,60,8,1:39,c else endif if,var,var18,46,><,46 text,60,8,1:37,c else endif if,var,var18,45,><,45 text,60,8,1:35,c else endif if,var,var18,44,><,44 text,60,8,1:33,c else endif if,var,var18,43,><,43 text,60,8,1:31,c else endif if,var,var18,42,><,42 text,60,8,1:29,c else endif if,var,var18,41,><,41 text,60,8,1:27,c else endif if,var,var18,40,><,40 text,60,8,1:24,c else endif if,var,var18,39,><,39 text,60,8,1:22,c else endif if,var,var18,38,><,38 text,60,8,1:20,c else endif if,var,var18,37,><,37 text,60,8,1:18,c else endif if,var,var18,36,><,36 text,60,8,1:16,c else endif if,var,var18,35,><,35 text,60,8,1:14,c else endif if,var,var18,34,><,34 text,60,8,1:12,c else endif if,var,var18,33,><,33 text,60,8,1:10,c else endif if,var,var18,32,><,32 text,60,8,1:08,c else endif if,var,var18,31,><,31 text,60,8,1:06,c else endif if,var,var18,30,><,30 text,60,8,1:03,c else endif if,var,var18,29,><,29 text,60,8,1:01,c else endif if,var,var18,28,><,28 text,60,8,0:59,c else endif if,var,var18,27,><,27 text,60,8,0:57,c else endif if,var,var18,26,><,26 text,60,8,0:55,c else endif if,var,var18,25,><,25 text,60,8,0:53,c else endif if,var,var18,24,><,24 text,60,8,0:51,c else endif if,var,var18,23,><,23 text,60,8,0:49,c else endif if,var,var18,22,><,22 text,60,8,0:47,c else endif if,var,var18,21,><,21 text,60,8,0:45,c else endif if,var,var18,20,><,20 text,60,8,0:42,c else endif if,var,var18,19,><,19 text,60,8,0:40,c else endif if,var,var18,18,><,18 text,60,8,0:38,c else endif if,var,var18,17,><,17 text,60,8,0:36,c else endif if,var,var18,16,><,16 text,60,8,0:34,c else endif if,var,var18,15,><,15 text,60,8,0:32,c else endif if,var,var18,14,><,14 text,60,8,0:30,c else endif if,var,var18,13,><,13 text,60,8,0:28,c else endif if,var,var18,12,><,12 text,60,8,0:26,c else endif if,var,var18,11,><,11 text,60,8,0:24,c else endif if,var,var18,10,><,10 text,60,8,0:21,c else endif if,var,var18,9,><,9 text,60,8,0:19,c else endif if,var,var18,8,><,8 text,60,8,0:17,c else endif if,var,var18,7,><,7 text,60,8,0:15,c else endif if,var,var18,6,><,6 text,60,8,0:13,c else endif if,var,var18,5,><,5 text,60,8,0:11,c else endif if,var,var18,4,><,4 text,60,8,0:09,c else endif if,var,var18,3,><,3 text,60,8,0:07,c else endif if,var,var18,2,><,2 text,60,8,0:05,c else endif color,font,248_0_0 if,var,var18,0,><,1 text,60,8,ATTENTION...,c else endif offsetadd,-2,0 //============= MEMORY image,94,1,memory.png,t memory,programused,111,0,, M,l,%.0f image,106,10,meter.png,t memory,progusedbar,108,12,23,2,gradient_gradient_red-green.png //============= STORAGE 1 (SECURE DIGITAL) image,144,1,securedigital.png,t storage,1,used,160,0,, M,l,%.0f image,155,10,meter.png,t storage,1,bar,157,12,23,2,gradient_gradient_green-red.png //=============BACKLIGHT shortcut,190,1,apps-6-1,s button,190,1,16,16,-1,0,%apps-6-1-highlight //============CONFIG shortcut,212,1,apps-6-2,s button,212,1,16,16,-1,0,%apps-6-2-highlight //============= STORAGE 2 (COMPACT FLASH) //image,194,1,compactflash.png,t //storage,2,used,208,0,, M,l,%.0f //image,206,10,meter.png,t //storage,2,bar,208,12,23,2,gradient_gradient_green-red.png offsetadd,0,19 endregion,19,1 //============= END SYSTEM INFORMATION =============\\