Search:

User: Lee Allen; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: COMM Module?

    by Lee Allen
    Replies
    5
    Views
    9,862

    Re: COMM Module?

    Thanks for your encouragement guys. I will take a close look the SDK to see what can be done.
  2. Thread: COMM Module?

    by Lee Allen
    Replies
    5
    Views
    9,862

    Re: COMM Module?

    OK to know the reason for my interest in COMM module you need the background.

    My main work is using computers for industrial applications, control and testing etc. I was attracted to ThinBasic...
  3. Thread: COMM Module?

    by Lee Allen
    Replies
    5
    Views
    9,862

    COMM Module?

    There is a reference to a COMM module in the TB version history at the end of 2005
    but I cannot find any other information about it and nothing in the help file.

    COMMs are a particular interest...
  4. Replies
    8
    Views
    5,198

    Re: PEEK$ for ASCIIZ

    A nice touch Eros - it completes the set ;D
  5. Thread: New Utility

    by Lee Allen
    Replies
    17
    Views
    113,465

    Re: New Utility

    Hi Kent
    A user friendly tool. I find it particularly useful on my php web files. Never enough time for proper comments and documentation but your tool makes it a lot easier.

    Never before have I...
  6. Replies
    8
    Views
    5,198

    Re: PEEK$ for ASCIIZ

    Wonderful - tested 100% good

    Eros you are a human dynamo :)

    Lee
  7. Replies
    8
    Views
    5,198

    Re: PEEK$ for ASCIIZ

    Kryton and Eros

    I am familiar with ASCIIZ strings- the problem is getting the LENGTH of the ASCIIZ in special
    cases.

    Here is a common case...
    Declare a fixed length asciiz string and pass the...
  8. Replies
    7
    Views
    8,834

    Re: Check internet connection

    Thanks Kryton - I think I am already hooked :)
  9. Replies
    7
    Views
    8,834

    Re: Check internet connection

    Thats a great example of the way ThinBasic can do complex tasks with a simple script.

    I learn much faster from examples like this than reading dry documentation. I was attracted in the
    first...
  10. Replies
    8
    Views
    5,198

    PEEK$ for ASCIIZ

    As a ThinBasic newbie I hope I have not missed something here
    but I would like to know if there is an easier way to solve this problem.

    I have a DLL function that returns a pointer to a ASCIIZ....
  11. Replies
    2
    Views
    1,859

    Re: LISTBOX adding lines out of sequence

    Petr

    You are quite right. Thanks for putting me right :-[
  12. Replies
    2
    Views
    1,859

    LISTBOX adding lines out of sequence

    Eros
    Heres an interesting one. I came up against this problem while trying to track down
    a different problem with the LISTBOX. It looks to me like this might be another 0/1 index issue?

    Adding...
  13. Replies
    9
    Views
    7,652

    Re: Dialog_ChooseColor Problem

    >Fix will be present in next preview release.
    Thanks- no rush - next release is fine.

    P.S.
    I have found a similar GPF problem in my script when updating LISTBOX data. It seems very intermittent...
  14. Replies
    9
    Views
    7,652

    Re: Dialog_ChooseColor Problem

    Hi Sandy
    No I just clicked on the sample file in the install directory...

    C:\thinBasic\SampleScripts\UI\Common\Dialog_ChooseColor.tBasic
  15. Replies
    9
    Views
    7,652

    Re: Dialog_ChooseColor Problem

    I am using Win 2k. But I also just tried it on a machine with XP. Same problem.

    It only seems to give a problem if you click 'Add to Custom Colors' before exiting
  16. Replies
    9
    Views
    7,652

    Dialog_ChooseColor Problem

    Hi Eros
    Just thought you would like to know there appears to be a problem around the
    Dialog_ChooseColor function. Although the problem appears AFTER the function
    ends and the Message Box is...
  17. Replies
    4
    Views
    3,176

    Re: LISTBOX RESET

    Very Clever!! Yes Thin Air recognises the RESET keyword now. Thanks Eros :)
  18. Replies
    4
    Views
    3,176

    Re: LISTBOX RESET

    Wonderful - You succeeded again Eros !

    LISTBOX RESET now works fine. I will look out for the keyword highlighting in the next
    Thin Air release.

    Thanks for the speedy fix.
  19. Replies
    4
    Views
    3,176

    LISTBOX RESET

    I am trying to use LISTBOX RESET exactly as shown in the Help Manual...


    listbox reset hDlg, %IDC_LISTBOX1

    There is no Syntax highlighting or auto capitalisation in Thin Air IDE for RESET ...
  20. Replies
    6
    Views
    2,984

    Re: DIALOG NEW - Unknown Keyword

    Sorry folks- Just 48 hours into a new language and I am still trying to soak up the documentation.

    OK my stupid mistake was I did not have the USES "UI"
    I just knew it was some basic mistake but...
  21. Replies
    6
    Views
    2,984

    Re: DIALOG NEW - Unknown Keyword

    Hi Petr

    No. Thanks for the info about the need for params but I already tried that and the problem remains.

    Even if I just do..


    DIALOG NEW

    ...without any params at all I get Unknown...
  22. Replies
    6
    Views
    2,984

    DIALOG NEW - Unknown Keyword

    Im converting a Power Basic program to TBasic and DIALOG NEW is giving me a Unknown Keyword Error. Here is the line...

    DIALOG NEW 0, "APPTITLE",,, 330, 203, %WS_POPUP OR %WS_VISIBLE OR...
  23. Re: Declare DLL - issue with prepending a path to file name

    Yes that works as expected now - thanks Eros
  24. Re: Declare DLL - issue with prepending a path to file name

    Thanks Eros.

    When developing a new DLL with lots of versions floating around I like to have control over exactly which one is being called by defining the path.

    With this in mind can you...
  25. Declare DLL - issue with prepending a path to file name

    I seem to have found a problem with prepending a path name to a dll location. For example...

    This works ok...
    Declare Function funcname Lib "dllname" Alias "funcname" ( etc...

    But this...
Results 1 to 25 of 25