Search found 5 matches

by pel
Thu Jul 28, 2005 11:10 pm
Forum: Coding Questions
Topic: Stringgadget and lost focus
Replies: 3
Views: 1129

Sorry, I didn't make this clear - I've got a "lost focus" routine in my program and everything works OK -- it's just that the "lost focus" routine gets executed every time a character is entered. It seems to be getting both a "Change" and "Lost focus" event with each character, although the focus ...
by pel
Thu Jul 28, 2005 2:51 pm
Forum: Coding Questions
Topic: Stringgadget and lost focus
Replies: 3
Views: 1129

Stringgadget and lost focus

Just curious why I get a "lost focus" event for a stringgadget each time I type in a character (although the focus actually stays on the stringgadget). I get the lost focus event using either #PB_EventType_LostFocus or #EN_KILLFOCUS.

As an example, if you take the "Gadget" example program and add a ...
by pel
Sat Apr 17, 2004 1:54 pm
Forum: General Discussion
Topic: Comment on 3.90
Replies: 1
Views: 1182

Comment on 3.90

Just a quick comment about the problems with 3.90. I've got a commercial program (in PureBasic) that runs close to 13,000 lines - it gets updated every month or so and there are quite a few users. I downloaded 3.90 as soon as it came out and wound up spending several days patching and fixing (mostly ...
by pel
Mon May 12, 2003 4:50 pm
Forum: Coding Questions
Topic: popupmenu event checking problem
Replies: 7
Views: 1818

Just curious -- what kind of events are you firing off under #Mypopupevent1 and 2? I stuck a messagerequester under each one and they both showed up when I clicked on the popup menu items (I also assumed the listbox is a listicongadget) ... :?
by pel
Tue May 06, 2003 2:44 pm
Forum: Windows
Topic: Win API changes?
Replies: 1
Views: 2590

Win API changes?

Saw this posted elsewhere and thought it was interesting:

Microsoft Plans Windows API Cleanup

By Paula Rooney, CRN

New Orleans -- Microsoft plans a major cleanup of the Win32 API set
and XML application markup language (XAML) to make its next version
of Windows, code-named Longhorn, as ...