Search:

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

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    11,920

    Clue

    You may not, but the user is
    able to rename it without a space.
  2. Replies
    17
    Views
    11,920

    On the provided screenshot, it looks like there's...

    On the provided screenshot, it looks like there's a space char before the "1"
  3. Replies
    17
    Views
    11,920

    Hi Brian, did you already check if there is...

    Hi Brian,

    did you already check if there is something special, uncommon, in the computer name (no name at all or foreign chars...) and in the way your app is launched (virtualization, os,...
  4. Replies
    17
    Views
    11,920

    Maybe this MS link...

    Maybe this MS link can help you display the computer name, it's in the system panel.
  5. Replies
    17
    Views
    11,920

    Hi Brian, maybe knowing what system (real...

    Hi Brian,


    maybe knowing what system (real windows : which version ?, virtualization, wine...) is the program running on would be of some help.
    Also the computer name ( = expected name ?)


    ...
  6. Replies
    2
    Views
    2,357

    The converse is true : I reciprocally wish to...

    The converse is true : I reciprocally wish to give a huge thank to you, the 2-men thinbasic team (Petr and Eros, that's you !) ! Sincerely I wish best implication in thinbasic's project and I know...
  7. Replies
    3
    Views
    3,305

    I mean if a keyword has to be upgraded, it should...

    I mean if a keyword has to be upgraded, it should be "USING$" so it can be useful for other purposes (versatility).


    But you can achieve your goal with STRINSERT$:


    '---Load Console Module...
  8. Replies
    3
    Views
    3,305

    Hello, it's a job for USING$...

    Hello,
    it's a job for USING$
  9. Replies
    2
    Views
    2,473

    Hello, there was a bug report...

    Hello,
    there was a bug report posted long ago ...
  10. That's the interesting part :

    That's the interesting part :
  11. Thread: Loop

    by DirectuX
    Replies
    5
    Views
    3,663

    Hello Eros, the script is working fine now. ...

    Hello Eros,

    the script is working fine now.

    Thanks
    DirectuX
  12. Replies
    21
    Views
    16,577

    I can understand your window becoming...

    I can understand your window becoming non-interactive. I feel it bad being trapped. Can't you disable T.A.B. interactiveness only; leaving Alt-TAB possible ?
  13. Replies
    21
    Views
    16,577

    Hi Catventure ! 10222 The video is still...

    Hi Catventure !

    10222


    The video is still cropped.
    The window is still modal.
    I can't take a screenshot while video is playing.
  14. Replies
    20
    Views
    18,043

    Yes, but I don't know if it has to be with...

    Yes,

    but I don't know if it has to be with the exe or with thinbasic.exe

    I can try for you if you want
  15. Replies
    20
    Views
    18,043

    Catventure, what happens if you provide your...

    Catventure, what happens if you provide your winmm.dll vista-version in the app folder (#BUNDLE File) ?
  16. Replies
    20
    Views
    18,043

    Just an idea, but you could let it available with...

    Just an idea, but you could let it available with a known bug under investigation message... for people who doesn't put videos but just pictures.
  17. Thread: Loop

    by DirectuX
    Replies
    5
    Views
    3,663

    Hi Primo, the second loop should exit after the...

    Hi Primo, the second loop should exit after the first pass because "ok" as an expression resolves to %TRUE.

    You can use the red square of thinAir's toolbar to stop thinBasic's process.
  18. Thread: Loop

    by DirectuX
    Replies
    5
    Views
    3,663

    Loop

    Hi,

    I'm wondering


    Dim ok as Boolean = %FALSE

    Do
    ok = %TRUE
    loop until ok = %TRUE
  19. Replies
    3
    Views
    3,125

    Thanks Petr, thanks Eros.

    Thanks Petr, thanks Eros.
  20. Replies
    21
    Views
    16,577

    Difficult if you haven't the right environment to...

    Difficult if you haven't the right environment to test.
    Maybe an idea : downsize the video placement for start then gradually increase up to good then display parameters values then includes them...
  21. Replies
    21
    Views
    16,577

    Hi Catventure! centre picture is deformed when...

    Hi Catventure!

    centre picture is deformed when resizing the window.
    centre picture is truncated at right side when video is playing ( text not fully shown ).
    window behaves modal and I feel it...
  22. Replies
    3
    Views
    3,125

    ' Minimal example type ttest myvar as...

    ' Minimal example

    type ttest

    myvar as Single
    myvar2 as single

    function _Create()
    MsgBox 0, str$(assign2(1.5, me.myvar)) ' error
    'me.myvar2 = assign2(2.5, me.myvar) ' error
  23. Replies
    3
    Views
    3,125

    ASSIGN error in UDT

    ' Minimal example

    type ttest

    myvar as Single
    myvar2 as single

    function _Create()
    MsgBox 0, str$(assign(1.5, me.myvar)) ' error
    'me.myvar2 = assign(2.5, me.myvar) ' error
  24. Thread: 8/2(2+2) = ?

    by DirectuX
    Replies
    5
    Views
    3,059

    That's seems school standard : parenthesis...

    That's seems school standard :

    parenthesis first
    then
    from left to right

    2(...) is not more not less than 2x where x = (...) ;

    you don't write 2 * x
  25. Replies
    4
    Views
    3,203

    Thanks Eros, it didn't work first because I was...

    Thanks Eros, it didn't work first because I was using Console_SetCP function instead.

    Note: %CP_ built-in constants are not listed in the help file.
Results 1 to 25 of 417
Page 1 of 17 1 2 3 4