Search found 32 matches: omain

Return to advanced search

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... "oFld" ) this i compare with Parameter in my CODE oTab_Left := TFolderEx() :New( 40 + nBB, 1, ( nWidth / 2 ) - 05, nHeight - 180 - nBB, oMain, ; aBitmaps, lPixel, lDesign, aPrompts, nFolderHeight, ; aHelps, nRound, bAction, bClrTabs, bClrText, aAlign, ; lAdjust, nSeparator, nOption, ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 208

Re: Child OF oWnd

... "TWINDOW" ) ) that help me very much :D --- when using FWLOG i "just" got 1-DIM Array which Controls oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER,TBUTTON, ... } but when look at each Control there are "more" (Array) ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 369

Re: Child OF oWnd

hi Antonio, when use FWLOG i got oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER, ...} Question : how to "identify" Control "Type" :?: are Array Element a Object :?:   FOR ii := 1 TO LEN(oMain:aControls)  ...
by Jimmy
Wed Nov 09, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 369

Re: SPLITTER : how to"resize" Client Area

hi Antonio, oMain:bResized = { || oMain:oClient:Adjclient() } ok, thx but how to resize Child Control "on Area" :?: have 2 x TFolder() and on its "Area" are some Control when use SPLITTER i can "see" ...
by Jimmy
Mon Oct 31, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1057

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

oMain:bResized = { || oMain:oClient:Adjclient() }
by Antonio Linares
Mon Oct 31, 2022 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1057

Re: search for TTabControl() Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?: @ r,c TABS oTabs OF oWnd <otherClause> oTabs is created as one of the controls inside oWnd. oWnd is the Parent of oTabs. oTabs is one the ...
by nageswaragunupudi
Sat Oct 29, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 973

Re: search for TTabControl() Sample

hi Antonio,

thx for Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?:
by Jimmy
Sat Oct 29, 2022 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 973

Re: Problem to show Vertical record (sample of NAges)

nageswaragunupudi wrote:In the function XbrVert( oMain ),
please change this line
Code: Select all  Expand view

      COLUMNS { || oBrw:aRow:cHeader }, { || oBrw:aRow:Value } ;
 

as
Code: Select all  Expand view

      COLUMNS "cHeader", "Value" ;
 


thanks
by Silvio.Falconi
Tue Feb 08, 2022 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to show Vertical record (sample of NAges)
Replies: 3
Views: 320

Re: Problem to show Vertical record (sample of NAges)

In the function XbrVert( oMain ),
please change this line
Code: Select all  Expand view

      COLUMNS { || oBrw:aRow:cHeader }, { || oBrw:aRow:Value } ;
 

as
Code: Select all  Expand view

      COLUMNS "cHeader", "Value" ;
 
by nageswaragunupudi
Mon Feb 07, 2022 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to show Vertical record (sample of NAges)
Replies: 3
Views: 320

Clear Memory

... (deleting variables, fonts, and bitmaps) created or loaded by a other PRG ???? Example: [file main.prg] #include fivewin.prg PUBLIC oBtn, oMain define window oMain FROM 0, 0 TO 500, 500 TITLE "Teste" @10,20 BUTTON "Start" ACTION CallPrg2() ACTIVATE DIALOG oMain --------------------------------------------------------------------------------- ...
by shark
Wed Aug 08, 2018 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear Memory
Replies: 10
Views: 1380

Problem with setmenu

I have a problem calling setmenu method in Fivewin 18.01. In Fivewin 17.07 it´s ok. When i call the setmenu method: oMain:SetMenu( oMenu ), the menu bar is dragged to the left, it sharpens and cuts the gradiente bar on the right. In first time, menu it´s ok. The problem occurred ...
by shark
Thu Jul 05, 2018 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with setmenu
Replies: 4
Views: 988

Recall a HIDDEN window from taskmanager

Hello, I put a program into the taskmanager with the HIDDEN command : ACTIVATE WINDOW oMain HIDDEN ON INIT ( OTimer:Activate() ) It checks for a file, and popup some information. This is working ok. Now while the program is into the listening mode (hidden insite the ...
by Marc Venken
Tue Mar 28, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall a HIDDEN window from taskmanager
Replies: 5
Views: 777

Re: FWH app as Service

Sorry to jump in, but the services that are discused here are not the same as activating a dialog with the HIDDEN command ? like : ACTIVATE WINDOW oMain HIDDEN ON INIT ( OTimer:Activate() ) I'm also working on a small program that will LOG data from a PBX system with a CTI program. This works, ...
by Marc Venken
Mon Mar 27, 2017 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3759

Re: Combobox TMySql v/s Dbf

Y si abris la consulta ordenada? ***ABRO LAS TABLAS ::oCliente := ::oMain:oCon:Query( "SELECT * FROM MAANALIS ORDER BY ...." ) // con el orden que tiene analisis.cdx ::oTipo_Cte := ::oMain:oCon:Query( "SELECT * FROM TIPOCTES ORDER BY ..." ...
by cmsoft
Mon Sep 02, 2013 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox TMySql v/s Dbf
Replies: 1
Views: 545

Combobox TMySql v/s Dbf

... ::oCmb[01] VAR ::vCmb[01] Id 107 Of oDlg Items ::aCte[01] Activate Dialog ::oDlg LO MISMO COMBOBOX CON TMSQL ***ABRO LAS TABLAS ::oCliente := ::oMain:oCon:Query( "SELECT * FROM MAANALIS" ) ::oTipo_Cte := ::oMain:oCon:Query( "SELECT * FROM TIPOCTES" ) *** CREO UN ARREGLO CON ...
by macato
Mon Sep 02, 2013 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox TMySql v/s Dbf
Replies: 1
Views: 545
Next

Return to advanced search