Results 1 to 6 of 6

Thread: Can you use a Card Layout on Game Panels?

  1. #1

    Can you use a Card Layout on Game Panels?

    I set up a Card Layout at main Game Panel, in order to bring up some additional menus at certain times during the game.

    When I run the build, the panels just flash back and forth between each other continually. Is this because both of them are continually refreshing? and is the card layout feasible in the main Game Panel,

    Is there a better way to bring up in game menus?

  2. #2
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2

    Re: Can you use a Card Layout on Game Panels?

    WIthout knowing exactly what you mean by 'Card Layout', it's a little tricky to provide some solid answers. Send us a screen shot of the form at design time or possibly even the form itself so we can get a clear idea of what you're doing exactly.
    :: AthenaOfDelphi :: My Blog :: My Software ::

  3. #3

    Re: Can you use a Card Layout on Game Panels?

    I think he/she might be referring to the Java CardLayout class to switch between two panels, don't think there's a CardLayout class in pascal unless you build it yourself...

    Anyway, without knowing which graphics library and or language (java ?) you are using it's difficult to help...
    Wake up from the dream and live your life to the full

  4. #4

    Re: Can you use a Card Layout on Game Panels?

    so, this is the reason why this area be called 'off-topic'.



  5. #5

    Re: Can you use a Card Layout on Game Panels?

    Quote Originally Posted by Wizard
    I think he/she might be referring to the Java CardLayout class to switch between two panels, don't think there's a CardLayout class in pascal unless you build it yourself...

    Anyway, without knowing which graphics library and or language (java ?) you are using it's difficult to help...
    Yes, you are right i am referring to the Java

  6. #6
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Re: Can you use a Card Layout on Game Panels?

    Code:
    DoubleBuffered := true;
    NecroSOFT - End of line -

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
  •