Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42

Thread: Plugin Examples incl. DUI example

  1. #11
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    The lua files are available from lua.org.

  2. #12
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    the files are installed with girder under Girder4\includes , make sure you checked install developer files when you installed girder, you will also need to add the path to delphi's search path

  3. #13
    Join Date
    May 2005
    Posts
    16

    Default

    Quote Originally Posted by birty
    the files are installed with girder under Girder4\includes , make sure you checked install developer files when you installed girder, you will also need to add the path to delphi's search path
    Ok, got the .h files - that's a nice start. Just a dumb question: Is it possible to import those directly into Delphi, or should I convert them to .pas files? I'm still using d4, so I assume the last, but if newer versions can do it automatically, then maybe it's time to upgrade :wink:

    //michael

  4. #14
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    the pascal files should also be in the same directory (unless ron has accidentally left them out of the latest version?)

  5. #15
    Join Date
    May 2005
    Posts
    16

    Default

    Quote Originally Posted by birty
    the pascal files should also be in the same directory (unless ron has accidentally left them out of the latest version?)
    Apparently he did - I don't see them here with a full install...

    //michael

  6. #16
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    Here are the delphi includes:

  7. #17
    Join Date
    Jan 2004
    Location
    The Netherlands
    Posts
    2,140

    Default

    I'm building a plugin with a dui action page with master/detail comboboxes (o, joy)

    I add the string list with the items separated by \r

    ControlSetString(L, "ComboBox1", "Strings", remotelist);

    when I read them back,

    ControlGetString(L, "ComboBox1", "Strings", Strings1);

    I get my items back separated by \r\n

    I handle this properly in my code now, but is this :
    a) by design
    b) a bug
    c) I need to read the documentation more carefully or go back to c++ school

    Marcel

  8. #18
    Join Date
    May 2003
    Location
    Stockholm, Sweden
    Posts
    430

    Default

    Birty,

    there's no attachment to your post... Perhaps you could reattach the delphi includes??

    Ron, would it be possible to get all this included in the next release??

    Cheers,
    Jens

  9. #19
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    i removed them as ron said that he didnt really want their contents generally available, i think that the revised includes are complete ron just probably forgot to include them in the setup

  10. #20
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    Is it possible to use the DUI to provide a configuration page for a Lua script e.g. LDJ? Rather than having the user edit a Lua file it would be nice to be able to configure things using the DUI.
    --Rob

Posting Permissions

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