Search found 232 matches: pawel

Return to advanced search

Pawel, Function Window1 () Local oWnd := Nil Define Window oWnd Title 'Window 1' @ 100, 100 Button 'Window 2' Size 80, 20 Pixel Action Wnd2() Activate Window oWnd Return .T. Function Wnd2 () ...
by Antonio Linares
Mon Oct 30, 2006 11:23 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Antonio,

You're right. 'Error.Ch' must be included.
Thanks for help.

Pawel
by pawelu
Mon Oct 30, 2006 11:14 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Pawel,

Have you included the define for EG_OPEN ?
by Antonio Linares
Mon Oct 30, 2006 11:10 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Enrico,

PROGNAME is defined as 'Program' (#Define PROGNAME 'Program').

Pawel
by pawelu
Mon Oct 30, 2006 11:06 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Enrico,

What would be in Valid clause for my test code ?

Thanks
Pawel
by pawelu
Mon Oct 30, 2006 11:00 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Antonio,

This mean that I can't use commands eg:

(BuildAndWaitWithWindow1(), DoOtherCommandsAfterWindow1Close ())

Thanks for reply
Pawel
by pawelu
Mon Oct 30, 2006 10:51 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Antonio,

Error code is show (21) but next "Too many recursive ..." message is diplay.

Pawel
by pawelu
Mon Oct 30, 2006 10:40 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Pawel,

We have modified previous FWPPC behavior to turn it FW compatible.

Only the first ACTIVATE WINDOW waits in a modal way. Next ACTIVATE WINDOW just show it but don't wait.
by Antonio Linares
Mon Oct 30, 2006 10:14 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Pawel,

Try as Enrico says using

MsgInfo( oError : GenCode )
by Antonio Linares
Mon Oct 30, 2006 10:04 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Enrico, Other test - comma list: after button press all three window is created and focus is for Window 3 (?). Pawel Function TestWnd () Local oWnd := Nil Local i := 0 Define Window oWnd Title 'Test Window' @ 100, 100 Button 'Window2' Size 60, 20 Pixel Action (Wnd1 ...
by pawelu
Mon Oct 30, 2006 9:19 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Enrico, Some samples: in first procedure message is show after window closed, in seconds before ... What is properly - my opinion after. Regards Pawel Function TestWnd () Local oWnd := Nil Define Window oWnd Title 'Test Window' @ 100, 100 Button 'Window2' Size 60, 20 Pixel Action Wnd2 ...
by pawelu
Mon Oct 30, 2006 8:32 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Enrico,

Nothing is change. Error message still exists this same.

Pawel
by pawelu
Mon Oct 30, 2006 8:19 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Enrico,

Yes, but when I'm use previous version of FWPPC, commands after activate window clause were run after window close. In this moment probably I must change program code.

Regards
Pawel
by pawelu
Mon Oct 30, 2006 8:15 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796

Errorsys redefinition

... may still open). When error handler is call program show error: "Too many recursive error handler calls". How to fix this ? Thanks for reply Pawel Sample code: #Include 'FwCe.Ch' Function TestErr () Local oWnd := Nil AppIni () Define Window oWnd Title 'Test error' ...
by pawelu
Mon Oct 30, 2006 5:17 am
 
Forum: FiveWin for Pocket PC
Topic: Errorsys redefinition
Replies: 10
Views: 4675

Menu actions

Antonio, When I call window with menu program don't stop execution after activate clause. Below is sample. Regards Pawel // testmenu.prg #Include 'FwCe.Ch' Function TestMenu () Local oWnd := Nil Local oMnu := Nil Define Menu oMnu Resource 1001 ReDefine MenuItem ...
by pawelu
Mon Oct 30, 2006 4:40 am
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7796
PreviousNext

Return to advanced search