Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: TBGL window

  1. #1

    TBGL window

    PSch,


    Can the tbgl_window:[list]
    be sized programmatically
    have a parent window
    be created without caption or border?[/list:u]

    I was toying with an idea of creating a X vs Y realtime chart with a DIALOG as the parent window and thought tbgl_ would be capable of the task.

    Regards,

    John Reinking

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10

    TBGL window

    Hi John,

    regarding Dialog Windows, I will add more functionalities in the next thinBasic release inside UI module: DIALOG SET SIZE, SET/GET LOC, SET TEXT, SET COLOR, ... This will give more power. I will also try to add more message pump control when using TBGL module (at the moment very basic).

    Regarding specific TBGL requests, I know Psch is working on a new version so he will have some new features for us. At the moment Psch is very busy on other matter but I'm pretty sure specific requests will be taken into considerations.

    Ciao
    Eros
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732

    TBGL window

    Hi,

    I'm now working again on the TBGL.
    Regarding to the questions:

    be sized programmatically
    This shouldn't be a problem to implement,
    I will have a look

    have a parent window
    Good idea, I have to think about the modyfying
    syntax of tbgl_CreateWindow

    be created without caption or border?
    Hmm, good idea again

    I was toying with an idea of creating a X vs Y realtime chart with a DIALOG as the parent window and thought tbgl_ would be capable of the task.
    The new version of TBGL will have the possibility to make a fullscreen window, that's sure. It could be fine for more detailed view of the chart.
    Second coming feature is using standard windows fonts and placing them in 3D - this should be handy too to describe the chart data.

    Only thing I'm afraid is the coexistence of both dialog and TBGL window.
    At this time it seems to be quite problematic, but I will work on it.

    Thanks for nice suggestions, I'll try to implement them

    Psch
    Attached Images Attached Images
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  4. #4
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10

    TBGL window

    "be sized programmatically"


    This shouldn't be a problem to implement, I will have a look

    Psch,

    this will be present in next 1.0.8.1 release as DIALOG SET SIZE and DIALOG SET LOC. Hopefuly released in this week.

    Ciao
    Eros

    PS: wow, nice image example!
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  5. #5

    TBGL window

    Neat!

    My initial thought was simply a 2D XY scatter chart.
    Psch, seeing your 3D bar chart, gee whiz, the juices are really churning now!
    I want to continuously append data to a 6x6 inch grid maintaining a refresh rate of about 30ms.

    Thanks a lot!

  6. #6
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732

    TBGL window

    Hi John,

    all necessary TBGL stuff seems to be developed now.
    I will post chart demo script very soon !

    Psch
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  7. #7
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732

    TBGL window

    Hi,

    please find the promised "chart demo" in the attachment.

    It is very basic demonstration, which can be run in two modes.
    First mode is "mad chart" - the chart is dynamicaly filled with new data
    Second mode is "user input" - the data in chart can be edited by user ( in very simple way )

    Hope you'll like it ,
    Psch
    Attached Files Attached Files
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  8. #8
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10

    TBGL window

    You are a GL monster.
    Very nice.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  9. #9
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10

    TBGL window

    Psch,

    what about a base grid rotating with the bars like in your picture example?
    Some values here and there?
    x, y, z axis?

    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  10. #10
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732

    TBGL window

    Ok,

    I'm working on it.

    Some values here and there?
    No values displayed ?!
    Are you sure you are using the latest debugged TBGL ?

    Thanks,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Page 1 of 2 12 LastLast

Similar Threads

  1. tbgl window to a given handle
    By kryton9 in forum TBGL General
    Replies: 2
    Last Post: 04-07-2007, 01:23

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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