Re: I need help with Win32lib's remove and add style
Michael Bolin wrote:
>> >
> > Couldn't you create two separate windows? or would that be too much? I
> > don't mind the windows staying inside IDE.
> >
> > ~Greg
>
> Having two windows would be greatly facilitated by making sure their IDs are
> variables
> instead
> of constants; that way you could swap them to allow the same code to access
> them (I
> think).
> Also, all of their OnClick() etc. events could use the same code. But maybe
> I'm missing
> something that would make it too difficult.
>
> BTW, I applied Sascha's fixes to win32lib and it seems to be working fine at
> least
> for now.
>
> I just started studying the IDE code to familiarize myself with it.
The code is in frightful shape and a bit of an embarrassment. Keep in mind that
I started work on this project in 1999 after using Euphoria and win32lib for
about 6 months and have learned a lot and win32lib has matured even more so there
is a lot of unnecessary/complicated code. I will start redoing most of IDE very
soon. I already have a rough demo as proof of concept using the child window
approach and that has eliminated a lot of my speghetti code. Also there are a lot
of statements that can be moved to routines to simplify code.
>I'm interested
> in helping with
> the development (unless you're making enough code changes that it would be
> confusing
> right
> now). Let me know if you're interested.
I'm always interested in help! I'll contact you via private e-mail and discuss
this further.
>
> Michael Bolin
Thanks!
~judith evans
|
Not Categorized, Please Help
|
|