dialog creation

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

dialog creation

Post by Silvio »

Dear Antonio,

Can I create two dialog into a main window oWnd ?

the dialog must have not the border and caption

and the second dialog must be create down the first

as two rectangules

Can I create it and How ?
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

You have to ACTIVATE them as NOWAIT (non modal) and use the STYLE clause to specify the desired style when DEFINE them
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Sorry Antonio,
Perhaps I explain You bad
I Knw How to create two dialog NOwait or WS styles

My problem is another
Two dialog are as two line of Listbox

I want add a dialog from user

sample:
oDlg1
oDlg2

the use want add a dialog between odlg1 and odlg2

How I can make it?
Best Regards, Saludos

Falconi Silvio
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Falconi,
My problem is another
Two dialog are as two line of Listbox

I want add a dialog from user

sample:
oDlg1
oDlg2

the use want add a dialog between odlg1 and odlg2
I don't understand. Are you saying you want a user to design a dialog and then automatically have it placed it on the screen between two existing dialogs?

Can you show us a screenshot?

James
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

look to private email pls
Best Regards, Saludos

Falconi Silvio
Post Reply