1. ide newbie help - i'm pleading here!
- Posted by Joe Phillips <jphillips at granbury.com> Nov 18, 2004
- 529 views
- Last edited Nov 19, 2004
I have downloaded ide, new win32, and complete edition 2.4. When opening an existing .prj, ide just closes. I know you all are busy with 2.5. Please have mercy on a newbie!
2. Re: ide newbie help - i'm pleading here!
- Posted by Jonas Temple <jtemple at yhti.net> Nov 18, 2004
- 514 views
- Last edited Nov 19, 2004
Joe Phillips wrote: > > I have downloaded ide, new win32, and complete edition 2.4. When opening an > existing > .prj, ide just closes. > > I know you all are busy with 2.5. Please have mercy on a newbie! > <mercy mode on> Joe, Can you start the IDE by itself without opening a specific project? </mercy mode off> Jonas Temple http://www.yhti.net/~jktemple
3. Re: ide newbie help - i'm pleading here!
- Posted by don cole <doncole at pacbell.net> Nov 19, 2004
- 531 views
Joe Phillips wrote: > > I have downloaded ide, new win32, and complete edition 2.4. When opening an > existing > .prj, ide just closes. > > I know you all are busy with 2.5. Please have mercy on a newbie! > I for one believe IDE is overrated it's just a tool generating code. Don't get too hung up all it's feachers. 1.)Just create all the controls for your program (don't worry too much about placement). 2.)Launch you program/prj from the !Launch menu. It will create a .exw and .prj file with the same name 3.)Run and rerun the .exw untill you get all the placement right manually by changing the code in the .exw file. If you want to add a new control rerun IDE and create that control only. !Launch and copy that line into your program. don cole SF
4. Re: ide newbie help - i'm pleading here!
- Posted by Greg Haberek <ghaberek at gmail.com> Nov 19, 2004
- 519 views
I must admit, there is a bit of a learning curve to Win32Lib, but once you start to get it, it becomes really easy. I can code a complete app from the ground up in a matter of minutes/hours with just a basic editor and Win32Lib. If I use the IDE to poke around and swap between individual control code, it would take me longer. I suggest playing around with the IDE for a while, but examine the code it generates and pay attention, as you learn, you'll be able to write your own Win32Lib code. ~Greg On Fri, 19 Nov 2004 00:47:34 -0800, don cole <guest at rapideuphoria.com> wrote: > > posted by: don cole <doncole at pacbell.net> > > Joe Phillips wrote: > > > > I have downloaded ide, new win32, and complete edition 2.4. When opening an > > existing > > .prj, ide just closes. > > > > I know you all are busy with 2.5. Please have mercy on a newbie! > > > > I for one believe IDE is overrated it's just a tool generating code. > > Don't get too hung up all it's feachers. > > 1.)Just create all the controls for your program (don't worry too much about > placement). > > 2.)Launch you program/prj from the !Launch menu. > > It will create a .exw and .prj file with the same name > > 3.)Run and rerun the .exw untill you get all the placement right manually > by changing the code in the .exw file. > > If you want to add a new control rerun IDE and create that control only. > !Launch and copy that line into your program. > > don cole > SF > > > > >