Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150

    Two different xml files

    In my project, when a press a key (#1) it loads a xml file (file1.xml) and then uses it to populate a combobox objetc. If I press another key (#2) I need to populate the SAME combobox object from a DIFFERENT xml file (file2.xml).

    As the xml actions do not mention the name of the loaded xml file, I am not sure if when loading the second file it will be used as the current one.

    Anybody to confirm that or suggest a better way to perform the action?

  2. #2
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Only one XML file can be loaded at a time. All XML actions refer to the currently opened XML file.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  3. #3
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    Thanks Centauri. I had tested it and worked like you said, but I was not sure that the application would take the last (current) html loaded.

Posting Permissions

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