... CLASS GraphTime
VAR xDlg
VAR Parent
VAR cTimeShow INIT Time()
VAR nSecondsInit
VAR nSecondsOld
VAR cText
METHOD New( Parent, nRow, nCol, nWidth, nHeight, cTitle, xColor )
METHOD SetValues( nCurrent, nTotal )
ENDCLASS
METHOD SetValues( nCurrent, nTotal ) CLASS GraphTime
LOCAL nSecNow ...
Search found 1532 matches: nwidth
Searched query: nwidth
- Mon Feb 10, 2025 1:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text scroll and time graph
- Replies: 2
- Views: 314
- Fri Feb 07, 2025 1:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AEvalWhen problems RESOLVED
- Replies: 1
- Views: 314
AEvalWhen problems RESOLVED
... FONT oFont
@ nRow, 420 GET aGet[1] VAR cCodEmail SIZE 160,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( oDlg:AEvalWhen(), oDlg:Update() )
@ nRow, oDlg:nWidth-148 BTNBMP oBtnSel[1] ;
PROMPT "Account Invio" LEFT ;
RESOURCE "SEL_PIE", "", "SEL_VUO", "" ;
SIZE 130, nSizeHGet PIXEL FLAT NOROUND GDIP OF ...
@ nRow, 420 GET aGet[1] VAR cCodEmail SIZE 160,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( oDlg:AEvalWhen(), oDlg:Update() )
@ nRow, oDlg:nWidth-148 BTNBMP oBtnSel[1] ;
PROMPT "Account Invio" LEFT ;
RESOURCE "SEL_PIE", "", "SEL_VUO", "" ;
SIZE 130, nSizeHGet PIXEL FLAT NOROUND GDIP OF ...
- Tue Feb 04, 2025 3:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imagen en ToolTip
- Replies: 4
- Views: 543
Re: Imagen en ToolTip
... cIcon
cIcon := nil
else
cIcon := nil
endif
if Empty( hIcon )
hIcon := TTI_INFO
cIcon := nil
endif
endif
nClrFore = cToolTip[ 4 ]
nClrBack = cToolTip[ 5 ]
nWidth = cToolTip[ 6 ]
nDelayTime = cToolTip [ 7 ]
nDelayType = cToolTip [ 8 ]
else
cText = cValToChar( cToolTip )
endif
...
cIcon := nil
else
cIcon := nil
endif
if Empty( hIcon )
hIcon := TTI_INFO
cIcon := nil
endif
endif
nClrFore = cToolTip[ 4 ]
nClrBack = cToolTip[ 5 ]
nWidth = cToolTip[ 6 ]
nDelayTime = cToolTip [ 7 ]
nDelayType = cToolTip [ 8 ]
else
cText = cValToChar( cToolTip )
endif
...
- Tue Feb 04, 2025 2:26 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imagen en ToolTip
- Replies: 4
- Views: 543
Imagen en ToolTip
... ctitulo := "Imagen"
cimagen := "QR_ICO" // en recursos (RC), hay un icono con el nombre "QR_ICO"
oCodQR:cToolTip := { ctexto, ctitulo, cimagen, , , , ,}
Parametros:
<ctexto> // texto o mensaje principal
<ctitulo> // titulo
<cImagen> // imagen
<nClrFore>
<nClrBack>
<nWidth>
<nDelayTime>
<nDelayType>
cimagen := "QR_ICO" // en recursos (RC), hay un icono con el nombre "QR_ICO"
oCodQR:cToolTip := { ctexto, ctitulo, cimagen, , , , ,}
Parametros:
<ctexto> // texto o mensaje principal
<ctitulo> // titulo
<cImagen> // imagen
<nClrFore>
<nClrBack>
<nWidth>
<nDelayTime>
<nDelayType>
- Thu Jan 30, 2025 2:55 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: dialogo resizable desde recursos?
- Replies: 14
- Views: 29918
Re: dialogo resizable desde recursos?
Hola Mr. Rao
Funciona bien con xBrowse
No Funciona el menu del dialogo
Error linea -> xRatio := oDlg:nWidth / oDlg:Cargo[ 1 ] de ResizeCtrls( oDlg )
No funciona la buttonbar
Error linea -> xRatio := oDlg:nWidth / oDlg:Cargo[ 1 ] de ResizeCtrls( oDlg )
Gracias, Saludos
Ruben Dario Fernandez
Funciona bien con xBrowse
No Funciona el menu del dialogo
Error linea -> xRatio := oDlg:nWidth / oDlg:Cargo[ 1 ] de ResizeCtrls( oDlg )
No funciona la buttonbar
Error linea -> xRatio := oDlg:nWidth / oDlg:Cargo[ 1 ] de ResizeCtrls( oDlg )
Gracias, Saludos
Ruben Dario Fernandez
- Wed Jan 29, 2025 11:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: dialogo resizable desde recursos?
- Replies: 14
- Views: 29918
Re: dialogo resizable desde recursos?
I gave this function in my original sample
function SetResize( oDlg )
local oCtrl
oDlg:Cargo := { oDlg:nWidth, oDlg:nHeight, oDlg:oFont:nHeight }
for each oCtrl in oDlg:aControls
WITH OBJECT oCtrl
:Cargo := { :nTop, :nLeft, :nWidth, :nHeight, :oFont:nHeight }
END
next
return nil
Please ...
function SetResize( oDlg )
local oCtrl
oDlg:Cargo := { oDlg:nWidth, oDlg:nHeight, oDlg:oFont:nHeight }
for each oCtrl in oDlg:aControls
WITH OBJECT oCtrl
:Cargo := { :nTop, :nLeft, :nWidth, :nHeight, :oFont:nHeight }
END
next
return nil
Please ...
- Wed Jan 29, 2025 8:22 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: dialogo resizable desde recursos?
- Replies: 14
- Views: 29918
Re: dialogo resizable desde recursos?
... oDlg ) }
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
return nil
function SetResize( oDlg )
local oCtrl
oDlg:Cargo := { oDlg:nWidth, oDlg:nHeight, oDlg:oFont:nHeight }
for each oCtrl in oDlg:aControls
WITH OBJECT oCtrl
:Cargo := { :nTop, :nLeft, :nWidth, :nHeight, :oFont ...
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
return nil
function SetResize( oDlg )
local oCtrl
oDlg:Cargo := { oDlg:nWidth, oDlg:nHeight, oDlg:oFont:nHeight }
for each oCtrl in oDlg:aControls
WITH OBJECT oCtrl
:Cargo := { :nTop, :nLeft, :nWidth, :nHeight, :oFont ...
- Fri Jan 24, 2025 4:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: WEBVIEW2 una observación
- Replies: 6
- Views: 1105
WEBVIEW2 una observación
... oWnd )
oWebView:Navigate( cUrl )
oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" )
ACTIVATE WINDOW oWnd CENTER ;
ON RESIZE oWebView:SetSize( nWidth, nHeight-50 )
oWebView:End()
Return
oWebView:Navigate( cUrl )
oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" )
ACTIVATE WINDOW oWnd CENTER ;
ON RESIZE oWebView:SetSize( nWidth, nHeight-50 )
oWebView:End()
Return
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... based on margins and padding (internal method).
Parameters: None
Return Value: None
Usage Example: (Internal use only)
164. Resize( nSizeType, nWidth, nHeight )
Description: Resizes the browse control to the specified dimensions or using predefined size types.
Parameters:
nSizeType: NUMERIC ...
Parameters: None
Return Value: None
Usage Example: (Internal use only)
164. Resize( nSizeType, nWidth, nHeight )
Description: Resizes the browse control to the specified dimensions or using predefined size types.
Parameters:
nSizeType: NUMERIC ...
- Fri Jan 24, 2025 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... array of values for a specified column DATA member.
Parameters:
cData: CHARACTER - Name of the column DATA member to retrieve (e.g., "cHeader", "nWidth").
lByCreationOrder: LOGICAL - .T. to return data in creation order, .F. in display order.
Return Value: ARRAY - Array of values for the ...
Parameters:
cData: CHARACTER - Name of the column DATA member to retrieve (e.g., "cHeader", "nWidth").
lByCreationOrder: LOGICAL - .T. to return data in creation order, .F. in display order.
Return Value: ARRAY - Array of values for the ...
- Sat Jan 18, 2025 10:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... AdjRight()`**: Adjusts the right position of the control.
- **`AdjTop()`**: Adjusts the top position of the control.
- **`Move(nTop, nLeft, nWidth, nHeight, lRepaint)`**: Moves the control to a new position and size.
- **`CalcSize(nTop, nLeft, nWidth, nHeight, lRelative, oWnd, nBottom, nRight ...
- **`AdjTop()`**: Adjusts the top position of the control.
- **`Move(nTop, nLeft, nWidth, nHeight, lRepaint)`**: Moves the control to a new position and size.
- **`CalcSize(nTop, nLeft, nWidth, nHeight, lRelative, oWnd, nBottom, nRight ...
- Fri Jan 17, 2025 11:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... Indicates whether the combo box items are numeric. Initialized to `.f.` (false).
#### Methods
1. **`New( nRow, nCol, bSetGet, aItems, nWidth, nHeight, oWnd, nHelpId, bChange, bValid, nClrFore, nClrBack, lPixel, oFont, cMsg, lUpdate, bWhen, lDesign )`**
- **Description:** Constructor ...
#### Methods
1. **`New( nRow, nCol, bSetGet, aItems, nWidth, nHeight, oWnd, nHelpId, bChange, bValid, nClrFore, nClrBack, lPixel, oFont, cMsg, lUpdate, bWhen, lDesign )`**
- **Description:** Constructor ...
- Fri Jan 17, 2025 11:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... of the combo box.
- `bSetGet`: Code block for getting/setting the combo box value.
- `aItems`: Array of items to populate the combo box.
- `nWidth`, `nHeight`: Dimensions of the combo box.
- `oWnd`: Parent window.
- `nHelpId`: Help context ID.
- `bChange`, `bValid`: Code blocks for change ...
- `bSetGet`: Code block for getting/setting the combo box value.
- `aItems`: Array of items to populate the combo box.
- `nWidth`, `nHeight`: Dimensions of the combo box.
- `oWnd`: Parent window.
- `nHelpId`: Help context ID.
- `bChange`, `bValid`: Code blocks for change ...
- Fri Jan 17, 2025 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... nClrPane`: The background color of the checkbox.
- `nTop`: The top position of the checkbox.
- `nLeft`: The left position of the checkbox.
- `nWidth`: The width of the checkbox.
- `nHeight`: The height of the checkbox.
- `nAlign`: The alignment of the checkbox.
- `Cargo`: Additional data ...
- `nTop`: The top position of the checkbox.
- `nLeft`: The left position of the checkbox.
- `nWidth`: The width of the checkbox.
- `nHeight`: The height of the checkbox.
- `nAlign`: The alignment of the checkbox.
- `Cargo`: Additional data ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... end times, dates, text, subject, colors, and flags. Default values are assigned if parameters are not provided.
2. **`BuildDates( nTop, nLeft, nWidth, nHeight )`**
Sets the coordinates of the event's bounding box and marks the event as created and visible.
3. **`GetNewId()`**
Generates a ...
2. **`BuildDates( nTop, nLeft, nWidth, nHeight )`**
Sets the coordinates of the event's bounding box and marks the event as created and visible.
3. **`GetNewId()`**
Generates a ...