Search found 584 matches: adialogs

Return to advanced search

Re: search for TTabControl() Sample

... some Controls on "Body" but where is the CODE for it :? --- Sample Textfx4.PRG "seems" to show what i miss "aDialogs"  oFld:aDialogs[ 2 ] so i will try that --- Question : what is TTABCONTROL() for when not used under FiveWin :?:
by Jimmy
Fri Oct 28, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 970

Re: search for TTabControl() Sample

here a Sample which crash TTABCONTROL:ADIALOGS #include "FiveWin.ch"MEMVAR oMain, oExplorer, oStatusBar, lImage, oTabsPROCEDURE Main()LOCAL oFontLOCAL nHeight   := 1024LOCAL nWidth    := 1280LOCAL nTop      := 0LOCAL nLeft ...
by Jimmy
Fri Oct 28, 2022 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 970

search for TTabControl() Sample

... Body" as Parent to put a Control on it :?: --- i try to use oTabs as Parent but got Error Called from: ../../../tobject.prg => TTABCONTROL:ADIALOGS( 0 ) Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW_GOTFOCUS( 3018 ) but there is not ADIALOGS in CLASS TTabControl() ... hm :? ...
by Jimmy
Fri Oct 28, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 970

Re: Multiple RTF controls each with its own bar

... 2. Do the REDEFINEs this way: REDEFINE RICHEDIT5 ::hoGets["edu_1"] VAR ::hGets["edu_1"] ID 301 OF ::oFolder:aDialogs[1] BARBUTTON Please notice the use of RICHEDIT5 and BARBUTTON 3. Finally to keep visible the buttonbars all the time do this:       ACTIVATE ...
by Antonio Linares
Sun Oct 16, 2022 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 481

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

... My recent post prior to this showed a correctly painted TTitle where it has purple gradient *** update: Issue resolved by adding line ::oFolder:aDialogs[1]:lTransparent := .f. ***
by hua
Tue Oct 11, 2022 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 706

Re: ¿ No funciona cToolTip con :Disable() ?

FiveWidi, Esto no Funciona con Recursos Usando Folderex:    REDEFINE GET aGet[25] VAR cEmailPaisa PICTURE "@KR" ID 44 OF oFld:aDialogs[ 1 ] ;      WHEN( .F. ) UPDATE COLORS CLR_BLACK, CLR_WHITE FONT oFont   aGet[25]:lReadOnly := .T.   aGet[25]:lUpdate ...
by FiveWiDi
Fri Sep 23, 2022 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ No funciona cToolTip con :Disable() ?
Replies: 13
Views: 821

Re: color the cells of the xbrowse

... @ 200, 100 CHECKBOX oChk[2] VAR lUgualiRuote PROMPT "Same values on different wheels" SIZE 120, 12 pixel OF oFld:aDialogs[2] ; ON CHANGE ( Same_Number_all_Rows(aData)) Function Same_Number_all_Rows(aData)     LOCAL nRowMax  := LEN( ...
by Silvio.Falconi
Wed Apr 20, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 840

Re: Tengo un folder, quiero HIDE un dialogo

::oFld:aDialogs[ 02 ]:Hide() Master Antônio, con FOLDEREX, esto no funciona. // \samples\testfx4.prg#include "FiveWin.ch"function main()   local oWnd, i, oBrush2   local oFld    ...
by karinha
Thu Mar 03, 2022 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 549

Re: Tengo un folder, quiero HIDE un dialogo

::oFld:aDialogs[ 02 ]:Hide()
by Antonio Linares
Thu Mar 03, 2022 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 549

Re: Tengo un folder, quiero HIDE un dialogo

prueva com
::oFld:aDialogs[ 02 ]:odlg:hide()
by ender
Thu Mar 03, 2022 9:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 549

Can you use a field named End with Class TDataBase ? yes!

... := oArqAsoc:BAIRRO https://i.ibb.co/9HTGx5P/Erro2.jpg prg line: REDEFINE GET oGet06 VAR oArqAsoc:END ID 104 of oFolder:aDialogs[1] picture '@!' COLOR Frente,Fundo update
by wartiaga
Tue Feb 15, 2022 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 988

Re: Configurate xBrowser from dbf data issues

... with a condition insite the function getXbrowser, I get the same color for every row (Green) oBrw[2] = getXBrowser("CUSTOMERS",oFld:aDialogs[2]) Lines for coloring start from 373 - 387. For the demo I just made a Array with some data. If I call a function afther I made the getxbrowser, ...
by Marc Venken
Thu Feb 10, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 686

Configurate xBrowser from dbf data issues

... data : I read the data I need into a multidim. array : aBrwcols I call the function :   oBrw[5] = getXBrowser("WEBSHOP",oFld:aDialogs[5])function getXbrowser(cData,oTarget)   // code to get the data from the dbf...   @ nTop,nLeft XBROWSE oBrw size nBreed,nHoogte ...
by Marc Venken
Sat Feb 05, 2022 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 686

Re: Best technic to use the set relation to syntax

... // 2 browsers on 1 folder oBrw[2] = getXBrowser("KLANTDOCUMENTEN",oFld:aDialogs[2]) oBrw[6] = getXBrowser("KLANTFACTART",oFld:aDialogs[2]) oBrw[2]:bChange := { || oBrw[6]:refresh() } // FOLDER 3 ----------------------------------------------------------------------------------------------- ...
by Marc Venken
Thu Jan 06, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 797

Re: Xbrowse Builder having a strange error

... this, it seems to work. //It is like this now and the call to stylebrowse if included (post above) oBrw[4] = getXBrowser("FACTUREN",oFld:aDialogs[4]) // here I deleted the call from getxbrowser and call it separate (then it seems to go), but before it was working oBrw[4] = getXBrowser("FACTUREN",oFld:aDialogs[4]) ...
by Marc Venken
Tue Jan 04, 2022 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1547
PreviousNext

Return to advanced search