1. IUP - Tutorials?

hi,

does anybody know any IUP tutorials or screen designers? i don't care if they are for C or Pascal, but for some reason i am not able to find something thats better than

https://www.fhug.org.uk/wiki/wiki/doku.php?id=plugins:iup_hints_and_tips

this. any pointers welcome.

richard

EDIT:

Is t possible to place anythin with xy coordinates in a dialog?

new topic     » topic index » view message » categorize

2. Re: IUP - Tutorials?

Re: "IUP Tutorials"
Have a look at the IUP documentation - there are a bunch of tutorial examples there in C. See...
http://webserver2.tecgraf.puc-rio.br/iup/

The culmination of the tutorials 'simple_notepad.c' and 'simple_paint.c' are available in Phix. Phix also provides very many examples of user interface created with pGui (IUP). (see ..Phix/demo/pGui).

Re: "Screen Designers"
I don't know of any.

Re: "Is it possible to place anything with xy coordinates in a dialog?"
I use IUP with 4 different languages and I have never needed to place anything at an xy position except the dialog itself.
IUP is designed to fit things into the space available rather than put elements at specific positions.
(which may also be why there are no screen designers)
But it may be possible. Why do you want to do that?

Les

new topic     » goto parent     » topic index » view message » categorize

3. Re: IUP - Tutorials?

begin said...

does anybody know any IUP screen designers?

Still very far from complete, you may want to take a look at my effort: demo\edix\plade.exw

It is quite a mess, and will take a lot of effort and time to finish, if that ever happens.

You cannot save properly yet, though if you grab the latest version from the repository,
the "Test" menu entry now writes pguide_test.exw which might be amenable to cut/paste.

Pete

new topic     » goto parent     » topic index » view message » categorize

4. Re: IUP - Tutorials?

lesterb said...

http://webserver2.tecgraf.puc-rio.br/iup/

The culmination of the tutorials 'simple_notepad.c' and 'simple_paint.c' are available in Phix. Phix also provides very many examples of user interface created with pGui (IUP). (see ..Phix/demo/pGui).

Re: "Screen Designers"
I don't know of any.

Re: "Is it possible to place anything with xy coordinates in a dialog?"
I use IUP with 4 different languages and I have never needed to place anything at an xy position except the dialog itself.
IUP is designed to fit things into the space available rather than put elements at specific positions.
(which may also be why there are no screen designers)
But it may be possible. Why do you want to do that?

Les

yes, i have seen that, but hoped for something with some more prosa. the x/y positioning sprang out of the hope i could maybe use an regular designer for win and adapt it.

richard

new topic     » goto parent     » topic index » view message » categorize

5. Re: IUP - Tutorials?

petelomax said...

Still very far from complete, you may want to take a look at my effort: demo\edita\plade.exw

It is quite a mess, and will take a lot of effort and time to finish, if that ever happens.

You cannot save properly yet, though if you grab the latest version from the repository,
the "Test" menu entry now writes pguide_test.exw which might be amenable to cut/paste.

Pete

i love to try that, but ca not find plade.exw anywhere in sources or on bitbucket.

richard

new topic     » goto parent     » topic index » view message » categorize

6. Re: IUP - Tutorials?

petelomax said...

demo\edita\plade.exw

Ooops. That should be demo\edix\plade.exw

Pete

new topic     » goto parent     » topic index » view message » categorize

7. Re: IUP - Tutorials?

i love to try that, but can not find plade.exw anywhere in sources or on bitbucket

new topic     » goto parent     » topic index » view message » categorize

8. Re: IUP - Tutorials?

what do you see here https://bitbucket.org/petelomax/phix/src/default/demo/edix/?

new topic     » goto parent     » topic index » view message » categorize

9. Re: IUP - Tutorials?

thanks - i could not find. must learn to read.

richard

new topic     » goto parent     » topic index » view message » categorize

10. Re: IUP - Tutorials?

If you access

https://bitbucket.org/ghaberek/iup4eu/src

then under the "Support" tab you can find two tutorials (one currently incomplete?) which have been converted to Euphoria, both in the text and in the examples.

Under the "iup" tab there is a "samples" tab, with (almost?) all the C examples on the IUP site re-written for Euphoria.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu