Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2011
    Posts
    24

    Star BUG Tree Object Win 7 x64

    Hi

    BUG on Tree Object on set Node text. Example:

    Code:
    Items = "All items";
    count = 3;
    
    Node = {}
    Node.Text = Items.." ("..count..")";
    Node.ImageIndex = "5";
    
    Tree.SetNode("Tree1", "1", Node);
    This show in Tree object:

    Code:
    (All items (3
    Win7 64 bits

  2. #2
    Join Date
    Feb 2011
    Posts
    24
    anyone confirm this error?

    AMS 8 personal: 8.0.6.0

  3. #3
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    I can't seem to reproduce any problems with this. Are you perhaps using too large of icons in your image list?
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

  4. #4
    Join Date
    Feb 2011
    Posts
    24
    ah ok, I've found the problem. My application is multilingual and use the scrip of the style to which Ulrich use in your example with XML.

    As ReadOrder establishing the Tree object (also happens with me RadioButton) displays wrong text.

    It happens in both setting the ReadOrder "0" to "1".

    Code:
    ON PRELOAD:
    
    Translate = {};
    Translate.FontScript = 0;
    Translate.ReadOrder = 0;
       	
    Tree.SetProperties("Tree1", Translate);

  5. #5
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    OK, now I see. I replicated the problem on Windows 7 and have submitted a report. Thank you.
    REF: AMS-532
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts