Search found 377 matches: oclient

Return to advanced search

Re: oWnd:oClient := oPanel

I try it on WINDOWS 10 pro 64 bit

Image

It seem the same ...

wich is the our dialog ?

only perhaps we must found a solution to insert border blu on get control as inwin10
and see how resize the control on scroll panel
by Silvio.Falconi
Wed May 29, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio, thank you. Now I understand the problem. I am testing on a WINDOWS SERVER 2012 computer and here it is looking like this: Do you know if there is a solution to get the same look as with WINDOWS 10 OS. Best regards Otto How is the aspect of windows 10 os ? do you have a snap to see NOw...
by Silvio.Falconi
Wed May 29, 2019 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio,
thank you.
Now I understand the problem.
I am testing on a WINDOWS SERVER 2012 computer and here it is looking like this:
Do you know if there is a solution to get the same look as with WINDOWS 10 OS.
Best regards
Otto
Image
by Otto
Wed May 29, 2019 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Probable we can resize the arcontrols on Panel scroll , this can make you
by Silvio.Falconi
Wed May 29, 2019 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

New release https://i.postimg.cc/J4PHmHXg/good.png #include "FiveWin.ch"static oDlg//----------------------------------------------------------------------------//function Main()   Local oPanelScroll   Local oFont1,oFontG   Local oSay&n...
by Silvio.Falconi
Wed May 29, 2019 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Otto, test made in 5 minutes https://i.postimg.cc/T1tF2cfh/hhh.png Code #include "FiveWin.ch"static oDlg//----------------------------------------------------------------------------//function Main()   Local oPanelScroll   Local oFont1,oFontG   Local oSay   Local oG...
by Silvio.Falconi
Wed May 29, 2019 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio, regards Otto #include "FiveWin.ch"static oDlg//----------------------------------------------------------------------------//function Main()DEFINE DIALOG oDlg  SIZE 880,600 ;PIXEL TRUEPIXEL RESIZABLE //FONT oFont// STYLE  WS_POPUP/*oDlg:aMinMaxInfo := { nil,...
by Otto
Wed May 29, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

wich is FRAME ?
by Silvio.Falconi
Wed May 29, 2019 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio,
I tried your code but with your code the DIALOG has a frame.
If I add WS_POPUP style I have no Frame but can't resize the DIALOG.

DEFINE DIALOG oDlg SIZE 880,600 ;
PIXEL TRUEPIXEL RESIZABLE //FONT oFont


// STYLE WS_POPUP

Best regards
Otto
by Otto
Wed May 29, 2019 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio, In the meantime I found a solution. But there is another problem. It seems we can't make resizeable windows without a border. Thank you and best regards Otto oWnd:bPainted = { || oPanel:nTop := 30 } https://mybergland.com/fwforum/resize5.jpg Now I understand sorry What you...
by Silvio.Falconi
Tue May 28, 2019 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: To James Bott - Error Using TData

Here is a cut from my customer class. There are many more Methods in the class, but this is how a new client is added using one line: oClients := TClients():New( 1 ): NewClient() //---------------------------------------------------------------------------////  Call with:    oClients := ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5453

Re: To James Bott - Error Using TData

Here is a cut from my customer class. There are many more Methods in the class, but this is how a new client is added using one line: oClients := TClients():New( 1 ): NewClient() //---------------------------------------------------------------------------////  Call with:    oClients := TClients():New( ...
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5453

Re: oWnd:oClient := oPanel

Hallo Uwe,
danke.
Das funkioniert leider nicht.
Das Fenster ist rahmenlos aber die Größe kann nicht verändert werden.
Liebe Grüße
Otto
by Otto
Tue May 28, 2019 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Otto,

But there is another problem. It seems we can't make resizeable windows without a border.


it is possible

viewtopic.php?f=3&t=37133&p=221895#p221895

regards
Uwe :D
by ukoenig
Tue May 28, 2019 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217

Re: oWnd:oClient := oPanel

Hello Silvio,
In the meantime I found a solution.
But there is another problem. It seems we can't make resizeable windows without a border.
Thank you and best regards
Otto

oWnd:bPainted = { || oPanel:nTop := 30 }

Image
by Otto
Tue May 28, 2019 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 4217
PreviousNext

Return to advanced search