Page 1 of 1

@ SAY GET without resources

PostPosted: Fri Oct 28, 2005 11:09 am
by josevalle
Hello.

I have no example about this and if I write

@ 10,10 say "Nombre " GET mRaso
@ 20,10 say "Calle " GET mCalle

READ

I get the fields one over the other.

Note: I have never used resources and have no resources editor

Re: @ SAY GET without resources

PostPosted: Fri Oct 28, 2005 11:13 am
by Enrico Maria Giordano
You should use separate @ row, col commands for SAY and GET.

EMG

PostPosted: Fri Oct 28, 2005 11:30 am
by Antonio Linares
Jose,

Please review samples\tutor05.prg source code.

READ is not used in FiveWin.

Re: @ SAY GET without resources

PostPosted: Fri Oct 28, 2005 11:34 am
by Antonio Linares
josevalle wrote:Note: I have never used resources and have no resources editor


Please review the PRGs provided in samples directory that also have a RC file with the same name. Resources use is easy and it will speed up very much your development.

You may download the free Pelles C resources editor, builted in the Pelles C IDE from here: http://www.smorgasbordet.com/pellesc/

PostPosted: Fri Oct 28, 2005 9:04 pm
by josevalle
With the Pelles resource editor I have changed the names and the sizes. But it also chages some things in the header of the file.

I have a workaround, just copy from the new files what refers to the dialog and paste in you tutor04.rc.

Thanks Antonio.