Search found 2 matches

by erwinn
Wed Feb 17, 2010 7:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 13544

Re: Timers and loops

Hello Antonio,

I develop an MDI application that checks for messages on the internet as a background thread. When a message is received, it is displayed in an MDI window.

When I try to display the richtech message in a dialog, I experience a Fivewin : Cannot create Dialog box error. This is why I ...
by erwinn
Tue Feb 16, 2010 12:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 13544

Re: Timers and loops

Patrizio,

Have you tried to use mt with FiveWin ?

mt should work fine except for some GUI components (modal dialog boxes)


Hello.

I'm trying to get MT working with FiveWin for Xharbour.
When a try to avoid using modal dialogs, I probably need to enable dispatching events from the queue using ...