Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Clickable SetImage in Button
Re: Clickable SetImage in Button [message #58728 is a reply to message #58726] Thu, 04 August 2022 15:10 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3362
Registered: August 2008
Senior Veteran
Mesimo wrote on Thu, 04 August 2022 11:00

I want a condition for 2 buttons

if ( button1 clicked && button2 clicked)
{
instructions
}

Do you have any adeas

thanks

Hello Mesimo

You can use "Option", that is the check box in U++.
For example, if option1 and option2 have been declared as Option, you can do:
if (option1 && option2) {
           Do
}


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is there a way to get all character supported in a font with Font?
Next Topic: 2 Buttons clicked
Goto Forum:
  


Current Time: Sun May 19 01:39:27 CEST 2024

Total time taken to generate the page: 0.02597 seconds