Search found 811 matches

by fraxzi
Sat Nov 29, 2008 8:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5847

Yes. I assigned diff font to groupbox, say and get objects with expected results. Only that icon of folder affects the groupboxes (themed).. I tried oGroup:SetFont( oFont ) on dialog init and other workarounds but to no avail. this mystery does not exist on NON-THEMED apps... It should be solved by ...
by fraxzi
Sat Nov 29, 2008 8:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with XBROWSE with BTNBMP
Replies: 2
Views: 501

I just did this before :loadbitmaps()

Code: Select all

oBrw:aCols[ 1 ]:oBtnElip:SetText('')
oBrw:aCols[ 1 ]:oBtnElip:LoadBitmaps('list16')

works great too...


Thank you so much!
by fraxzi
Sat Nov 29, 2008 7:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with XBROWSE with BTNBMP
Replies: 2
Views: 501

FWH 8.11 problem with XBROWSE with BTNBMP

Prior with FWH8.11 with nEditType = EDIT_BUTTON, seems that ::oBtnElip does not clear old bitmap/image after

Code: Select all

oBrw:aCols[ 1 ]:oBtnElip:LoadBitmaps('list16')....
Here:
Image


TBTNBMP bug?


Regards
by fraxzi
Sat Nov 29, 2008 6:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with XBROWSE on Method SetCheck()
Replies: 1
Views: 402

FWH 8.11 problem with XBROWSE on Method SetCheck()

This is just an observation prior to FWH8.11 ... aGet_Building[ aSrvman ]:aCols[1]:SetCheck( { 'checkbox16', 'crossbox16' } ) ... result is: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/xBrw_Col1-1.jpg ... SAME AS ABOVE with FWH8.11 ... result is: http://i208.photobucket.com/albums/bb82...
by fraxzi
Sat Nov 29, 2008 6:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with GAUGEBAR over GROUPBOX
Replies: 2
Views: 505

SOLVED!

I added:

Code: Select all

   ....ON PAINT oFolder:Refresh( .T. )
of WINDOW.

It was not needed prior to FWH8.11. But it doesn't hurt

:P :P :P :P
by fraxzi
Sat Nov 29, 2008 5:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with GAUGEBAR over GROUPBOX
Replies: 2
Views: 505

FWH 8.11 problem with GAUGEBAR over GROUPBOX

Anybody experienced this after FWH 8.11?

Image
by fraxzi
Sat Nov 29, 2008 1:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: setting font on Group Box
Replies: 26
Views: 5847

FWH 8.11 problem with GROUPBOX within FOLDER

This is still an issue with FWH 8.11

If the groupbox has caption...

Image

a painful workaround is to define SAY object and put on top of groupbox (without caption) :cry: :cry: :cry: :cry:


any solution yet?

Regards
by fraxzi
Sat Nov 29, 2008 12:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with BTNBMP
Replies: 4
Views: 771

Thank you so much Senior Antonio!


Will download ASAP.


Regards
by fraxzi
Sat Nov 29, 2008 12:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with OUTLOOK2003
Replies: 2
Views: 539

Thank you so much Senior Antonio!


Will update ASAP.


Best regards
by fraxzi
Fri Nov 28, 2008 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with OUTLOOK2003
Replies: 2
Views: 539

FWH 8.11 problem with OUTLOOK2003

After upgrading to FWH8.11 I got this runtime with OutLook2003...

Image

Do I need to define ::oBrush for outlook2003?


Regards
by fraxzi
Fri Nov 28, 2008 2:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with BTNBMP
Replies: 4
Views: 771

SOLVED!!! I think 2007 clause was not included in fivewin.ch (8.11). See below: #xcommand REDEFINE BTNBMP [<oBtn>] ; [ ID <nId> ] ; [ <bar: OF, BUTTONBAR > <oBar> ] ; [ <resource: NAME, RESNAME, RESOURCE> <cResName1> ; [,<cResName2>[,<cResName3>] ] ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile1> ; [,...
by fraxzi
Fri Nov 28, 2008 1:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.11 problem with BTNBMP
Replies: 4
Views: 771

FWH 8.11 problem with BTNBMP

Anybody experienced this:

The prompts is overlapping when the bitmap is set to 'TOP''BOTTOM'.....


Regards

Image
by fraxzi
Thu Oct 16, 2008 12:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5313

Senior Linales,

Thank you for the kind help.... Your expertise is utmost needed.




My best regards!
by fraxzi
Tue Oct 14, 2008 1:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5313

Anyone?
by fraxzi
Sat Oct 11, 2008 9:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: oTree for xBrowse sample...
Replies: 22
Views: 5313

Yes I tried but I cant work it by (alias)->field....

I dont use ADO.


Regards