On Feb 17, 2008, at 6:00 PM, Adrian Klaver wrote:

> I was fooling around with using ampersand notation to enable keyboard
> shortcuts for my buttons. I am using the ClassDesigner. I can do  
> &Save and
> have it show up as underline_S ave. Alt+s activates the button. This  
> work in
> the design 'mode' of the ClassDesigner. When I run the form I get a  
> button
> caption of &Save and the keyboard shortcut does not work. Saving the  
> form as
> a runnable app also results in the shortcut not working. I am  
> guessing it has
> something to do with the ampersand notations in the cdxml file.


        Confirmed. I'll have to look into the XML conversion process  
involved; it seems to be escaping the ampersand twice: first from '&'  
to '&', and then re-escaping that string's ampersand to  
'&&'.

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to