GUI development

SDEric

Here's my pride!
Joined
Jun 10, 2005
Messages
220
Reaction score
0
Location
MD
Hey guys I am at a roadblock with my computer project, I am trying to find out how to control a relay or two using a GUI (asking help to develop a gui) on a touchpanel in my truck, i.e button labeled "front Flood lights" is red or and idle color, I touch or click the button is turns green, activating the circuit (front flood lights turn on). Any clue on what SW to use , adn how I would interface it directly? :hail
 

dmftoy1

Full Access Member
Joined
Apr 7, 2005
Messages
110
Reaction score
0
Location
Lexington, IL
Your best bet would be to contact the maker of your touchscreen and ask them if they have an SDK (Software Developers Kit). This will give you the headers, etc that interact with their hardware. You will probably still need to buy a compiler of some sort depending on the OS that the touchscreen is using. (Java, C++, etc.)

I hope this helps. (without much to go on)

Painting a GUI with most modern tools is pretty simple. You place your buttons and many of the IDE's will generate a framework of the application for you. You then have to hook the method that's driven by clicking on the button to your specific function. This is where the SDK comes in. Typically they would provide you with examples of how to send something out across the bus. Depending on how the wires are coming out of your touch screen (what type of connector, and what protocols it supports) the logic will vary.

Regards,
Dave
 

Members online

Forum statistics

Threads
30,540
Messages
266,126
Members
14,667
Latest member
TacoCat
Top