Search found 2 matches

by pga3
Fri Jun 25, 2010 11:58 am
Forum: Coding Questions
Topic: String Gadget is not beeing updated
Replies: 3
Views: 1076

Re: String Gadget is not beeing updated

Hi, thx for the reply. After checking the SetTimer_() function I found a much simpler solution:

WindowEvent()

When putting that after the SetGadgetText() command, everything works as it should.
Btw. The PB internal timer functions are unfortunately not included in 4.00. I guess it's time to update ...
by pga3
Fri Jun 25, 2010 10:16 am
Forum: Coding Questions
Topic: String Gadget is not beeing updated
Replies: 3
Views: 1076

String Gadget is not beeing updated

hi,

I didn't do anything with PB for quite a long time, and I'm still using 4.00. Today, I tried to write a little GUI for an command line application, but somehow my string gadget (used for status messages) is not being updated while RunProgram runs.

As soon as RunProgram is finished, all the ...