--- In [email protected], "kottami" <[EMAIL PROTECTED]> wrote: > > Hi. > > I want to get "Folder Buttons" daily refresh automatically. > > ------------------ > cl.setproperties("calender","FontName = arial") > cl.addproperties("calender","FontInfo = Weight: 400 Size: 18 Charset: > 129") > cl.addproperties("calender","BackBMP = *") > cl.addproperties("calender","Format1 = IconSize: 24 Position: > Floating") > cl.addproperties("calender","Format2 = MaxText: 531") > cl.addproperties("calender","Format3 = Back: 255 255 255 Tooltips > 3dFrame AllVDesks AutoShowBar") > cl.addproperties("calender","Format4 = TextCenter") > cl.addproperties("calender","Folder = D:/Program > Files/PowerPro/Notes/20050730") > cl.addproperties("calender","FolderMenu = nofolders noicons > Autosoftcol 1 sorttime Maxtext 32 ") > cl.addproperties("calender","FolderFormat = AutoRefresh ShowText > SortDate UseLast") > *configure > win.keys("{en}") > ------------- > *** > cl.addproperties("calender","Folder = D:/Program > Files/PowerPro/Notes/20050730") > > ?+"Folder = D:/Program Files/PowerPro/Notes/++date" > "Folder = D:/Program Files/PowerPro/Notes/"++date > doesn't work.
So, it's an already existing command list, right? Then, set the folder from start like: Folder => &(pprofolder)notes\&(date) BTW, why don't you use the date subfolder as &(pprofolder)notes\date\&(date) ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h2q6pqg/M=362335.6886445.7839731.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1123415692/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
