Results 1 to 5 of 5

Thread: DelphiX and Windows GUI

  1. #1

    DelphiX and Windows GUI

    For a game I'm writting, I'm thinking of using the standar components and windows (to save work ant time doing all of them graphically), but use also graphic stuff (with delphiX, for example). Is it possible to mix both without problems??

  2. #2

    DelphiX and Windows GUI

    I have used several components in combination with delphiX in the past. Mostly for testing purposes, though.

    The edit component however is still my favorite way for retrieving values like a player's name.

  3. #3

    DelphiX and Windows GUI

    Yes it is one of the better features of DelphiX that, for example the DXDraw component is automatically resizeable, unlike most other DX interfaces.

    At its simplest, my development work puts a DXDraw on a form with a panel aligned to the bottom with buttons and labels for debug tests and reports. When ready for distribution, the panel is hidden.

    For more complex work and, just plain explorative tests, the DXDraw component is aligned to the left with a slider control and a memo aligned to the client where each routine sends a report line.
    Stevie
    <br />
    <br />Don't follow me..... I'm lost.

  4. #4

    DelphiX and Windows GUI

    So you guys tell me that it's fine to combine both components, don't you?

    I'm working on another game (far more complex) and I want to use a better tool than delphiX (like PowerDraw or Omega), but for this one I was wondering if I could use DelphiX with other windows components such as lists or edit's, etc..


  5. #5

    Like I said before...

    The answer is yes.
    Stevie
    <br />
    <br />Don't follow me..... I'm lost.

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
  •