FW conversion to xHB/FWH question

Post Reply
User avatar
dutch
Posts: 1570
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand
Been thanked: 1 time

FW conversion to xHB/FWH question

Post by dutch »

Dear All,

1. I try to convert FW to xHb/FWH. The problem is Dialog that was created by Resource Workshop, the size has been changed. I use RC2DLL32.BAT.
2. What does the tool I'm going to use instead of Resource Workshop?

Thanks,
Dutch :?:
User avatar
Enrico Maria Giordano
Posts: 8775
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: FW conversion to xHB/FWH question

Post by Enrico Maria Giordano »

Try using RESIZE16 clause of ACTIVATE DIALOG command.

EMG
User avatar
dutch
Posts: 1570
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand
Been thanked: 1 time

Thanks

Post by dutch »

Dear EMG,

Thanks again. What will I use to design for 32bit DLL instead of Resource Workshop or I can still use Resource Workshop for 32bit?

Regards,
Dutch
User avatar
Enrico Maria Giordano
Posts: 8775
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: Thanks

Post by Enrico Maria Giordano »

I'm still using Resource Workshop for 32bit with no problems at all.

EMG
User avatar
dutch
Posts: 1570
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand
Been thanked: 1 time

TSbutton problem?

Post by dutch »

Dear EMG,

Thank you very big again and I've got big problem with TSbutton now. When I use Alt+s for "&Save" the problem is the valid on TGET is skiped. It means any function on TGET Valid do nothing. How can I fix it?

Sorry to disturb you but It is my big problem because I use a lot TSbutton in my program.

#include 'Fivewin.ch'
#include 'Tsbutton.ch'

Static oDlg

Procedure Main
local oGet, oBtn, cVar
cVar := 0

DEFINE DIALOG oDlg FROM 0, 0 TO 10, 30 TITLE 'Test TSbutton'

@ 1, 1 GET oGet VAR cVar SIZE 30,12 PIXEL Valid (cVar>0)

@ 40,50 SBUTTON oBtn PROMPT '&Test' ;
SIZE 30, 20 ;
PIXEL ;
ACTION MsgInfo(' Test ')

ACTIVATE DIALOG oDlg CENTER

return


Thanks&Regards,
Dutch
User avatar
dutch
Posts: 1570
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand
Been thanked: 1 time

Anyway, Thank you a lot

Post by dutch »

Dear EMG,

Thank you for your help.
Dutch
Post Reply