Search found 7 matches: resizing

Searched query: resizing

by Silvio.Falconi
Wed Nov 27, 2024 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 16
Views: 3163

Re: scintilla sample - RESOLVED -

I only have problems resizing the dialog, the Folders i.e. the one on the right and the one under Tscintilla do not behave well, i.e. I cannot set them well.
Overall, however, everything is working, the scripts can be executed without using Hb_compile(), as you can see in the video, I use a particular ...
by chiaiese
Fri Sep 06, 2024 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4320

Re: scrollbars on tFolderEx

... As you suggest I used TScrollPanel to make folders scrollable and, with a few modifications in the container object to manage window and splitter resizing, now it works.
All the controls are now painted on the TScrollPanel instead of the FolderEx dialogs
Only, it would be nice to have horizontal ...
by nageswaragunupudi
Sat May 25, 2024 1:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Relative coordinates of Controls
Replies: 15
Views: 3199

Re: Relative coordinates of Controls

Of course, with resources, resizing is not possible.

No.
It is possible to have resizable dialogs with resources also.
Here is an example.

rc file:
TEST DIALOG 6, 15, 306, 227
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MAXIMIZEBOX | WS_MINIMIZEBOX ...
by TimStone
Fri May 24, 2024 10:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Relative coordinates of Controls
Replies: 15
Views: 3199

Re: Relative coordinates of Controls

... always used resources ( .rc file ) because I could never figure out how to get the proper @ coordinates on a dialog. Of course, with resources, resizing is not possible.

After all these years, I would REALLY APPRECIATE knowing how we can actually determine the proper @ x,y values for controls. I ...
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 1373

Re: Transparent area becomes black when use BUTTON...ADJUST

... 3D size 110,66

1) Remove "3D" clause. This is creating problem of transparency. If you remove this clause, the images will be transparent.
But resizing makes the image ragged.

2) Add "GDIP" clause. This makes the resized image smooth.

Recommended code:
DEFINE BUTTONBAR oBar OF oWnd GDIP SIZE ...
by richard-service
Thu May 04, 2023 5:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2101

Re: Bugs in TButtonBmp

... Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the oldest painting logic.

Till we totally *re-write ...
by cnavarro
Thu Nov 03, 2022 7:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1838

Re: SPLITTER : how to"resize" Client Area

I don't know if I have understood correctly what you need
Jimmy, is this what you need? The resizing of the controls contained on both sides of the splitter ?
Image