Search found 150 matches: ofolder

Return to advanced search

Box rtf on a folder

Image

oFolder:aDialogs[3]:bInit := {|| oMemo:LoadFromRTFFile( "table.rtf" ) }

@ 10, 3 RICHEDIT5 oMemo OF oFolder:aDialogs[3] PIXEL SIZE 200, 200 READONLY


why do I see the source file and not the rtf file in the richedit5 box?
by Silvio.Falconi
Thu Jan 25, 2024 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box rtf on a folder
Replies: 0
Views: 468

Consulta sobre la clase folderEx

... las pestañas? La idea es hacer que la seleccion sea mediante un xbrowse a la izquierda, por ello no quiero ver las pestañas. He intentado con oFolder:nFolderHeight := 0 pero algo hace que se trabe y funcione con mucha lentitud y mal. Lo que deseo hacer es un dialogo con una serie de items ...
by TecniSoftware
Sun Sep 24, 2023 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre la clase folderEx
Replies: 5
Views: 367

FOLDEREX ON PAINT -> TFolderEx() how ?

hi, which Parameter of TFolderEx() :New() are ON PAINT TAB ON PAINT TEXT => ; [<oFolder> := ] TFoldereX():New( <nRow>, <nCol>, <nWidth>, <nHeight>,; <oWnd>, [\{<cbmps>\}], <.lPixel.>, <.lDesign.>, [\{<cPrompt>\}], ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 200

Re: SUB-CLASS TFolderEx()

hi Antonio, oFolder:nDlgCode = DLGC_WANTALLKEYS no luck ... still can´t use TAB-Key to change Control i have reduce CLASS to only 1 Method to set Bitmap (depend on Drive Type) METHOD SetDriveIcon(cPath,nOption) CLASS TFolderDXELOCAL ...
by Jimmy
Fri Feb 03, 2023 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1137

Re: SUB-CLASS TFolderEx()

Jimmy,

Use this:

oFolder:nDlgCode = DLGC_WANTALLKEYS
by Antonio Linares
Thu Feb 02, 2023 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1137

Re: Multiple RTF controls each with its own bar

... of "RichEdit.ch" 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:       ...
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: 457

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

... shows. 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: 678

Re: Flick on folder

Dear Silvio,

Do you use a oFolder:bChange ? If so, please try to set it to nil, so it changes the folder page quicker
by Antonio Linares
Sun May 29, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flick on folder
Replies: 9
Views: 425

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

... oArqBol:BAIRRO := 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: 943

Re: strange move Folder - Dialog

... If you can't, no problem. Programmer's curiosity only. Regards, saludos. local aPt := { 111,200 } aPt := ClientToScreen( oWndMain:hWnd, aPt ) oFolder:bAction := { || IF(oFolder:nOption=3 .or. oFolder:nOption=6 ,; (oDlg:nHeight:=400,oDlg:Move( aPt[ 1 ] , aPt[ 2 ] )),; (oDlg:nHeight:=680,oDlg:Move( ...
by Silvio.Falconi
Tue Nov 23, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 512

Re: strange move Folder - Dialog

... NIL// fin / end  resolved ( thanks to Rao) with only local aPt := { 111,200 } aPt := ClientToScreen( oWndMain:hWnd, aPt ) oFolder:bAction := { || IF(oFolder:nOption=3 .or. oFolder:nOption=6 ,; (oDlg:nHeight:=400,oDlg:Move( aPt[ 1 ] , aPt[ 2 ] )),; (oDlg:nHeight:=680,oDlg:Move( ...
by Silvio.Falconi
Tue Nov 23, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 512

Re: say border RESOLVED

... 0 ), .T., .T., ::nAlign )                next  @ 22, 10 SENSITIVE SAY oSay[1] PROMPT "Denominazione" SIZE 100,20 PIXEL OF oFolder:adialogs[1] TRANSPARENT FONT oFontDialog Where is the xcommand?
by cnavarro
Fri Nov 19, 2021 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2062

Re: say border RESOLVED

... of says https://i.postimg.cc/pXpsXLPz/k.png @ 22, 10 SENSITIVE SAY oSay[1] PROMPT "Denominazione" SIZE 100,20 PIXEL OF oFolder:adialogs[1] TRANSPARENT FONT oFontDialog oSay[1]:lActive := .f. oSay[1]:lLine :=.t. any solution ?
by Silvio.Falconi
Fri Nov 19, 2021 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2062

Re: say border RESOLVED

... used tslines but not is good because I not undestood wich is the @x,y @ 22, 10 say oSay[1] PROMPT "Denominazione:" SIZE 100,20 PIXEL OF oFolder:adialogs[1] oLine1:=TSLines():New(oSay[1]:nbottom, 15, oSay[1]:nWidth+19, 2, "HLINE",oFolder:adialogs[1],nRgb(233,229,206) ,,, .t., ...
by Silvio.Falconi
Thu Nov 18, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2062

Re: Not show control say on folder with res

... understood well . I have a dialog. In this dialog I have a FolderEx (you can also use the normal folder) in the folder in the first tab that is oFolder: adialogs [1] I inserted a simple say control of the type @ 2,  200 SAY oSay PROMPT cText SIZE 260,14 PIXEL OF oFolder:aDialogs[1] ...
by Silvio.Falconi
Thu Aug 26, 2021 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 991
Next

Return to advanced search