On Feb 14, 2007, at 4:01 PM, Tim Jones wrote:

In addition to the expected changes in your code, the IDE appears to make other, unexpected changes. I'm looking into these for a bug report, but one that stands out is that my original code had all booleans saved with quotes around the True and False. After changing the Caption of one button, the new save changed some of these, removing the quotes as you can see from the Enabled and Visible properties here:

        @@ -96,8 +96,8 @@
               Caption         =   "Cancel"
               Default         =   "False"
               Cancel          =   "True"
        -      Enabled         =   "True"
        -      Visible         =   "True"
        +      Enabled         =   True
        +      Visible         =   True
               HelpTag         =   ""
               AutoDeactivate  =   "True"
               TextFont        =   "System"

A bug report has been entered for the changing quotes issue:

        http://www.realsoftware.com/feedback/viewreport.php?reportid=mxfoxloi

Tim
--
Tim Jones
[EMAIL PROTECTED]

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to