Search found 15 matches: wndleft

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6332

Re: recompilar fiveh.lib

Implementa esta funcion:

function GetCoors( hWnd )

return { WndTop( hWnd ), WndLeft( hWnd ), WndBottom( hWnd ), WndWidth( hWnd ) - WndLeft( hWnd ) }
by Antonio Linares
Mon Sep 24, 2012 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: recompilar fiveh.lib
Replies: 47
Views: 15038

espero te sirva o lo que busques

On INIT (WndTop(oLbx:hWnd,240), WndLeft(oLbx:hWnd,120)
by tomafa
Wed Oct 08, 2008 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mover un listbox en un Window
Replies: 4
Views: 764

... en el ejemplo original del wBrowse no pude hace que funcione correctamente con recursos. Con el remiendo: On INIT (WndTop(oLbx:hWnd,240), WndLeft(oLbx:hWnd,120) seguí con la obra. Lo que me extraña es que nadie mas ha reportado este caso en el foro. O es que yo tengo una versión que no ...
by jvargas
Thu Sep 18, 2008 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wBrowse de Hernan
Replies: 14
Views: 1815

William, Las funciones WndTop(), WndLeft(), WndWidth() y WndHeight() son de tipo setget, por lo que puedes usarlas para cambiar esos valores: WndTop( hWnd [, nNewTop ] ) --> nTop WndLeft( hWnd [, nNewLeft ] ) --> nLeft WndWidth( hWnd ...
by wmormar
Sat Aug 30, 2008 1:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: coordenadas de ventanas (SDI, MDI)
Replies: 5
Views: 973

William, Las funciones WndTop(), WndLeft(), WndWidth() y WndHeight() son de tipo setget, por lo que puedes usarlas para cambiar esos valores: WndTop( hWnd [, nNewTop ] ) --> nTop WndLeft( hWnd [, nNewLeft ] ) --> nLeft WndWidth( hWnd ...
by Antonio Linares
Fri Aug 29, 2008 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: coordenadas de ventanas (SDI, MDI)
Replies: 5
Views: 973

Biel EA6DD wrote:Try with functions WndTop(oDlgp:hWnd) and WndLeft(oDlgp:hWnd)


Gabriel.... this not fun! :(
by JC
Wed Mar 26, 2008 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change position of Modal Dialog?
Replies: 13
Views: 2058

Try with functions WndTop(oDlgp:hWnd) and WndLeft(oDlgp:hWnd)
by Biel EA6DD
Wed Mar 26, 2008 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change position of Modal Dialog?
Replies: 13
Views: 2058

EMF Viewer

... CLR_BLACK,CLR_LIGHTGRAY ; ICON oIcon ; VSCROLL HSCROLL MDICHILD STYLE nOR( WS_CAPTION) Inserted: STYLE nOR( WS_CAPTION) WndTop( ::oWnd:hWnd, 0) //WndLeft( ::oWnd:hWnd, (::oWndMain:nwidth() - ::oWnd:nwidth())-16 ) WndLeft( ::oWnd:hWnd, 200) ::oWnd:nHeight := ::oWndMain:nHeight() -80 3) cTitle := ...
by Otto
Wed Feb 20, 2008 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EMF Viewer
Replies: 1
Views: 632

... CLR_BLACK,CLR_LIGHTGRAY ; ICON oIcon ; VSCROLL HSCROLL MDICHILD STYLE nOR( WS_CAPTION) Inserted: STYLE nOR( WS_CAPTION) WndTop( ::oWnd:hWnd, 0) //WndLeft( ::oWnd:hWnd, (::oWndMain:nwidth() - ::oWnd:nwidth())-16 ) WndLeft( ::oWnd:hWnd, 200) ::oWnd:nHeight := ::oWndMain:nHeight() -80 1. I don’t ...
by Otto
Mon Feb 18, 2008 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EMF-Viewer How to do?
Replies: 6
Views: 1282

... /2 meioamain := naltmain/2 //coordinates to place the mdichild ntop := meioamain-meioajan nleft := meiolmain-meioljan WndTop( ::hWnd, ntop ) WndLeft( ::hWnd, nleft ) RETURN nil Antonio
by AHF
Wed Nov 14, 2007 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3858

Michel,

You can also do it this way:

WndTop( oWnd:hWnd, xTop )
WndLeft( oWnd:hWnd, xLeft )
oWnd:nWidth = xWidth
oWnd:nHeight := xHeight

for controls, you can simply do:

oControl:nTop = ...
oControl:nLeft = ...
by Antonio Linares
Thu Nov 08, 2007 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing a window
Replies: 2
Views: 592

Perfecto, ya lo tengo funcionando. Muchas gracias Marcelo y Carles. Era justo lo que necesitaba.

De hecho tenia la solucion delante y no me habia dado cuenta, WndTop, y WndLeft, sin parametro de posicion devuelve posición actual.


Gracias nuevamente.
by Biel EA6DD
Fri Feb 16, 2007 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posicion de dialogo en pantalla.
Replies: 5
Views: 1280

FWH build abril 2006

... Se han añadido algunos métodos nuevos en la clase TRichEdit, han sido heredados de la clase TMultiGet. * Corrección: Las funciones WndTop() y WndLeft() no estaban manejando correctamente valores negativos. Ahora puedes hacer oControl:nLeft -= nValue y el control se visualizará correctamente, ...
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3314

FTDN new April 2006 build / nuevo build de Abril 2006

... on dialogs. * Enhancement: Class TRichEdit, some new methods added, that previously were inherited from Class TMultiGet. * Fix: WndTop() and WndLeft() were not properly managing negative values. Now you can do oControl:nLeft -= nValue and the control is properly displayed, no matter if the ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3314

Return to advanced search