Hi David & Ted, Thx for the help so far. Actually i shouldve mentioned im still a complete noob and i didnt even know where to put what you gave me. I tried inserting it into the more commands section of my "favorites" list item and ended up getting a bunch of "empty directory" items. What i have now is a menu that shows the contents of my favorites folder when i hover over the favorite list item. I can then hit a key and it will go to the first entry in the favorties menu starting with that key ie M goes to movies. Now what i would like is to be able to hit Mu and have it go to Music instead of going to M and then the first U entry. This way if i have 15 M items i can continue to type the enrty im looking for and my selection will adjust correspondingly instead of having to hit M 10 times to go through each entry and end up with Music. Again im just starting out and im not sure if what you gave me does this but any further help would be appreciated.
thx again. --- In [email protected], [EMAIL PROTECTED] wrote: > > ; Fix the pathToPowerPro to your system... > > LOCAL fn, path= ?"C:\Program Files\PowerPro" > > fn= pickfile(file.listfiles(path, 1, 100), ;;+ > > ?#Choose filename, use a space between "fuzzy strings"#) > > WIN.Debug(fn) > > WIN.Show("PowerPro Debug") > > QUIT > > Or you can use this so you don't have to statically set your powerpro path: > ; Fix the pathToPowerPro to your system... > LOCAL fn, path= FILE.folder(WINDOW("exefullpath","=powerpro")) > fn= pickfile(file.listfiles(path, 1, 100), ;;+ > ?#Choose filename, use a space between "fuzzy strings"#) > WIN.Debug(fn) > WIN.Show("PowerPro Debug") > QUIT > > > David Troesch | Atlanta, GA | ICQ# 2333123 > Powerpro Yahoogroup - Come, talk and learn. http://tinyurl.com/2sf7d > Funstuff: Home is where you hang your @. ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h6k8dg2/M=362335.6886445.7839731.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1124857681/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/
