12-23-2006, 03:02 AM
I used the example in Samples2 to set text in a "static" in a toolbar. The example works fine, but when I started changing names it failed everytime. It seems if the toolbar has lower case chars in it's name the set text macro fails. Upper case and the example -which contains lower case- works fine though?!?! I'm pulling my hair out trying to figure this out. Maybe its my computer. I attached the test code.
- Here's my test condition:
Run "J UPPERCASE", it'll create a toolbar.
Run "j uc set text", it'll put text in the TB.
Right click and close the TB
Run "j lowercase", it'll create a toolbar.
Run "j lc set text", it errors saying it can't find the window??
Right click and close the TB
Matt B