Re: opening a window
- Posted by Kat <KAT12 at co?sahs.ne?> Nov 16, 2007
- 522 views
EUforum Messages - Powered by Euphoria - Post Reply Previous Next All Messages Date: Fri 16 19:35 From: Jason Gade <jaygade at yahoo??om> Subject: Re: opening a window Kat wrote: > > > I's mind boggling > that i am still > told in #Euphoria > on irc that i > cannot use Euphoria > to open a window > that has the > similar > look&feel of > Explorer. > When i ask, > i am told over and over > that i must use > C to call win32api functions. > To which my reply is > "i'll use mirc instead". > > How is it that > after 10 years of > development, > win32lib is unable > to open a window > that somewhat resembles > windows Explorer, > that i can populate with > text of my choosing? > And has the mouse point- > click handling so i can > get user interaction? > > Kat Okay, I know this isn't /exactly/ what you're looking for, but: http://www.rapideuphoria.com/effm2.zip Euphoria Free File Manager. I've never used it or looked at the code, but the description says it fulfills some of your requirements. Unfortunately it uses Windows directly and not one of the various libraries. -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j. Post Reply Previous Next All Messages The "Reply" button isn't working on http://www.openeuphoria.org/EUforum/ now, so i copy/ pasted the webpage from Jason. Thankyou Jason. I downloaded the zip and tried running EFFM.exw and got this: C:\euphoria\filemanager\EFFM.exw:292 in function myalloc() A machine-level exception occurred during execution of this statement ... called from C:\euphoria\filemanager\treeviews.ew:195 in function GetParentItem() (again, sorry for the word- wraps in that text, the text box on the "send a message" webpage has no wordwrap, so i am guessing on acceptable line lengths). Kat