Re: Help for a beginner please!(can't find it)

new topic     » topic index » view thread      » older message » newer message

amux wrote:
> 
> don cole wrote:
> 
> > I download the latest IDE.
> > 
> > I looked in menu editors/code editor/view codebase/view. 
> > 
> > See see a code editor to write code to the controls like:
> > 
> > procedure Window1_onClick (integer self, integer event, sequence params)
> > 
> > end procedure
> > setHandler( Window1, w32HClick, routine_id("Window1_onClick"))
> > 
> > But I don't see any code for what you have built in IDE like:
> > 
> >
> > --------------------------------------------------------------------------------
> > --  Window Window1
> > global constant Window1 = createEx( Window, "Labels", 0, Default, Default,
> > 299,
> > 400, 0, 0 )
> > 
> > constant PushButton2 = createEx( PushButton, "Test",   Window1, 28,  100,
> > 88,
> > 28, 0, 0 )
> > constant PushButton4 = createEx( PushButton, "Regular", Window1, 172,  100,
> > 88, 28, 0, 0 )
> > constant PushButton5 = createEx( PushButton, "Close", Window1, 28, 132, 88,
> > 28, 0, 0 )
> > 
> > Don Cole
> 
> You're right there is no code,  I missunderstood the question, I have the same
> project open in  both IDE and another editor ( cgenie), this editor alert me
> when I save IDE's file so I only have to accept **reload and inspect the
> code**
> 
> 
> /amux

That's what I'm saying Amux.

That's what the newbie was complaining about and that's I'm complaining about.

Don Cole

Don Cole

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu