Search found 7 matches

by rufusthedog
Sat Feb 11, 2023 6:03 pm
Forum: Coding Questions
Topic: StringGadget not updating
Replies: 6
Views: 684

Re: StringGadget not updating

Thank you, that is much simpler.

You seem to be the threading Deity on the forum. I imagine you are busy, but it would great if you found the time to write a tutorial on the subject.

Thanks for all your help,

Bryan
by rufusthedog
Fri Feb 10, 2023 1:39 am
Forum: Coding Questions
Topic: StringGadget not updating
Replies: 6
Views: 684

Re: StringGadget not updating

Thank you that almost worked. I added this to it which might not be the best way but it is working now.

Case #ComThread_LineReceived
For i = 1 To 6
Select i
Case 1
SetGadgetText(#Gadget_Form1_temp1, StringField(ThreadParameter\Receive$, i, ","))
Case 2
SetGadgetText(#Gadget_Form1_temp2 ...
by rufusthedog
Fri Feb 10, 2023 1:10 am
Forum: Coding Questions
Topic: StringGadget not updating
Replies: 6
Views: 684

Re: StringGadget not updating

This listings are to complicated to follow.

Why not doing one simple program for this stuff?
And use a thread for the serial communication.

A thread where I already posted many links to examples:
viewtopic.php?p=583249

Thank you for your reply,

I will look into using threads, something new for ...
by rufusthedog
Thu Feb 09, 2023 8:52 pm
Forum: Coding Questions
Topic: StringGadget not updating
Replies: 6
Views: 684

StringGadget not updating

I connect to an Arduino and I have 6 analog inputs I wish to read, but only the first one updates unless I drag the window. What am I doing wrong.

Link to the video of the problem:
https://drive.google.com/file/d/1AnA7IGpfOyXFkQ2arTWTFmuFKs-aZDrk/view?usp=share_link

Thank you,
Bryanp

The ...
by rufusthedog
Sun May 18, 2014 1:52 am
Forum: Coding Questions
Topic: PrintRequester when cancel is selected
Replies: 2
Views: 614

Re: PrintRequester when cancel is selected

I give that a try...

Thanks Danilo
by rufusthedog
Sun May 18, 2014 1:04 am
Forum: Coding Questions
Topic: PrintRequester when cancel is selected
Replies: 2
Views: 614

PrintRequester when cancel is selected

Hi All,

PureBasic and general programming beginner here......

"Under Windows 7"

My report prints fine when hitting "Print" but if I wish to cancel,when I hit the cancel button on the Printer Select Window the program crashes.

My Report Procedure:

Procedure Printout() ;Creates printed report ...
by rufusthedog
Sun Nov 17, 2013 7:36 pm
Forum: Coding Questions
Topic: How do you get smooth graphics?
Replies: 1
Views: 795

How do you get smooth graphics?

Hi All,

I'm new to programing in general and hack my way through. I'm writing a graphing application that I would like to have realtime graphing so a circuit could be tuned. I'm using the serial port which is the hold up for speed but ignoring that for now. When I update the graph the image isn't ...