Search found 223 matches: adjusted

Return to advanced search

Re: Fwh19.05 - New Class TDockPnel

... I prefer to design the DockPnels taking as reference the coordinates of the previous dockpnels, so if I modify any of them, the others will be adjusted automatically. As an example:     oDock[3]  := TDockPnel():New( oWnd )    WITH OBJECT oDock[3]  ...
by cnavarro
Mon Oct 05, 2020 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16637

Font sizing for printout.

... 0, -10 OF oPrn Specifically, withy this setting, how many characters should I be able to place in an inch on a printout ? In the past, I've always adjusted the second size component ( which I now see is height ). Normally I use -11, but if I want condensed, I go to a smaller number, like -7. Expanded ...
by TimStone
Wed May 27, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 787

Re: bug BTNBMP

I found the problem ( bitmap resized / adjusted to buttonsize ) You will get a bad quality in case the button-resource < bitmap-resource I adjusted the bitmap-resource-size and it works. To keep the bitmaps just increase the button-resource-size ...
by ukoenig
Sun Mar 22, 2020 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug BTNBMP
Replies: 24
Views: 2738

Re: exe windows on tablet

... and prices are affordable now. I have taken my main application and built a subset with those things that can be done well on a tablet, and adjusted displays to best use the display space. My clients are happy.
by TimStone
Thu Oct 17, 2019 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: exe windows on tablet
Replies: 5
Views: 913

Re: A possible adjustment of a GET-action bmp ?

Silvio, in class tGet line 963 I moved the bmp 2 pixel to the top and adjusted the height that seems to work if ! IsAppThemed() ::oBtn:SetPos( -2 , ::oBtn:nLeft + 2 ) ::oBtn:nHeight = ::nHeight + 2 // otherwise You get space at the bottom endif[/color] http://www.pflegeplus.com/IMAGES/Testget2.jpg ...
by ukoenig
Fri Oct 04, 2019 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible adjustment of a GET-action bmp ?
Replies: 6
Views: 971

Re: @Uwe Install program for mod harbour

... ) There is still space next to the harbour-image for a progress-wheel This is just a test adding some objects to see how it looks. The size can be adjusted to add some comments. It is easy now to create any kind of installer like You can see. http://www.pflegeplus.com/IMAGES/Install3.bmp ...
by ukoenig
Sun Sep 29, 2019 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3869

Re: New TprogressWheel

... calculations and tests with GDIplus I'm just creating a wheel showing a glowing border with a different color. The transparent-color is adjusted to the image Don't worry about Your class. :!: For me it is just for testing possible grapical solutions. http://www.service-fivewin.de/IMAGES/Progress2.jpg ...
by ukoenig
Thu Sep 12, 2019 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 10002

Re: [BUG] in source/font.prg and a question

... are possible 2 lines of alarm-reasons for each time can be defined optional a alarm every day the same time or only the day / time fontsizes are adjusted to the window-size only the font no size-or bold-selection is needed any fontsizes of time and date with any color a sound can be selected ...
by ukoenig
Thu Jul 25, 2019 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1069

Re: METRO with visible taskbar ?

... maximized ) If the slider is needed, just 1 line has to be changed METHOD Paint() CLASS TMetroPanel oRect:nTop := oRect:nBottom - SCRLB_HEIGHT adjusted to oRect:nTop := oRect:nBottom - SCRLB_HEIGHT - 40 The defined mainwindow DEFINE WINDOW oMWnd TITLE cTitle FROM 0, 0 TO ScreenHeight() + 20, ...
by MarioG
Wed Jul 24, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METRO with visible taskbar ?
Replies: 5
Views: 1388

Re: MDI Set MenuInfo not work

... In any case, all the problems have been fixed: list of windows with unicode characters are shown properly, the height of the item has been adjusted and the action of the "More windows" item has been implemented to show the list of all active mdi windows and allow their selection. ...
by richard-service
Fri Jul 19, 2019 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3757

Re: MDI Set MenuInfo not work

... In any case, all the problems have been fixed: list of windows with unicode characters are shown properly, the height of the item has been adjusted and the action of the "More windows" item has been implemented to show the list of all active mdi windows and allow their selection.
by cnavarro
Fri Jul 19, 2019 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3757

Re: oWnd:oClient := oPanel

... do You want to show on resizing :?: resized images inside the panel as well or keeping the original size The same belongs to the top area only adjusted ( centered ) or resized :?: I think resizing from the top doesn't make sense because the area is used for window-moving. And from the left ...
by ukoenig
Thu May 30, 2019 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4243

Re: Selecting numbers

Silvio, calculated button-position from get : @ 380, 570 GET oGet VAR cGet SIZE 130, 50 PIXEL OF oDlg // button adjusted to get size and position // the button-height should be close to the get-hight // otherwise the arrow will be stretched to much @ oGet:nTop +1, oGet:nRight BTNBMP ...
by ukoenig
Fri May 24, 2019 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1150

Re: resize a position with fw_drawimage

Silvio,

zooming buttons works
but there is a problem ;
images are not adjusted to the new burttonsize :?:
borders and spaces are working

Image

regards
Uwe
by ukoenig
Sun May 19, 2019 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1648

Re: Rpreview issues - PDF

... work, with many parts and long descriptions. Samples have defined spaces for printing, but in real life, the location of all print output must be adjusted dynamically. I've done this for over 35 years and have refined the output quite cleanly. Now I just have to fine tune for the graphics being ...
by TimStone
Wed Apr 24, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7878
PreviousNext

Return to advanced search