Search:

User: MattW; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,318

    Showing (canvas_print) the value of a string

    Hi,

    Just a quick question. I'm trying to display on screen the contents of a string.
    In QBasic it would be written:

    A$="hello"
    B$="goodbye"
    print A$+" "+B$

    (shows "hello goodbye")
  2. Alternative to the GOTO command for a TB newbie?

    Hi,

    I'm still in the transitional period between QBASIC and TB, so please bear with me here.

    I always research things like this before posting, I've found some threads regarding the GOTO...
  3. Replies
    8
    Views
    4,235

    I'll put this in a new post :)

    I'll put this in a new post :)
  4. Replies
    8
    Views
    4,235

    Thanks Petr, It worked, but had to remove all...

    Thanks Petr,

    It worked, but had to remove all the "[" and "]" (maybe this was just symbolising something and not part of the code itself?)
    Canvas_BitmapRender("test.bmp" , 2, 2 , 20, 20)
    ...
  5. Replies
    8
    Views
    4,235

    ...found this part (but it's a copy of above). ...

    ...found this part (but it's a copy of above).

    Sorry, I still don't get it...

    Canvas_BitmapRender(test.bmp [, 2, 2 [, 15, 15]])

    ...still brings up the same error.
    I don't understand where...
  6. Replies
    8
    Views
    4,235

    Ah sorry - I missed this part, I will look here...

    Ah sorry - I missed this part, I will look here also
  7. Replies
    8
    Views
    4,235

    Ok, thanks... I've tried... ...

    Ok, thanks... I've tried...

    Canvas_BitmapRender(test.bmp [, 2, 2 [, 15, 15]])

    I have placed the test.bmp into the c:\thinbasic folder, and also in same folder as the *.tbasic file...
    8085
    ...
  8. Replies
    8
    Views
    4,235

    Inserting a simple JPEG or BMP into a Canvas

    Hi,

    I'm trying to display a 14 digit display (similiar the the 7-segment ones). At first I thought about drawing in the relevant lines to make 'each digit'. i.e. Draw top line, draw side LH...
Results 1 to 8 of 8