1. Good work Dave
- Posted by Irv <irv at ELLIJAY.COM> Oct 12, 1999
- 474 views
Dave: I created a demo for a new app last week using Euphoria and Win32Lib. It works great, and took part of two days to complete. I have just spent a full week trying to write the same program in Delphi. What a hassle! (yes - I've used Delphi before) I've discussed this further with the client, and they see no need for backward compatibility with their existing Pascal data, so I may just scrap the Delphi code and write the entire app in Euphoria. We need to find you some funding so you can complete the IDE and compete with the big guys. Regards, Irv
2. Re: Good work Dave
- Posted by Jon Banquer <jbtech at MPINET.NET> Oct 12, 1999
- 462 views
Irv, > We need to find you some funding so you can complete the IDE and > compete with the big guys. This is my big concern. I can see gobs of potential but users want programs that look good. I have been using an HTML editor called HomeSite, recently. I wish I could build a GUI like HomeSite has with the Euphoria language. jon
3. Re: Good work Dave
- Posted by "C. K. Lester" <cklester at TICNET.COM> Oct 12, 1999
- 450 views
Don't we get to see it?! At 10:09 AM 10/12/1999 -0400, Irv wrote: > >I created a demo for a new app last week using Euphoria and Win32Lib. >It works great, and took part of two days to complete.
4. Re: Good work Dave
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Oct 13, 1999
- 446 views
[apologies if this is posted twice] Irv wrote: > I created a demo for a new app last week using > Euphoria and Win32Lib. It works great, and took > part of two days to complete. Cool! > We need to find you some funding so you can complete > the IDE and compete with the big guys. It's a time issue, not money. Expect the IDE to be worked on like EE was - over the long term. The top of the 'to do' list for the IDE looks something like this: - add support for multiple windows - add support for more controls - enhance editor - rewrite toolbar to use 'real' controls - associate only correct events with controls -- David Cuny
5. Re: Good work Dave
- Posted by Irv Mullins <irv at ELLIJAY.COM> Oct 13, 1999
- 453 views
> The top of the 'to do' list for the IDE looks something like this: > > - add support for multiple windows I vote for this to be #1 priority, also! > - add support for more controls > - enhance editor The editor works well, except for throwing in a lot of blank lines. We can filter these out, until you get around to fixing it. > - rewrite toolbar to use 'real' controls > - associate only correct events with controls Thanks, Irv
6. Re: Good work Dave
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Oct 13, 1999
- 438 views
Irv Mullins wrote: > - add support for multiple windows A buggy version version of the IDE should be po > The editor works well, except for throwing in a lot of > blank lines. We can filter these out, until you get around > to fixing it. I noticed that it was adding extra spaces in code under (argh) still undetermined conditions. It's on the bug list. -- David Cuny