Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    11,920

    Eros, thanks for the suggestion. Here is the...

    Eros, thanks for the suggestion. Here is the first part of my application code:


    Uses "UI"
    Uses "CONSOLE"
    Uses "COMM"
    Uses "WMI"
    Uses "OS"

    '---Constant declarations
  2. Replies
    17
    Views
    11,920

    Very good point. We will suggest that to them if...

    Very good point. We will suggest that to them if they continue to have issues.

    Thanks for the suggestion.

    *Brian
  3. Replies
    17
    Views
    11,920

    I'm unable to test that because spaces aren't...

    I'm unable to test that because spaces aren't allowed as part of the Computer Name. So Windows won't let me rename my computer to a name which includes a space.

    If this user did name their...
  4. Replies
    17
    Views
    11,920

    We were able to get the user to send us this:...

    We were able to get the user to send us this:
    10251

    Looks like a pretty normal computer name of "Home-1".

    I tried setting my computer's name to "Home-1" and could not reproduce the problem.
    ...
  5. Replies
    17
    Views
    11,920

    Thanks for the detailed suggestion. We...

    Thanks for the detailed suggestion.

    We distribute this application via bundled .exe. The user does not have a shortcut or lnk file. They simply double click on the .exe. (The user has no idea that...
  6. Replies
    17
    Views
    11,920

    Fair enough, but what about the actual function...

    Fair enough, but what about the actual function call could return that error? The error itself doesn't give me any ideas on what I can ask my user to check in order to solve the problem.

    *Brian
  7. Replies
    17
    Views
    11,920

    Thanks - I'll build a new version of the app for...

    Thanks - I'll build a new version of the app for them to try with that change and let you know how it goes. Thanks!!

    *Brian
  8. Replies
    17
    Views
    11,920

    Sure, I'll provide what I know. The computer...

    Sure, I'll provide what I know.

    The computer system where the error is generated is Windows 10. I do know if it is up to date or not.

    I don't think it's being virtualized, although I can try to...
  9. Replies
    17
    Views
    11,920

    Error 30 from call to OS_GetComputerName

    On one of my user's computers, they get the following error when they run my code:

    Main Script Name : C:UsersxxDownloadsFirmware_v270_WinEBBUpgraderGUI_v270.exe
    Error code 30
    Line number 26...
  10. Replies
    4
    Views
    5,066

    Petr and Eros, I want to thank you for your very...

    Petr and Eros, I want to thank you for your very rapid replies and fantastic support for my questions. It goes a long way to helping convince other people that TB is a 'legit' tool. :-)

    I'm...
  11. Replies
    4
    Views
    5,066

    Of course, *I* believe you that there is no...

    Of course, *I* believe you that there is no malware in ThinBasic. :D

    The problem is, of course, that your server can become compromised, or somebody in the middle can inject malware as it is being...
  12. Replies
    4
    Views
    5,066

    Cisco AMP doesn't much like thinBundle

    Situation: Corporate and personal user of thinBasic. Our IT group has Cisco AMP for Endpoints (v6.2.9.10881) installed company-wide. When trying to bundle any thinBasic script, I get the following...
  13. And of course, 30 minutes after posting my...

    And of course, 30 minutes after posting my problem, I solve it. Yes, we both thought of the same thing.

    The difference was exactly that - some machines were configured for "Medium 125%" and the...
  14. I'm wondering if you have any ideas for how to...

    I'm wondering if you have any ideas for how to prevent the sizes of things from changing in my GUI windows between computers. Here are three screen captures on three different computers - all running...
  15. And you've gone and done it again Eros! This...

    And you've gone and done it again Eros! This solution totally solves the problem. When I followed your instructions above, I get the following as output:


    Programming CRC Corruption Test program...
  16. Ah! Maybe that's the ticket! I was using .tbasic....

    Ah! Maybe that's the ticket! I was using .tbasic.

    However, if I switch to .tbasicc, and run it, I get the following:


    D:\Projects\CSIEE\PIGrapher>CycloneCRCCorruptionTest.tbasicc
    Programming...
  17. Hmm. That's a great suggestion, unfortunately it...

    Hmm. That's a great suggestion, unfortunately it doesn't seem to work either.

    Without TB at all, if I just do this from the command line:

    ...
  18. Unfortunately, that appeared to have no effect....

    Unfortunately, that appeared to have no effect. :-(

    Still get the extra output in my TB console.

    *Brian
  19. How to redirect output of command called from OS_Shell()?

    I have a simple TB script which is a console mode script.

    In it, I us OS_Shell() to call another program. That other program outputs text to the console.

    Unfortunately, the output of the other...
  20. Very good! Thanks for the explanation. It's not a...

    Very good! Thanks for the explanation. It's not a huge deal to me, but it does mean I have to use the bundled app to generate all training documentation. I'm also having trouble with fonts changing...
  21. UI difference between bundled app and running from thinAir

    I get different styles of controls when I bundle my app:

    9821

    On the left you'll see the way it looks when run from a bundled an app.

    On the right is how it looks when run from ThinAir.
    ...
  22. Eros- yes, that is exactly correct. This system...

    Eros- yes, that is exactly correct. This system works pretty well actually.

    If I could ask for the moon, it would be very helpful to be able to control the width of the thumb on the canvas. For...
  23. That's OK - I've found a workaround for now. I...

    That's OK - I've found a workaround for now. I simply read the position of the viewport from within a timer, which gives me the position the user has moved the thumb to.

    *Brian
  24. How to retrieve thumb position of canvas?

    When I create a large canvas, set it to virtual mode, and use the scroll bars to move around it, how do I receive events (like %WM_HSCROLL) for those scroll bars? I'd like to update other controls in...
  25. Replies
    24
    Views
    10,785

    Very cool! That would be a very useful mode for...

    Very cool! That would be a very useful mode for my application - infinite recording ability (streaming data to disk .csv file) but you only get 1 'screenful' of graph to see.

    Is your app using a...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4