Hi,
Multi thread use of harbour+fwhm like No modal/ Child dialog?
function myfun()
local odlg
define dialog odlg
browse ...
redefine get id 201 of odlg
redefine button id 202 of odlg action (call thread 2 myfun1() )
activate dialog odlg
return
function myfun1()
local odlg
define dialog odlg
browse ...
redefine get id 201 of odlg
redefine button id 202 of odlg action myfun2()
activate dialog odlg
return
after call myfun1(), there are 2 dialogs like 2 no modal dialogs ?
Thanks !
Shuming Wang
Fivehm/multi thread vs child/MDI dialog
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
Antonio,
How could I switch from one dialog to another freely if they are non dialogs?
Normaly we call and create another dialog odlg2 after ckick /press the first dialog .
function main()
define dialog odlg1
redefine button id 101 of odlg1 action createdialog2()
activate dialog odlg1
function creatdialog2()
define dialog odlg2
redefine ...
activate dialog odlg2.
return
You must close odlg2,then you can back/enter/active odlg1.
Regards!
Shuming Wang
How could I switch from one dialog to another freely if they are non dialogs?
Normaly we call and create another dialog odlg2 after ckick /press the first dialog .
function main()
define dialog odlg1
redefine button id 101 of odlg1 action createdialog2()
activate dialog odlg1
function creatdialog2()
define dialog odlg2
redefine ...
activate dialog odlg2.
return
You must close odlg2,then you can back/enter/active odlg1.
Regards!
Shuming Wang
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Global Flag for 2007 style - Requested
Mr Antonio
I renew my request for providing a global flag for 2007 style, instead of having to specify at each and every instance of menu. bar, msgbar. popmenus spread over in many modules of of the application.
This time I managed by changing xcommands' translates, but I normally do not like to modify FWH commands.
For reconsideration
I renew my request for providing a global flag for 2007 style, instead of having to specify at each and every instance of menu. bar, msgbar. popmenus spread over in many modules of of the application.
This time I managed by changing xcommands' translates, but I normally do not like to modify FWH commands.
For reconsideration
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India