Search found 23 matches: coords

Return to advanced search

Re: TGRAPH Technical Question

Now it seem run here I made : DATA aBarCoors AS ARRAY INIT {} // Array with Bars coords. added by Antonio Linares DATA aSeries1 AS ARRAY INIT {} // Array containing Series 1 Value DATA aSeries2 AS ARRAY INIT {} // Array containing Series 2 Value DATA cLabelSerie1 ...
by Silvio.Falconi
Fri Dec 26, 2014 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9364

Re: Resource Dialogs change with PC's

My fault, (dumb as a box of rocks) comes to mind. I have to admit it. I was saving the coords of the dialog in the ini, because it was my main window. This app has no mdi shell (like most of my apps). so by switching between modes, but using the same values it caused ...
by byron.hopp
Sun May 04, 2014 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Dialogs change with PC's
Replies: 6
Views: 1465

Re: To Daniel : test of Tlayout

Silvio with TLayout you dont need calculate any coords hLays["H2"]:aHLayout[1]:= owndlayout:nwidth-80 hLays["H2"]:aHLayout[2]:= owndlayout:nwidth-400 it´s wrong, the elements in aHLayout and aVLayout are TLayout objects not number ...
by Daniel Garcia-Gil
Thu Nov 14, 2013 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Daniel : test of Tlayout
Replies: 7
Views: 2454

Re: ExplorerBar with Windows 7 look

Congrats Mr. Danel.

Please, when you have time check coords. I change but it is drawn at the same coords, invading Title.

Also, Tooltips are very important.

Thank you.
by ukservice
Sun Jul 24, 2011 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7413

Re: ExplorerBar with Windows 7 look

Hello. I change coords of tExlorerlist but it is always printed on top: oExplorerList = TExplorerList():New( 2000, 0, oWnd, .t., .f., 200, 300 ) Thank you for info about Ttitle. t is very powerful. Who made it?. It ...
by ukservice
Sun Jul 24, 2011 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7413

Re: Calculate position

Please, compile this little program Run it Move the dialog in a new position and resize it Now Click to store coords into dialogo.ini file Restart program you will find the dialog moved up!! What's wrong? :?: I don't accept answers like you, your person, your job, job, etc.. etc.. ...
by MarcoBoschi
Fri Jul 08, 2011 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate position
Replies: 25
Views: 7194

Re: Calculate position

Is it normal that four coords change?
by MarcoBoschi
Fri Jul 08, 2011 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate position
Replies: 25
Views: 7194

Re: Calculate position

Enrico,
If you run my program you can notice that the four coords change (see the four gets in the window)

Imagine that I have to save these coords in a ini file for store these information for later use.
....
...
...
by MarcoBoschi
Fri Jul 08, 2011 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate position
Replies: 25
Views: 7194

Calculate position

... the dialog is 40 pixel and 18 pixel more big than previus click How can I calculate this differences in order to save in a .ini files the exact coords? King regards marco #include "fivewin.ch"REQUEST HB_GT_GUI_DEFAULT#define crlf CHR(13)+CHR(10)FUNCTION Main()  ...
by MarcoBoschi
Thu Jul 07, 2011 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate position
Replies: 25
Views: 7194

Re: position of a dialog near to a get

Silvio, try to get the coords with getWndRect( oGet:hWnd ) and you can apply the get's width and height too if you need other coords I think what you want to do is a datepicker, but I have problem to close the dialog (cal) when click ...
by Marcelo Via Giglio
Thu Apr 28, 2011 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: position of a dialog near to a get
Replies: 9
Views: 1373

Adjust MDI Child size when Parent MDI was resized

Dear All,

How to auto resize MDI CHild Window when MDI Frame was resized?
MDI Child Window resized to client coords..

Regards,
Frances
by fraxzi
Tue Jun 15, 2010 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjust MDI Child size when Parent MDI was resized
Replies: 1
Views: 381

Re: Juan Planelles Lazaga

... lCinta, 200, 110 ), iif( lCinta, 205, 110 ) ) ), SysRefresh() } //120, 150 aCoors := { 2, 11, 45, 97 } //aCoors := { 2, 11, 45, 132 } cFCoors := 'Coords.Dat' // a partir de aqui se denominara cada ventana if Empty( Memoread( cFCoors ) ) MemoWrit( 'Coords.Dat', Str( aCoors[ 1 ], 10, 2 ) + CRLF ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: DIALOG inside WINDOW

... DIALOG oDlg NOWAIT;                      VALID .F.   //no esc-key      ACTIVATE WINDOW oWnd      ...  You can also resize the child dialog to the coords of window:oWndClient or the window to coords of child dialog upon ON INIT of window. I hope this helps... Regards, -Frances
by fraxzi
Thu Sep 10, 2009 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIALOG inside WINDOW
Replies: 12
Views: 1988

Buttons and ButtonBmps

... but REDEFINE BUTTON into the .RC it's declared in this way: CONTROL "INDEX", 798, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, coords... so the class I'm using is Tbutton() and not Tbtnbmp(). Tbutton() doesn't have the ::lBorder property so I suppose I should change the style ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65044

... Esta es una alternativa que se me ocurre, aunque me parece un poco chapuzera: fijate que en el documento google.html, en él aparece la línea: Coords = marker.getPoint() Esta línea graba en la variable "Coords" los datos de las coordenadas. Ese valor se podría grabar en un documento ...
by fgondi
Fri Jul 25, 2008 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps
Replies: 11
Views: 2170
Next

Return to advanced search