Search found 155 matches: dimensions

Return to advanced search

Re: records on xbrowse

... https://i.postimg.cc/FHdXGgsv/gggggg.png I want to have the exact number of pages displayed with the dimensions of the xbrowse and I need this to activate my buttons which you can see in the right corner under the xbrowse to activate my buttons I make ...
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 218

Splitter and Resize window

... window, the splitter should move to the left when the window is widened the splitter must go to the right and the second explorer must have the dimensions as I have drawn them in the figure below https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png the test #include   "FiveWin.ch"#include ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 77

Re: Create a Panel width a text

... Silvio, Please post a screenshot, thanks Antonio, the Panel seems to change its size but if there is another panel after the modified one, if the dimensions are small a large space is formed between the panels, if the modified panel has a larger space it is drawn above the panel that follows If ...
by Silvio.Falconi
Mon Jan 08, 2024 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Create a Panel width a text

...   oPanel2:UpdateRegion()  the Panel seems to change its size but if there is another panel after the modified one, if the dimensions are small a large space is formed between the panels, if the modified panel has a larger space it is drawn above the panel that follows
by Silvio.Falconi
Mon Jan 08, 2024 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Create a Panel width a text

Dear Silvio, You can use Windows API DrawText() using the flag DT_CALCRECT to calculate the dimensions of the text rectangle without actually drawing the text. it will take into account the font you are using, etc. The resulting width and height are stored in the rect ...
by Silvio.Falconi
Fri Jan 05, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Create a Panel width a text

Dear Silvio, You can use Windows API DrawText() using the flag DT_CALCRECT to calculate the dimensions of the text rectangle without actually drawing the text. it will take into account the font you are using, etc. The resulting width and height are stored in the rect ...
by Antonio Linares
Fri Jan 05, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Classe TGif

... format. The header should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor that defines the dimensions and properties of the logical screen. The logical screen descriptor should be seven bytes long and contain the following fields: logical ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1251

Tget /tsay disable/enable

Is it possible to transform a Tsay or Tget control when it is disabled and create a rectangle with the dimensions of the control and fill it with a custom color or brush? sample https://i.postimg.cc/SKJ77PDD/uu.png I tried with #include "fivewin.ch"Function ...
by Silvio.Falconi
Thu Nov 09, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: How to create a PRIVATE variable owned by the caller?

... or array[<nElements>][<nElements2>]... The maximum number of elements per dimension is 4096. The maximum number of dimensions is limited only by available memory. <initializer> is the optional assignment of a value to a new private variable. An array cannot ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

Re: How to set up a child window inside a main window

... the child windows will exceed its area, it is the way Windows is designed. You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions ok But for a sample If I move on left and on top I can set the position of child wnd  if ::oWinTest:nLeft < 1               ::oWinTest:Move(::oWinTest:nTop, ...
by Silvio.Falconi
Fri Nov 11, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 438

Re: How to set up a child window inside a main window

Dear Silvio,

Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed.

You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions
by Antonio Linares
Fri Nov 11, 2022 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 438

Re: FW Preview user style

...  ACTIVATE WINDOW ::oWnd MAXIMIZED ;  Codeblock ::bSetup is evaluate before ACTIVATE WINDOW ::oWnd MAXIMIZED, then, ::oWnd does not yet have the dimensions of the window when it is maximized Then, at moment, please, use this    TPreview():bSetUp := { |oPreview, oWnd| oWnd:oMenu:End(), ...
by cnavarro
Sat May 07, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1535

Printing RTF 22.03

... section after the information contained in the memofield. Using the new implementation, I find the following issues: 1) You have used a defined dimensions sample. This is not the same as the presenting problem in the original thread which wants to print the text inline with other information ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 550

Re: Configurate xBrowser from dbf data issues

... knows it need to take the Veld als field Var cExpres := DetachedLocal(i, aBrwCols,"E") // Expression because the array aBrwCols is more dimensions   if len(aBrwCols) > 0     for i = 1 to len(aBrwCols)        cVeld = aBrwCols[i][1]        cExpres = aBrwCols[i][2]  ...
by Marc Venken
Fri Feb 11, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 654

Problem with Ximage RESOLVED

... with second button the border of the image must also include the underlying get, when I load from first button an image I restore the initial dimensions the problem is that it doesn't refresh below the oldest border testsample #include "fivewin.ch"Function test()local oDlg,oFont,oBoldlocal ...
by Silvio.Falconi
Mon Nov 29, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Ximage RESOLVED
Replies: 1
Views: 364
Next

Return to advanced search

cron