1. Judiths IDE
- Posted by Euman <euman at BELLSOUTH.NET> Nov 08, 2000
- 527 views
- Last edited Nov 09, 2000
------=_NextPart_000_0025_01C049CE.8D2CFBC0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I was curious to see this program in action.... however, the .xpm's aren't loading that are called from toolbarButton.... Anyone have any ideas? euman at bellsouth.net ------=_NextPart_000_0025_01C049CE.8D2CFBC0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I was curious to see this program in=20 action....</FONT></DIV> <DIV><FONT face=3DArial size=3D2>however, the .xpm's aren't loading that = are</FONT></DIV> <DIV><FONT face=3DArial size=3D2>called from = toolbarButton....</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Anyone have any ideas?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2><A=20 ------=_NextPart_000_0025_01C049CE.8D2CFBC0--
2. Re: Judiths IDE
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Nov 08, 2000
- 494 views
- Last edited Nov 09, 2000
Euman, If you mean the xpms which are applied to the buttons in the toolbar which constitutes the "Control Kit", they load & show for me, so: What opsystem are you running? What version Win32Lib? Is "Ide_xpm.ew" present with IDE.exw? Dan Moyer ----- Original Message ----- From: "Euman" <euman at BELLSOUTH.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, November 08, 2000 6:55 PM Subject: Judiths IDE I was curious to see this program in action.... however, the .xpm's aren't loading that are called from toolbarButton.... Anyone have any ideas? euman at bellsouth.net
3. Re: Judiths IDE
- Posted by Euman <euman at BELLSOUTH.NET> Nov 08, 2000
- 503 views
- Last edited Nov 09, 2000
Thanks Dan for the reply..... I'm currently running Win 98 2nd edition have tryed to run with win32lib v53 & v54 Yes "Ide_xpm.ew" is present I get the "Script 1 Out of bounds, reading from a sequence of Length 0" it's as if the program isn't loading ide_xpm.ew but I've checked this too..I'll trace it out and see....Thanks again. ----- Original Message ----- From: "Dan B Moyer" <DANMOYER at PRODIGY.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Wednesday, November 08, 2000 10:54 PM Subject: Re: Judiths IDE > Euman, > > If you mean the xpms which are applied to the buttons in the toolbar which > constitutes the "Control Kit", they load & show for me, so: > > What opsystem are you running? > What version Win32Lib? > Is "Ide_xpm.ew" present with IDE.exw? > > Dan Moyer > > ----- Original Message ----- > From: "Euman" <euman at BELLSOUTH.NET> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Wednesday, November 08, 2000 6:55 PM > Subject: Judiths IDE > > > I was curious to see this program in action.... > however, the .xpm's aren't loading that are > called from toolbarButton.... > > Anyone have any ideas? > > euman at bellsouth.net >
4. Re: Judiths IDE
- Posted by Judith Evans <camping at FLASH.NET> Nov 09, 2000
- 496 views
Sorry Euman not to respond before now. This network traffic has had my ISP going in loops..... Anyways, Which version if IDE are you using? And when do you get the "script 1 out of bounds...." message? I also am using Win 98 second edition and use version 53 of winlib. Did you get the zip file from my home page or from RDS contributions page? Knowing these things should help me track down the problem. Judith On Wed, 8 Nov 2000 23:53:54 -0500, Euman <euman at BELLSOUTH.NET> wrote: >Thanks Dan for the reply..... > >I'm currently running Win 98 2nd edition >have tryed to run with win32lib v53 & v54 >Yes "Ide_xpm.ew" is present > >I get the "Script 1 Out of bounds, reading from >a sequence of Length 0" it's as if the program >isn't loading ide_xpm.ew but I've checked this >too..I'll trace it out and see....Thanks again. > >
5. Re: Judiths IDE
- Posted by Al Getz <xaxo at AOL.COM> Nov 09, 2000
- 494 views
When i made my own IDE, i didnt know there were others out there--except for one, whos author i thought went to more time and effort to make pretty graphics, and spend little time on functionality. So when i made my IDE, i decided to go the other way: create something that makes working with a large project easier and hold off on the pretty graphics, as well as create a new editor (WinEdit) from scratch that allows updating to do whatever one wishes an editor did, but couldnt modify it easily. The editor has features upon features with special hot key combos to insert Euphoria items, with automatic keyword look up. The 'hierarchy project view' always lets you see the overview of the project--so i would recommend putting this view in any IDE, in any language, as well as linking this view with the editor. --Al
6. Re: Judiths IDE
- Posted by ck lester <cklester at YAHOO.COM> Nov 09, 2000
- 547 views
- Last edited Nov 10, 2000
Al, is your IDE still a contender? I mean, does it work with the latest 'n' greatest Win32Lib? At my company, I'm about to have to start programming for Windows, and EUPHORIA's going to be my language of choice... So I'm going to start looking for ways to make it as easy as possible. Thanks! ck > -----Original Message----- > From: Euphoria Programming for MS-DOS > [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of Al Getz > Sent: Thursday, November 09, 2000 12:18 PM > To: EUPHORIA at LISTSERV.MUOHIO.EDU > Subject: Re: Judiths IDE > > > When i made my own IDE, i didnt know there were others out there--except > for one, whos author i thought went to more time and effort to make > pretty graphics, and spend little time on functionality. > So when i made my IDE, i decided to go the other way: > create something that makes working with a large project easier and > hold off on the pretty graphics, as well as create a new editor (WinEdit) > from scratch that allows updating to do whatever one wishes an editor did, > but couldnt modify it easily. The editor has features upon features > with special hot key combos to insert Euphoria items, with automatic > keyword look up. > The 'hierarchy project view' always lets you > see the overview of the project--so i would recommend putting this view > in any IDE, in any language, as well as linking this view with the > editor. > > --Al __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
7. Judiths IDE
- Posted by Hayden McKay <hmck1 at dodo.com.au> Apr 05, 2007
- 496 views
- Last edited Apr 06, 2007
Cant run judiths IDE on windows 98se plus. ide.exw reports; Error code 461 Failed to acquire a hWind when creating a control. Win32Lib v0.60.6 19-Sep-2004 ran winlibscan... all went ok Editor.exw reports; Cant find ide.cfg editor cannot continue
8. Re: Judiths IDE
- Posted by Judith Evans <camping at ccewb.net> Apr 06, 2007
- 515 views
Hayden McKay wrote: > > Cant run judiths IDE on windows 98se plus. > > ide.exw reports; > > Error code 461 > Failed to acquire a hWind when creating a control. > > Win32Lib v0.60.6 19-Sep-2004 > > ran winlibscan... all went ok > > Editor.exw reports; > > Cant find ide.cfg editor cannot continue Until Derek releases a new version, you need to use IDEWin32lib from the IDE Recent Contribution. V0.60.6 from September did not work with win98 and IDE. judith evans
9. Re: Judiths IDE
- Posted by Hayden McKay <hmck1 at dodo.com.au> Apr 07, 2007
- 489 views
Judith Evans wrote: > > Hayden McKay wrote: > > > > Cant run judiths IDE on windows 98se plus. > > > > ide.exw reports; > > > > Error code 461 > > Failed to acquire a hWind when creating a control. > > > > Win32Lib v0.60.6 19-Sep-2004 > > > > ran winlibscan... all went ok > > > > Editor.exw reports; > > > > Cant find ide.cfg editor cannot continue > > Until Derek releases a new version, you need to use IDEWin32lib from the IDE > Recent Contribution. > > V0.60.6 from September did not work with win98 and IDE. > > judith evans thank you