Re: Win32Lib: Call for EXAMPLE programs
Al,
Index validation: makes sense, will add it, thanks, that's the kind of
thing I was hoping people would do.
Example library: well, that's almost exactly what I *am* trying to do :)
I'm making a kind of example gateway, which RUNS all the examples from a
list, and alternatively SHOWS the code for each so you can cut & paste
easily, and it also has jumps to Euphoria manual, Win32Lib manual, a FAQ
file, and (will have) to Wolf's Tutorial.
So "a tree view with full drag and drop image" would be a very welcome
addition, as would be anything else anyone can think of!
As would be Questions/Answers to add to the FAQ, too.
Dan
----- Original Message -----
From: "Al Getz" <xaxo at AOL.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Sunday, September 03, 2000 7:04 AM
Subject: Re: Win32Lib: Call for EXAMPLE programs
> Dan,
>
> Nice additions to the sample! Before inserting into a program though
> i think i would add returned index validation after:
>
> itemtext=getItem(ListBox2,index)
>
> such as:
>
> if length(itemtext)>0 then
> --item is valid
> --insert your event handler here:
>
> --
> end if
>
> BTW, would you be interested in starting an example library for Win32Lib?
> I think it would be very interesting not to mention solve about 1,000,000
> problems for various users. I'd start by contributing a tree view with
> full drag and drop image support if anyone is interested
>
> Good luck with your coding...
> -- Al
|
Not Categorized, Please Help
|
|