Search found 811 matches

by fraxzi
Mon Jun 09, 2008 2:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Blinking current row in xBrowse
Replies: 3
Views: 819

Hello Rochinha!


Finally! someone generously answer this question.

You are right! 8) the timer is the only way... changing the row's background color in iteration... I'm inspired to do it in xBrowse.


Thank you so much for the guide.

Regards,
by fraxzi
Fri Jun 06, 2008 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Blinking current row in xBrowse
Replies: 3
Views: 819

Blinking current row in xBrowse

Hello!

How to blink or make it blinking the xbrowse current row on ::nMarqueeStyle := MARQSTYLE_HIGHLROWRC :?:


Has any one with working code?

Thanks and regards,
by fraxzi
Wed Jun 04, 2008 5:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sorry DBU windows version needed
Replies: 2
Views: 884

edited...

Mr. Antonio has the URL. 8)
by fraxzi
Wed Jun 04, 2008 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Compiler which can compile .RC with 32bpp bitmap
Replies: 2
Views: 711

Hi ukoenig! Thanks for the reply :) So far I delete all PellesC files retaining only PORC.EXE , PORC.DLL and Include directory... I can now compile my .rc (within xMate) with 32bpp and using ResEd as my resource editor. I just hope the Resource Builder is free :lol: I'm downloading now and will try....
by fraxzi
Wed Jun 04, 2008 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Compiler which can compile .RC with 32bpp bitmap
Replies: 2
Views: 711

Resource Compiler which can compile .RC with 32bpp bitmap

Borland's brc32.exe/brcc32.exe does not support 32bpp bitmap :(

Which Resource Compiler is ideal for the task...

Is PellesC's PORC.EXE can do it? if so, what are the files needed without installing the whole PellesC?


Thanks in advance!

Regards,
by fraxzi
Wed Jun 04, 2008 12:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 7.1 to ADS 8.1
Replies: 3
Views: 911

Hi!

I think yours is much better.... 8)



Regards,
by fraxzi
Mon Jun 02, 2008 3:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 7.1 to ADS 8.1
Replies: 3
Views: 911

SOLVE!

AdsGetConnectionHandle() not in ACE32.DLL (8.1)

but... AdsConnection() is compatible in both 7.1 and 8.1 ace32.dll


whewww! 8)



Thanks!
by fraxzi
Mon Jun 02, 2008 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 7.1 to ADS 8.1
Replies: 3
Views: 911

ADS 7.1 to ADS 8.1

Hello! After I removed ADS Local server (7.1) and it associated files and then install ADS Local server (8.1)... I encountered this strange problem... here's the code... hADS := 0 cCurrentRDD := 'ADS' lADSServer_OK := ADSConnect60( aIni[ cDATABASEPATH ], aIni[ nCONNECTTYPES ], 'user', '***') If lADS...
by fraxzi
Tue May 27, 2008 3:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5835

Thank you so much for the immediate attention :D


Looking forward for the workaround...



Regards,
by fraxzi
Mon May 26, 2008 12:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5835

Mr. Antonio,


Unfortunately same thing happened. Groupboxes fonts cannot be set under dialog of folder:adialogs[1] with defined xp manifest in .RC

Maybe really a bug in group class... ? :? ?



Regards,
by fraxzi
Sat May 24, 2008 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5835

Thank you so much for your reply! It is very clear in your code that dialog and group object from .rc are working pretty well.... But the issue is when you define folder with tab...or tabs... with define dialog and group object... that the font set to group is not possible ..? :? ? but using the fon...
by fraxzi
Sat May 24, 2008 2:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5835

setting font on Group Box

I observed that in .rc has [1 24 "WindowsXP.Manifest" ] the font set in oFolder:SetFont( oFont ) is inherited by oGroup and direspecting oGroup:Setfont( oNewFont ) :( :( :( sample .rc 1 24 "WindowsXP.Manifest" INFOFLD DIALOG 1, 1, 200, 200 STYLE WS_CHILD FONT 10, "Courier&qu...
by fraxzi
Fri May 23, 2008 3:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Newby Question : MDI
Replies: 2
Views: 757

Hi!


Hope this helps....


Create your MDI Window (main) with 'STYLE nOr(WS_DLGFRAME)' clause...



Regards,
by fraxzi
Fri May 23, 2008 3:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change Dialog Style at runtime
Replies: 5
Views: 1201

Mr. Antonio,

After years of programming with Xharbour.org/FWH....
Fivewin is so robust and flexible you can have some workaround effortlessly... to fit one's style in coding...



Glad 8) you're 8) here!


Best regards,
by fraxzi
Fri May 23, 2008 5:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Change Dialog Style at runtime
Replies: 5
Views: 1201

Yet... still not able to change dialog style at runtime...

The above is just a workaround.... :wink:


Feel free to post your solution please.... :idea: