Ask a Question related to Mac Programming, Design and Development.
-
Loris Cecchinelli #1
Popup button problem
Hi to all
I have the subsequent problem with ProjectBuilder. I have writed a
simple application with a window and two popup button. Each one have
its controlID. I have installed the event handler with class command:
EventTypeSpec myEvent = { kClassCommand, kEventCommandProcess}
When I select an item in one of the two popup buttons, the system
executes the handler routine. If I retrieve the event type:
HICommand command;
GetEventParameter(event, kEventParameterDirectObject, typeHICommand,
NULL, sizeof(HICommand), NULL, &command);
I can observe the menu field of the HICommand structure with the correct
item. But how can I determine which popup button has detrmined the
handler ?
Thanks in advance
--
Posted via Mailgate.ORG Server - [url]http://www.Mailgate.ORG[/url]
Loris Cecchinelli Guest
-
Flash a button to open a html popup
Hi, Certainly, it's very easy, but I 'dont know how to do to create a button in Flash (vers.MX2004) to open a html popup Thank's to help me, and... -
Popup window on a button
I am sending variables to cgi script which is a mailing list. Currently the results of subscribing to the list (once clicking on a button in my... -
Button/Popup menu problem
First of all I am new to Fireworks. I have built a navigation bar using buttons and popup menus. When I go to view in a browser I get an error... -
Popup Window on Button Push
Can anyone tell me how I can open a new browser window when a button is pressed? I tried adding an <a href=...> encapsulating the button, but it... -
PopUp for Button
Check out this article http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx Registerclientscriptblock wont come in intellisense...



Reply With Quote

