Search found 1056 matches: hide

Return to advanced search

Re: Logo on MDI window.

... https://i.postimg.cc/RF8k0xPk/t.gif I have this Main window and I put the image as you can see but I have a Bar at right, when I hide the bar the oWinMain:oWndClient not bpainted and when I reopen the bar right I must redraw the image how I can resolve it ? I add oApp:oWinMain:bResized ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 994

Re: ¿Ocultar Fila en xBrowse?

... necesito es que de 10 lineas, ocultar cualquiera que desee y que se muestren solo 9, y despues, pueda volver a mostrarla. Algo asi como oBrw:fila:hide() y oBrw:file:show() , por graficarlo de alguna manera. Very simple way: aShowRecs := { 1, 2, 3, 4, 5, 6, 7, 8, 10 }oBrw:aFilter := aShowRecsoBrw:Refresh()// ...
by nageswaragunupudi
Fri Nov 04, 2022 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Ocultar Fila en xBrowse?
Replies: 7
Views: 672

¿Ocultar Fila en xBrowse?

... necesito es que de 10 lineas, ocultar cualquiera que desee y que se muestren solo 9, y despues, pueda volver a mostrarla. Algo asi como oBrw:fila:hide() y oBrw:file:show() , por graficarlo de alguna manera.
by JoseAlvarez
Sun Oct 30, 2022 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Ocultar Fila en xBrowse?
Replies: 7
Views: 672

Show LINESTYLE of Xbrowse on line - (run with errors)

I have this xbrowse and I put on buttonbar a button to activare the vertical Lines (hide or show) the button call a method Marcar(nOpt) nOpt can be 1/2/3 only 1 and 3 activated https://i.postimg.cc/cJk1MH8R/ora-lines.jpg at init the xbrowse have this ...
by Silvio.Falconi
Mon Oct 17, 2022 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1174

Re: Multiple RTF controls each with its own bar

... user will overwrite the bar, so better don't use this: o:hoGets["edu_1"]:oBar:Show(), o:hoGets["edu_1"]:lBar := .F. 5. You can hide the bar when the user types doing: o:hoGets["edu_1"]:bKeyDown = { || o:hoGets["edu_1"]:oBar:Hide() } to show the buttonbar ...
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: 546

Re: clausole When...Hide a size of Dialog - strange - RESOLVED

Dear Silvio, complete download using WINDOWS10.MANIFEST. Test please.

Estimado Silvio, descarga completa usando WINDOWS10.MANIFEST. prueba por favor.

Link:

https://mega.nz/file/cMkFwAQa#km42FPaVgu3ko93BuYTsdX9aJFtxkyWVGPmsQ4aSd38

Gracias, thanks.

Regards, saludos.
by karinha
Fri Oct 14, 2022 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange - RESOLVED

Dear Silvio, Congratulations. Even so, please test with this MANIFEST model using COLORS in the controls, please. Estimado Silvio, Felicitaciones. Aun así, prueba con este modelo MANIFEST usando COLORES en los controles, por favor. WINDOWS10.MANIFEST <?xml version="1.0" encoding="U...
by karinha
Fri Oct 14, 2022 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

FOUND THE PROBLEM DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL ; TITLE cTitle ; COLOR CLR_BLACK,CLR_WHITE instead of DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL ; TITLE cTitle ; COLOR CLR_BLACK,CLR_WHITE TRANSPARENT it seems TRANSPARENT give problem the resource I used that of Fwh folder ( m...
by Silvio.Falconi
Fri Oct 14, 2022 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

Silvio, please ADD:         <!-- Windows 10 -->        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>  look this: https://github.com/eladkarako/manifest/tree/master/example_manifests WOW!! Regards, saludos.
by karinha
Thu Oct 13, 2022 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

WINDOWS.MANIFEST Silvio, Please: test with this model and report if anything changes: Silvio, por favor: prueba con este modelo e informa si algo cambia: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><assembly xmlns="urn:schemas-microsoft-com:asm....
by karinha
Thu Oct 13, 2022 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

Dear Silvio, the same problem was reported by FiveWin Brasil staff. Talk to Mister Navarro to see if he can find a solution. Now, if it's a defect of Windows 10 and 11, I don't see a way out. Estimado Silvo, el mismo problema fue informado por el personal de FiveWin Brasil. Habla con el señor Navarr...
by karinha
Thu Oct 13, 2022 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

this morning I not see the theme on Button class and i use windows 10
by Silvio.Falconi
Thu Oct 13, 2022 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842

Re: clausole When...Hide a size of Dialog - strange

Dear Silvio, you are really right, they are reporting on FiveWin Brasil that they have problems with MANIFEST with Windows 10 and Windows 11, and that Fivetech has not yet positioned itself on the matter. Please test this MANIFEST modified by Giovanny Vecchy and let us know what happens. Estimado S...
by Silvio.Falconi
Thu Oct 13, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1842
PreviousNext

Return to advanced search