C++ API property question 4.0/4.2 2005-06-15 - By mark wilson
Back Hi,
I am using the:
else if ( eventID == PPGEventContext::siButtonClicked ) { CValue buttonPressed = ctxt.GetAttribute( L"Button" );
app.LogMessage( L"Button pressed: " + buttonPressed.GetAsText() );
technique to handle my button callbacks on my custom property page. This works fine in version 4.2 but in 4.0 the CValue buttonPressed is empty. Anyone know where the difference in the APIs are? I'm creating my button with:
CustomProperty oCustomProperty = ctxt.GetSource(); PPGLayout oLayout = oCustomProperty.GetPPGLayout(); oLayout.AddButton(L"Myname");
Anyone? Cheers,
Mark
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|