IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
Drago
Posts: 116
Joined: Aug 10, 2005 13:15

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

Post by Drago »

D.J.Peters wrote: Drago wrote:... Erstmal ein Rasberry bestellen *g*

Do you order the PI from pollin.de ?
Hmmm...well maybe...

or reichelt.. http://www.reichelt.de/?;ACTION=6667;id ... OVID=2768;

Rasberry...Camera....and I have to search for RFID Reader that fits.

the Rasberry shall detect the RFID labels on start numbers from runners passing a finish line. Camera is the back up to check the runner if something isn't detected correctly.
The biggest problem will be to build proper antennas to detect rfid in a range of mind. 2m.


Grüße
Rainer
w_samsa
Posts: 19
Joined: Oct 12, 2011 9:44

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

Post by w_samsa »

Hi, I've started to play with this library and I begun with button.bas example.
I found a little mistake, instead of:

Code: Select all

IupSetCallback( btn_image , "ACTION", Cast(Icallback,@btn_image_button_cb ))
I used:

Code: Select all

IupSetCallback( btn_image , "BUTTON_CB", Cast(Icallback,@btn_image_button_cb ))
so you can see the message in the text widget.

Walter
fly
Posts: 5
Joined: Nov 08, 2021 6:51

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

Post by fly »

D.J.Peters wrote:What I'm working on
Image
This tool is amazing. Have you finish it? if yes, can you share with us?
Post Reply