Search:

User: Reinking; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: XP themes

    by Reinking
    Replies
    1
    Views
    2,106

    XP themes

    Eros,

    Any thoughts about adding the XP theme verbage to thinBasic's resource file? Manifesting the thinBasic.exe file does work, but with thinBasic version changes, the AssemblyIdentity tag in...
  2. Thread: Super Demos!

    by Reinking
    Replies
    4
    Views
    4,045

    Super Demos!

    Ok, got it working.

    I didn't have enough shared video memory. My AAS (AGP Apeture Size) in BIOS was set to 64 MB; doubling it works, so I tripled it for good measure. I guess OpenGL can use up...
  3. Thread: Super Demos!

    by Reinking
    Replies
    4
    Views
    4,045

    Super Demos!

    Psch,

    Nice work!

    I've got an strange problem running the SimpleChart3 script. Could this be a problem with my hardware? I am playing around with the background color settings using the function...
  4. Replies
    6
    Views
    7,757

    thinBasic_GetTokenType ???

    Eros,

    I've been distracted on another project and unfortunately haven't had as much time to visit here lately. I will have a look!

    Regards,

    John
  5. Thread: TBGL window

    by Reinking
    Replies
    15
    Views
    8,816

    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...
  6. Thread: TBGL window

    by Reinking
    Replies
    15
    Views
    8,816

    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...
  7. Replies
    6
    Views
    7,757

    thinBasic_GetTokenType ???

    Thanks for the information!

    I'm implementing a GetRows method within the DAO library.
    My first thought was to return a tab delimited string of fields per string array element. My second...
  8. Replies
    6
    Views
    7,757

    thinBasic_GetTokenType ???

    Eros,

    First of all, thanks kindly for your invite to this forum!

    I am putting some finishing touches on a DAO library and I had a couple of questions:

    1. Is there any way to decipher what...
  9. Thread: Callbacks ?

    by Reinking
    Replies
    2
    Views
    858

    Callbacks ?

    Eros,

    This is probably way over-the-top, but is there a way to implement callback functionality? For instance, in the prior thread about how time out text is formated in the Message window, would...
  10. Replies
    3
    Views
    4,103

    ADO module function list help

    Yup! That works...below is the revised ADO sample script:


    USES "ADO"
    USES "Console"

    dim lpConnection as Long
    dim lpRecordSet as Long
    dim sdbName as String = APP_Path &...
  11. Replies
    3
    Views
    4,103

    ADO module function list help

    Okay,

    I poked through the thinBasic_ADO.dll file with a text editor and found two function literals that look promising....ADO_RecordSet_GetCollectS and ADO_RecordSet_GetCollectN. I'll try them...
  12. Replies
    3
    Views
    4,103

    ADO module function list help

    Eros,

    I thought I'd experiment with the ADO module. I couldn't find much help for internal function calls. I wanted to traverse the recordset of the 'Authors' table in BIBLIO.MDB. Can you show...
  13. Replies
    4
    Views
    1,955

    Duh!!!

    I'm blind as a bat! Thanks a bunch for the help. And thanks for creating Tray Agent. If I'd just read the help docs, I wouldn't have to bother you with trivial questions.

    I haven't been...
  14. Replies
    4
    Views
    1,955

    Need help with TrayAgent Script

    How should this respond?

    I can't seem to make the following script launch or bring Notepad into the foreground.

    uses "OS"

    dim lret as long

    lret=OS_Shell("c:\windows\NotePad.exe",...
  15. Thread: ESMTP

    by Reinking
    Replies
    4
    Views
    4,301

    ESMTP

    How do you make the Test_SMTP.tBasic script speak ESMTP :?:
  16. Replies
    5
    Views
    6,021

    Essay on programming languages

    Done :!:
  17. Replies
    3
    Views
    4,484

    Immediate mode option

    I find myself oftentimes wanting to quickly script some code for a given task, ie. throwaway programs. Have you any ideas how to enable an "Immediate Mode" environment with ThinBasic? Would it be...
  18. Replies
    5
    Views
    6,021

    Essay on programming languages

    I thought the article was worth sharing. And yes, there are numerous facets to the discussion; no one item in particular was intended to specifically compare with ThinBasic. IMHO the work you have...
  19. Replies
    5
    Views
    6,021

    Essay on programming languages

    I think this essay by Paul Graham about languages is a good read:

    http://www.paulgraham.com/paulgraham/popular.html
  20. Replies
    1
    Views
    1,705

    LOADLOCALSYMBOLS Function

    I was attempting to atttach a library and was wondering if the 'LOADLOCALSYMBOLS' and 'UNLOADLOCALSYMBOLS' functions were accessible to me?
Results 1 to 20 of 20