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 » Community » Newbie corner » Submenu Clickable
Submenu Clickable [message #51341] Tue, 12 March 2019 10:01 Go to previous message
Qwak is currently offline  Qwak
Messages: 8
Registered: October 2018
Promising Member
Hi everyone,

I have a tray icon with a list of items and one of them is also a list like this :

index.php?t=getfile&id=5783&private=0

I would like to be able to click on the 1st Pause.

bar.Sub(true, "Pause", THISBACK(PauseMenu));

void AOO::PauseMenu(Bar& bar) {
	bar <<= THISBACK(BreakOut);
        bar.Add("Pause", myFuncBreak);
        bar.Add("RĂ©union", myFuncMeeting);
}


This isn't working and if i call BreakOut() in PauseMenu() then the event/function is fired when submenu pop-out.

Any suggestion, idea or clues is welcome.

Regards,

Qwak
  • Attachment: tray.png
    (Size: 10.30KB, Downloaded 329 times)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [solved] Is it an encoding problem ?
Next Topic: Confusion about where to start or what to use
Goto Forum:
  


Current Time: Sat Apr 27 19:15:41 CEST 2024

Total time taken to generate the page: 0.03237 seconds