Hi All. I have a custom toolbar that accepts events from a contextual menu item. In OS X, when I pass the string it works. In Windows, when I pass the string, nothing happens. After a bit of debugging, I found that the string passed to the action sub is twice as long as the actual length of the string. Turned out to be an easy fix with a conditional compile statement.
Can someone point me to some documentation that outlines this cross-platform difference with strings? -- Kirt Cathey _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
