Results 1 to 7 of 7

Thread: DX GUI sample

  1. #1

    DX GUI sample

    how do i change the theme of the controls on the dx gui sample?

  2. #2

    DX GUI sample

    I probably missed something, but what DX GUI sample?
    Do it by the book, but be the author!
    <br />
    <br />Visit the Lion Productions website at:
    <br />http://lionprod.f2o.org

  3. #3

  4. #4

    DX GUI sample

    By replacing dxutcontrols.dds with yours
    There are only 10 types of people in this world; those who understand binary and those who don't.

  5. #5

    DX GUI sample

    hmm thanks it works

    when is it loaded? because i cant find the part of code loading it

  6. #6

    DX GUI sample

    [pascal]procedure CDXUTDialog.InitDefaultElements;
    var
    Element: CDXUTElement;
    rcTexture: TRect;
    begin
    SetTexture(0, 'UI\DXUTControls.dds');
    [/pascal]
    There are only 10 types of people in this world; those who understand binary and those who don't.

  7. #7

Bookmarks

Posting Permissions

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