Search found 19 matches: movewindow

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: 6333

Re: To Daniel : test of Tlayout

... .\source\classes\CONTROL.PRG => TLAYOUT:HANDLEEVENT( 1729 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3183 ) Called from: => MOVEWINDOW( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:MOVE( 2511 ) Called from: .\source\classes\CONTROL.PRG => TLAYOUT:MOVE( 775 ...
by Silvio.Falconi
Thu Nov 14, 2013 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Daniel : test of Tlayout
Replies: 7
Views: 2456

Re: "Snap" for Clipper

...  WINDOW.PRG      715 MOVED()                (function  in ?)    WINDOW.PRG      690 MOVETO()               (function  in ?)    WINDOW.PRG     2464 MOVEWINDOW()           (function  in ?)    WINDOW.PRG     3012 MSGSTOP()              (function  in ?)    WINDOW.PRG     3452 MSGYESNO()             ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6699

Re: MoveWindow()

Jeff, this little Tool shows moving WINDOWS and DIALOG. Added a Dialog adjusted to the Main-window and used as Buttonbar. Change Top / Left inside the toolbar and test in realtime. Download ( source included ) : http://www.pflegeplus.com/fw_downloads/dlgmove1.zip Windows Top / Left from screen and D...
by ukoenig
Thu Feb 21, 2013 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

Re: MoveWindow()

Thanks G.N. Rao.
That did exactly what I needed :D
by Jeff Barnes
Wed Feb 20, 2013 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

Re: MoveWindow()

Define DIALOG with OF WndMain() clause. If you want to center the dialog with respect to main window, then ACTIVATE DIALOG oDlg CENTERED IN PARENT ....... If you want to move to a specific row. col with reference to the main window, please try moving to WndMain():nTop + <row>, WndMain():nLeft ...
by nageswaragunupudi
Wed Feb 20, 2013 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

Re: MoveWindow()

... is the Dialog that creates a new Dialog (oDlg). It is oDlg that I want to place in a certain spot of oWnd. But if I use either oDlg:Move() or MoveWindow() it places oDlg based on the actual computer screen size not based on oWnd. Since all the users will have different screen resolutions I ...
by Jeff Barnes
Wed Feb 20, 2013 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

Re: MoveWindow()

Jeff, Your window is moved to top and left = 50 Sample : a dialog adjusted to a defined window : #include "FiveWin.ch" FUNCTION MAIN() DEFINE WINDOW oWnd FROM 0, 0 TO 600, 1024 TITLE "Window" PIXEL DEFINE DIALOG oDlg1 size 375, 320 OF oWnd TITLE "Dialog from Code" PIXEL...
by ukoenig
Tue Feb 19, 2013 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

MoveWindow()

Hi, When using MoveWindow() is there a way to tell it what "window" you want it to base its coordinates on? My computer screen resolution is set to 1280 x 800. My main window in my program is set to 1024 x 600 (then centered ...
by Jeff Barnes
Tue Feb 19, 2013 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012

Re: Project : Programming a Image-viewer with xBrowse

Is it possible to define a fixed Position ?

Can you find the window handle and then use MoveWindow() function?
by nageswaragunupudi
Thu Apr 14, 2011 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 7974

Re: Se necesita ayuda en el wiki !

... MessageBox() MeterPaint() MGetCreate() MGetLine() MGetReplace() MidiNoteOn() ModifyMenu() MoreHeap() MoveCalendar() MoveGet() MoveTo() MoveWindow() MsgAbout() MsgAlert() MsgCalc() MsgBeep() MsgDate() MsgGet() MsgInfo() MsgList() MsgLogo() MsgMeter() MsgNoYes() MsgPaint() MsgRetryCancel() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5503

Re: DUDAS CON FWH

... Para realizar esto en un entorno modal se me ocurre lo siguiente: -Crear ventana principal o main. -Grabar la posicion de la ventana en un DBF con MoveWindow(), (por si el usuario decide mover la posicion de la ventana). -Al crear una nueva ventana, actualizar la posicion de la principal y ocultar ...
by Celes
Sun Jan 31, 2010 12:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DUDAS CON FWH
Replies: 11
Views: 3457

Re: FTP Again

... SIZE 0,-9 DEFINE WINDOW oWnd ShFullScreen(oWnd:hwnd,SHFS_HIDESTARTICON ) ShFullScreen(oWnd:hwnd,SHFS_HIDETASKBAR ) ACTIVATE WINDOW oWnd ; ON INIT(MoveWindow(oWnd:hWnd,0,0,300,320),; Control()) dbCloseall() oFont:end() return nil //---------------------------------------------------------------------------// ...
by Colin Haig
Sun Jul 12, 2009 1:08 am
 
Forum: FiveWin for Pocket PC
Topic: FTP Again
Replies: 8
Views: 2121

AVI files

... COLOR_BTNFACE ),GetSysColor( COLOR_BTNFACE )) nFrames := val(right(cResource,2)) nFrameWidth := oBmp:nWidth()/nFrames oBmp:lTransparent = .t. MoveWindow(oBmp:hWnd,2,20,nFrameWidth,oBmp:nHeight()) DEFINE TIMER oTmr OF oDlg ; INTERVAL 70 ACTION ( If( oBmp:nY < -oBmp:nWidth() + nFrameWidth*2,oBmp:nY ...
by Antonio Linares
Wed Aug 27, 2008 7:33 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65313

... no gpf. It works for folder.prg but the button does not look so good any more. I actually also get a crash when I use oFolder:Move(...), I use MoveWindow() instead. I can send you may test app, it is 1 .prg but is quite large (~1000 lines). It may help in your testing? Regards Alex
by alexstrickland
Fri Sep 14, 2007 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamic FOLDER problem with GET on XP
Replies: 25
Views: 4646
Next

Return to advanced search