Search:

Type: Posts; User: largo_winch; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    12,298

    error

    a) the fraxter demo doesn't work here on my machine (win xp amd notebook), there's an error with "glcreateshader()", see screenshot. perhaps a fil is missing or updated tbgl version? I've downloaded...
  2. Replies
    1
    Views
    3,304

    something I have built this afternoon: '...

    something I have built this afternoon:


    ' Basic Template for custom dialog
    ' Start Date 10-09-2013
    ' Created by

    Uses "UI"
  3. Replies
    1
    Views
    3,304

    canvas getwindowkeystate qt

    how I can get infos or an thinbasic example about canvas/"getwindowkeystate" (for example: (%VK_L, %VK_B) in GUI modus ?

    or something like


    If GetAsyncKeyState(%VK_ESCAPE) Then
    ...
  4. Replies
    6
    Views
    5,332

    here's a simple "countdown" feature for my game....

    here's a simple "countdown" feature for my game. push "countdown" button and than 25 seconds the robot modus will play. If you want to have another countdown you can type it into textbox right top....
  5. Replies
    6
    Views
    5,332

    random_modus (image-game)

    thanks petr for your "static" help!

    here's the final version of "robot" modus (self running).

    the user modus will come in next weeks or months.


    ' Empty GUI script created on...
  6. Replies
    6
    Views
    5,332

    thanks petr, sounds good, I will improve the...

    thanks petr, sounds good, I will improve the little game in such directions :)

    this edition: I have problem to update the "score" and the values should stay there but after running new randoms the...
  7. Replies
    6
    Views
    5,332

    infos

    ps: important: the "random factor" rules the imple holden "image-synch." example. I will make up my mind to give user more possibilities to rule or ship the image for covering at correct place to...
  8. Replies
    6
    Views
    5,332

    image_synchronization (game)

    here's a little kind of image synchronization game (not really), but it could be if there's more time to spend with it...

    a) try to cover the face of the woman on original image face zone and...
  9. Thread: xp button

    by largo_winch
    Replies
    3
    Views
    4,850

    xp button

    under win xp 2 (amd mobile processor) I have problem to see the xp buttons with icons with new update (tb 1.9.8.0.0).

    bye, largo
  10. Replies
    6
    Views
    11,559

    I cannot reach the bonus pack or download it. the...

    I cannot reach the bonus pack or download it. the link doesnt work here, bye, largo
  11. Replies
    6
    Views
    9,603

    1) thanks for your infos about True Axis and...

    1) thanks for your infos about True Axis and other ones, joshy :)

    2) I wanted to run shiny3d example, but it doesn't run on xp 2 window. I think the error message occurs because of not free-ing...
  12. Replies
    6
    Views
    9,603

    I need the link to the physik enginge (rigid body simulation) from freebasic

    hello joshy, do you have the link for the physik enging (body simulation) from freebasic that you have mentioned or have converted some days before? (something with "axis"?) I cannot find the post at...
  13. Replies
    59
    Views
    172,320

    info 1:...

    info 1: http://www.thinbasic.com/community/showthread.php?11308-stencil-buffer-question/page2

    rene, I would recommend to work with Dialog+TBGL combination :-) so you can drag and drop files (all...
  14. Replies
    59
    Views
    172,320

    hi rene, where I can download latest version of...

    hi rene, where I can download latest version of your tbgl 3d editor? looks like interesting stuff and might be a lot of work. because that was very time intensive beside my job to create similar tbgl...
  15. Replies
    0
    Views
    1,311

    z88aurora cad program for free

    who is interested in a free cad software graphic program should have a look at here:

    http://www.z88.uni-bayreuth.de/z88aurora/kontakt_e.htm
    the feature list is impressive! :)

    bye, largo
  16. Replies
    31
    Views
    28,177

    you can use the buffer for interpreting as all...

    you can use the buffer for interpreting as all bint examples shows in example folder so far I can remember. you have only make "bint_run" function for interpreting buffer string. I have tried last...
  17. mike, this example it's taken from your own post...

    mike, this example it's taken from your own post here! from this example I've place sleep and "dialog kill timer" infos for my example ! so you have to correct yourself and fixed the example, see...
  18. ok thanks petr, but my problem is still the same...

    ok thanks petr, but my problem is still the same as in my first post:
    if I use "Dialog Kill Timer CBHNDL, %Timer1" in %WM_TIMER section my example doesn't run correct. If I am desactivating this...
  19. powerbasic example (with a big help from my uncle...

    powerbasic example (with a big help from my uncle frank!) as a proof works with correct killing timer below %WM_TIMER for three times:


    'Compilable Example:
    #COMPILE EXE
    #DIM ALL
    ...
  20. thanks for testing, petr, but if you are killing...

    thanks for testing, petr, but if you are killing the timer ('Dialog Kill Timer CBHNDL, %Timer1..), how that can run? that's a mistery for me

    only this can work for me: I have desactivated in...
  21. only two of four timer (counters) are working

    perhaps this can be a problem or a bug in current thinbasic issue:


    ' Empty GUI script created on 03-06-2013 05:48:22 by (thinAir)


    Uses "UI", "console"' -- ID numbers of controls
    ...
  22. Replies
    0
    Views
    1,332

    canvas load images (simple way)

    here I show a little example how to load images (pictures) in canvas (ui) mode:


    ' Empty GUI script created on 03-06-2013 12:58:08 by largo_winch (thinAir)


    Uses "console", "ui" ...
  23. thanks peter for your info. I've place all...

    thanks peter for your info.

    I've place all into %WM_InitDialog and I need only one "control add canvas" in tbmain() to insert all graphics (images) there I have explored in an example some minutes...
  24. dim str as string str=“alien.bmp“...

    dim str as string
    str=“alien.bmp“
    canvas_bitmapRender(„alien.bmp“,20,20,120,120)

    question: If I have a simple image for loading into UI/canvas there's no chance to give the image a permanent and...
  25. thanks for feedback! you can see this is the...

    thanks for feedback! you can see this is the first release how I mentioned in first post.

    you can only "win", the software computerprogram (thinbasic) give all orders with randomness for the...
Results 1 to 25 of 263
Page 1 of 11 1 2 3 4