Search found 209 matches: acwoo

Return to advanced search

Re: How to get 2 lines for button

Thanks for your help

I tested it. It runs OK with two lines.
But if I put in:
skinbuttons()

Then, it becomes one line.

Thanks

Regards
acwoo
by acwoo1
Tue Apr 12, 2011 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get 2 lines for button
Replies: 10
Views: 1337

Re: How to get 2 lines for button

... oBtn:nStyle = NOR( oBtn:nStyle, BS_MULTILINE ) ACTIVATE DIALOG oDlg; CENTER RETURN NIL ****************************** Still one line. Regards acwoo
by acwoo1
Tue Apr 12, 2011 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get 2 lines for button
Replies: 10
Views: 1337

Re: Upgrade Errror From FWH107 to FWH113

Hi,

After a while, when I click the button once, it behaves like I have clicked twice.
It does not happen all the while. Only sometimes.

Regards
acwoo
by acwoo1
Tue Apr 12, 2011 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3165

Re: How to get 2 lines for button

Thanks for the help

#define BS_MULTILINE 8192

@ 1, 1 BUTTON oBtn PROMPT "&Close" + CHR( 13 ) + "the dialog";
SIZE 50, 30;
ACTION oDlg:End()

oBtn:nStyle = NOR( oBtn:nStyle, BS_MULTILINE )


does not work. Still appear in one line.

Regards
acwoo
by acwoo1
Tue Apr 12, 2011 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get 2 lines for button
Replies: 10
Views: 1337

Re: Upgrade Errror From FWH107 to FWH113

Thanks a lot.

It works.

Regards
acwoo
by acwoo1
Sun Apr 10, 2011 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3165

Re: Upgrade Errror From FWH107 to FWH113

...  Please help Regards acwoo using FWH113+harbour+bcc582
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3165

Re: Upgrade Errror From FWH107 to FWH113

... blankenddoonerror("RLOCK")endcasereturn .T.******************************** Please help Regards acwoo Using FWH113+harbour+bcc582
by acwoo1
Fri Apr 08, 2011 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3165

Upgrade Errror From FWH107 to FWH113

Hi,

I get this error when I upgrade.

Error: Unresolved external 'WSAIoctl' referenced from C:\HARBOUR113\LIB\HBRTL.LIB|hbsocket

Using FWH113 + Harbour + BCC582

Regards
ACWoo
by acwoo1
Thu Mar 31, 2011 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3165

Re: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

Acwoo,

Please review this example and you will see the right way to implement a gradient as a brush so there will be no flickering:

viewtopic.php?p=102058#p102058
by Antonio Linares
Sun Aug 01, 2010 5:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3686

Re: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

... endif return nResult ________________________ How to prevent dialog box from flickering when I click on the checkbox. Thanks Regards ACWOO using fwh10.7 + harbour2.1+bcc582
by acwoo1
Sun Aug 01, 2010 5:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3686

Re: Why Words CheckBox Disappear

Acwoo,

Your code works fine for me. FWH 10.3/xHarbour, XP Pro.

It may be a bug in the FWH version you are using.

James
by James Bott
Fri Jul 30, 2010 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Words CheckBox Disappear
Replies: 3
Views: 616

Why Words CheckBox Disappear

... When I click on the checkbox, the words disappear. How to make them not disappear. Thanks ACWOO using FWH10.6+Harbour2.1+bcc582
by acwoo1
Fri Jul 30, 2010 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Words CheckBox Disappear
Replies: 3
Views: 616

Re: Help with button

Hi,

If I click the 'Next' slowly, it runs OK. But if I click 'Next' too fast and then I click 'Prev', the program hangs.

Any help appreciated

ACWOO
Using fwh10.6 + bcc582 + harbour2.1.0
by acwoo1
Tue Jul 06, 2010 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with button
Replies: 4
Views: 977

Re: Invalid lvalue 'Numeric'

Acwoo,

It seems as you are using a wrong or old FiveWin.ch

It should be 72.656 bytes length. Please check it
by Antonio Linares
Mon Jul 05, 2010 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 992

Re: Invalid lvalue 'Numeric'

... HB_SYMBOL_UNUSED bcd.prg(22) Error E0022 Invalid lvalue 'Numeric' ******************************************* Any help appreciated. Thanks Regards ACWOO using fwh10.6 + bcc582 + harbour2.1.0 
by acwoo1
Mon Jul 05, 2010 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 992
PreviousNext

Return to advanced search