Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is my first try to use a "real" GUI instead of yad.

I have built a gui in glade there.

I have to set the variables @jobtitle, @proactive, @company, @contact_sex, @contact and @emailaddress.

The content of "entry1" should go to @jobtitle.

@proactive should contain "yes" or "no" depending on "radiobutton1" or "radiobutton2".

"entry2" should go to @company.

@contact_sex should contain "male", "female" or "unknown" depending on "radiobutton 3-5".

@contact should contain "entry3"

And @emailaddress should contain "entry4" "button1" is the launcher button.

Maybe anyone knows, how i can launch the gui and route the contents to the right variables?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900