Search found 34 matches: osplit

Return to advanced search

set key not run on win 10 ?

I have
SetKey( VK_F8, {||oApp():HidePanelLeft(oApp():oSplit)} )

and not run on win 10 why ?
on w7 run ok

do you Know alternative ?
by Silvio.Falconi
Thu Jul 08, 2021 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set key not run on win 10 ?
Replies: 1
Views: 298

Re: OutLook 2003 and 2010 Classes not working in Win 10

Dear Ramesh,

please comment these lines:

// SetParent( oOutLook2003:hWnd, oWnd:hWnd )

...

// SetParent( oSplit:hWnd, oWnd:hWnd )
by Antonio Linares
Tue Dec 18, 2018 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OutLook 2003 and 2010 Classes not working in Win 10 - Solved
Replies: 4
Views: 1102

two get and explorebar

... gets must change their width I build the explorer with oExBar = TExplorerBar():New(0,0, nSplit,oApp():oDlg:nBottom, oApp():oDlg) and then oApp():oSplit:bChange :={ |oSplit | oExBar:refresh() } to build the gets @ 42,10 say "Cognome :" of oPanel1 transparent SIZE 50,20 PIXEL    ...
by Silvio.Falconi
Tue Sep 11, 2018 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: two get and explorebar
Replies: 1
Views: 424

Re: Dialog inside oMDI:oWndClient

... FWH\samples\test2003.prg If it does not run fine, please comment these lines: // SetParent( oOutLook2003:hWnd, oWnd:hWnd ) ... // SetParent( oSplit:hWnd, oWnd:hWnd ) Mr. Antonio, Thanks for the reply. I actually made a very successful application based on Test2003 concept: http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/Ias_menu_ui_zpsllocbfsi.png ...
by fraxzi
Tue Jul 03, 2018 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1336

Re: Dialog inside oMDI:oWndClient

Frances,

Please review FWH\samples\test2003.prg

If it does not run fine, please comment these lines:

// SetParent( oOutLook2003:hWnd, oWnd:hWnd )

...

// SetParent( oSplit:hWnd, oWnd:hWnd )
by Antonio Linares
Mon Jul 02, 2018 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1336

Re: Dialog, xbrowse,splitter,folder and ttitle

On Firt Project seem to run in this mode :

oSplit:SetPosition(aClient[4]/2)
oSplit:nLong := oDlgnew:nHeight - 26
oSplit:Refresh()
by Silvio.Falconi
Thu Feb 08, 2018 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5919

Re: Dialog, xbrowse,splitter,folder and ttitle

Try with osplit:nleft;=arclient[4]/on resize
by Silvio.Falconi
Thu Feb 08, 2018 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5919

Re: Problem with W10 Pro

Rodrigo,

In FWH/samples/test2010.prg please comment out these lines:

// SetParent( oOutLook2010:hWnd, oWnd:hWnd )

and

// SetParent( oSplit:hWnd, oWnd:hWnd )

with those changes it seems to work fine
by Antonio Linares
Sat Jan 13, 2018 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with W10 Pro
Replies: 8
Views: 1650

Re: Problem with W10 Pro

Rodrigo,

In FWH/samples/test2010.prg please comment out these lines:

// SetParent( oOutLook2010:hWnd, oWnd:hWnd )

and

// SetParent( oSplit:hWnd, oWnd:hWnd )

with those changes it seems to work fine
by Antonio Linares
Sat Jan 13, 2018 8:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with W10 Pro
Replies: 1
Views: 511

Re: O.T. - ResEdit problema con Splitter

Prueba con

oSplit:lStyle= .F.
by Antonio Linares
Sat Jul 04, 2015 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - ResEdit problema con Splitter
Replies: 6
Views: 606

Re: O.T. - ResEdit problema con Splitter

Mario,

Añade esto:

oSplit:lMover = .F.
by Antonio Linares
Sat Jul 04, 2015 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - ResEdit problema con Splitter
Replies: 6
Views: 606

Re: O.T. - ResEdit problema con Splitter

Mario,

Despues de hacer el REDEFINE haz esto:

oSplit:lStyle = .T.
by Antonio Linares
Sat Jul 04, 2015 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - ResEdit problema con Splitter
Replies: 6
Views: 606

Re: run a function on end...

yes of course, I tried also with valid ACTIVATE DIALOG oApp():oDlg NOWAIT ; ON PAINT (oApp():oSplit:AdjClient()); ON INIT(oApp():oGrid:SetFocus(),ResizeWndMain()) ; VALID ( oApp():oGrid:nLen := 0 ,; oBar:End(), DbCloseAll(), oApp():oDlg := NIL, oApp():oGrid := NIL, oApp():oTab ...
by Silvio.Falconi
Wed Sep 18, 2013 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a function on end...
Replies: 2
Views: 668

Re: explorerBar and Vistamenu together ?

... the window I see the vistamenu go bach the explorerbar the same errors I have on my test!!!! I add also a splitter @ 0, oExBar:nwidth+2 SPLITTER oSplit ; VERTICAL _3DLOOK ; PREVIOUS CONTROLS oExBar ; HINDS CONTROLSoVMenu; SIZE 4, oWnd:nHeight PIXEL ; OF oWnd SetParent( oSplit:hWnd, oWnd:hWnd ...
by Silvio.Falconi
Mon Feb 11, 2013 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerBar and Vistamenu together ?
Replies: 13
Views: 3099

Re: Ajustes de posicionamiento en la ventana

Angel, quieres eliminarlo o simplemente evitar que el usuario pueda moverlo???

Si el caso es el segundo, usa oSplit:lStatic:= .T.
by Bayron
Fri Feb 11, 2011 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustes de posicionamiento en la ventana
Replies: 5
Views: 814
Next

Return to advanced search