Search found 3147 matches: ownd

Return to advanced search

Re: New txbrowse

... aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols INIT ARRAY( 0 ) DATA aPreviousCols INIT ARRAY( 0 ) METHOD New (nRow, nCol, nWidth, nHeight, oWnd) METHOD SetUserCols(lDefCols) ENDCLASS this is useful because there can be many columns to display, the end user can display the ones he wants, ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 378

Error Fwh 24.02 con XBROWSE

... una actualización a FWH24.02 y veo que al abrir la ventana el Xbrowse se monta sobre el la barra de botones cosa q no pasaba antes DEFINE WINDOW oWnd FROM 0,0 TO nHeith,nWith PIXEL MDICHILD OF oWind ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 97

Re: Una sobre RIBBONBAR

... ITEMS> <cPrompt,...> ] #xcommand DEFINE RIBBONBAR [ <oRBar> ] ;                           [ <of:OF, WINDOW> <oWnd> ] ;                           [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;                           [ <act: ...
by Antonio Linares
Mon Apr 01, 2024 7:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre RIBBONBAR (SOLUCIONADO)
Replies: 2
Views: 592

Splitter and Resize window

I want that when the end user resizes the oWnd 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 ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 242

Re: xBrowse with UrlLink

... la clase Turllink en lugar de "www". ..." ,solo así podríamos tener el efecto de color over con el mouse oURL:= New( nTop, nLeft, oWnd, lPixel, lDesign, oFont, cMsg, cURL, cToolTip, nClrInit, nClrOver, nClrVisit, lTransp )
by Silvio.Falconi
Wed Feb 28, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: GROUPBOX

... to be seen in the control. REDEFINE GROUP [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPARENT ] <nTop> , <nLeft> To specify the top ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Controls behave different in Window as in Dialog

I noticed that many controls behave different in Windows oWnd as dialogs oDlg. Why is that ? Exact the same code, just this option : if cRun = "Dialog"  ACTIVATE DIALOG oMain CENTERED ;  ON INIT ( oWebView := TWebView():New(), ...
by Marc Venken
Sat Feb 24, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

UrlLnk with Popup menu

... tried with Function AddMenu() local aPoint := AdjustWnd( oPanel, oPanel:nTop-100, oPanel:nLeft ) MENU oMenu POPUP --- ACTIVATE POPUP oMenu WINDOW oWnd AT aPoint[1], aPoint[2]
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: Create a Panel width a text

function CalcTextHeight( hDC, cText, oFont, nWidth )   local oWnd, nHt   DEFAULT hDC := GetDC( 0 )   if HB_ISOBJECT( hDC )      oWnd     := hDC      hDC      := oWnd:GetDC()      DEFAULT oFont := oWnd:oFont, nWidth := oWnd:nWidth  ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3188

Re: Create a Panel width a text

function CalcTextHeight( hDC, cText, oFont, nWidth )   local oWnd, nHt   DEFAULT hDC := GetDC( 0 )   if HB_ISOBJECT( hDC )      oWnd     := hDC      hDC      := oWnd:GetDC()      DEFAULT oFont := oWnd:oFont, nWidth := oWnd:nWidth  ...
by nageswaragunupudi
Fri Feb 23, 2024 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3188

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Antonio,
thank you. I thought similar to the RTF control (C:\FWH\source\classes\fget.prg).

@ 0,155 FORMAT GET oFGet1 VAR cTxt OF oWnd;
SIZE 360,40 PIXEL

Best regards,
Otto
by Otto
Tue Feb 20, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54316

Ancho de pestañas de una RibbonBar

Buenas tardes. Como puedo determinar el ancho de cada pestaña de una RibbonBar declarada asi: oRb := TRibbonBar():New(oWnd, {"Movimientos", "Consultas", "Reportes", "Procesos", "Bases", "Utilitarios", "Seguridad","Extras"}, ...
by José Camilo
Sun Feb 11, 2024 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ancho de pestañas de una RibbonBar
Replies: 2
Views: 131

Re: TWebView window size

Dear Antonio, thank you so much for taking your time to answer. I added the oWnd but now it seems that I no longer get all the responses as intended. here is what intentionally happens without oWnd: https://mybergland.com/ruth/webview2.jpg and may ...
by Ruth
Thu Feb 01, 2024 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 854

Re: WebView2 Essentials: Guides, Tips & Resources

... nHeight, nHints): Sets the size of the web view window with optional size hints. Print(): Invokes the print function of the web view. SetParent(oWnd): Sets the parent window of the web view. SetUserAgent(cUserAgent): Sets the user agent string of the web view. Terminate(): Terminates the web ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Resolution of monitor

seem a joke..... local nResHoriz := oWnd:nHorzRes() local nResVert := oWnd:nVertRes() where is oWnd ? I don't always have the main window where I can find the oWnd? Such a solution seems strange to me Hi Silvio, you must not take 'oWnd' but ...
by Detlef
Wed Jan 10, 2024 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2550
Next

Return to advanced search

cron