FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Designer
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
xBrowse Designer
Posted: Fri Aug 13, 2010 07:47 AM

Dear Mr. Rao,

For my purpose it would be fine if the column width would be in the sourcecode output too.

Thanks in advance
Otto

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: xBrowse Designer
Posted: Fri Aug 13, 2010 07:49 PM

Hello Otto,

is there still another xBrowse-Designer, You are talking about ( from Rao ) ???
I couldn't find any Download. Maybe included in new FWH-release ?
If Yes, there is no reason for me, to spend more time in my new Update.

Best Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse Designer
Posted: Fri Aug 13, 2010 09:19 PM
Hello Uwe,

I am talking about xbrgen.prg from the Fivewin samples.
I think xbrgen is more a “data-designer” while yours is for the outlook.
So we need both of them.
Thanks for your good work.
Best regards,
Otto
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: xBrowse Designer
Posted: Fri Aug 13, 2010 10:39 PM
Hello Otto,

thank You very much for the Info.

With the next Update it will be possible, to create a Window in DESIGN-Mode
( to get Dlg-Top, Left, Bottom and Right )
all selected Backgrounds are adjusted during resizing.
As well my Exit-Button stays on the Right / lower - Corner.
I would like to add a Browser in DESIGN-Mode to the Window to get all Position-Infos.
For the Moment, I test the new Solutions inside the SButton-Tools I'm working on.
DESIGN doesn't work for the Browser ( move and resize ) and I don't know why.

tested xBrwin7.prg :

@ 10, 10 XBROWSE oBrw OF oDlg SIZE 300, 200 PIXEL ;
AUTOCOLS ALIAS 'CUST' BACKGROUND ""
..
..
AEval( oBrw:aCols, { | oCol | oCol:bPaintText := { | oCol, hDC, cData, aRect | ;
PaintCol( oCol, hDC, cData, aRect ) } } )

oBrw:lDesign := .T.

oBrw:CreateFromCode()





Using a Listbox, it works fine.
I think using a Listbox, it will be OK, because we need only the Browse-Position
Top, Left, Bottom and Right in Relation to the Window / Dialog-Frame.



Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion