Search found 57 matches: resize16

Return to advanced search

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

Do you use this ? Maybe you wrote ON MOVE by mistake:

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.)

or

ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON INIT ArcLeg:Move(aRect[1],aRect[4],,,.T.)
by Antonio Linares
Thu Nov 16, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 246

Re: Consulta sobre la función PopupBrowse

... la versión 1709 de FiveWin xHabour. Intente su código de esta forma al activar el dialogo que contiene un xBrowse: ACTIVATE DIALOG oDlgED CENTER RESIZE16 ON INIT ( oDlgED:SetIcon(oApp:cIcono), ; oBrw:aCols[25]:oBtnElip:cToolTip:="Alineación de ambos equipos", ; oBrw:aCols[26]:oBtnElip:cToolTip:="Datos ...
by nanoespinoza
Mon Mar 08, 2021 7:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre la función PopupBrowse
Replies: 3
Views: 507

Re: COMBOBOX HEIGHTGET is not working? *Solved*

Dear Master Rao,

I found the problem of HEIGHTGET that does not work. It is RESIZE16 clause effect. It will be work, if no RESIZE16.

Thank you so much.
Dutch
by dutch
Thu May 21, 2020 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1566

Re: Windows10 64bits display dialog problem

... the previous size (same as Windows7 32bits). Today, I try to setup Windows10 64bits again. The problem is the same but I found something. 1. RESIZE16 is effect with DIALOG size. 2. Strange Dialog is effected only from RESOURCE. The coding dialog is not effect. BUT I try to run the problem ...
by dutch
Sat May 20, 2017 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows10 64bits display dialog problem *Fixed*
Replies: 9
Views: 1585

Re: fwh 14.2 print preview issue with win xp

... @ 2,0 BUTTON bOk2 PROMPT "&Sair" SIZE 49,17 ACTION oDlg:End() oWndC:Center() // ACTIVATE DIALOG oDlg NOWAIT RESIZE16 VALID iif(!GetKeyState( 27 ), oWndC:End(), .F.) ACTIVATE WINDOW oWndC VALID MsgYesNo( "Want to close it ?" ) return nil
by Antonio Linares
Sat Apr 19, 2014 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4986

Re: fwh 14.2 print preview issue with win xp

... @ 2,0 BUTTON bOk2 PROMPT "&Sair" SIZE 49,17 ACTION oDlg:End() oWndC:Center() ACTIVATE DIALOG oDlg NOWAIT RESIZE16 VALID iif(!GetKeyState( 27 ), oWndC:End(), .F.) ACTIVATE WINDOW oWndC VALID MsgYesNo( "Want to close it ?" ) return nil //----------------------------------------------------------------------------// ...
by davor0501
Fri Apr 18, 2014 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4986

Re: Increase size of windows and dialogs

... each one individually... and when you have folders, it compounds the number of controls you have to calculate. I searched the samples folder for 'resize16' and found TestFldm.prg. I compiled the program and ran it but could not make any sense of the 'resize16' clause. Rick Lipkin ACTIVATE WINDOW ...
by Rick Lipkin
Thu Dec 05, 2013 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase size of windows and dialogs
Replies: 4
Views: 946

Re: Increase size of windows and dialogs

Oscar,

Isn't RESIZE16 fine ?
by Antonio Linares
Thu Dec 05, 2013 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase size of windows and dialogs
Replies: 4
Views: 946

Re: Increase size of windows and dialogs

This function does not work for me.

The ideal would be something like the RESIZE16 that increases everything on the screen size, buttons, fonts, etc.
by ORibeiro
Wed Dec 04, 2013 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase size of windows and dialogs
Replies: 4
Views: 946

Re: TDialog problem

...            oVoteDlg:SetFocus();            ) RESIZE16     As you can see, MDI is not involved here. Is there anything in the ON INIT here that jumps out at you as a problem? On my ...
by Roger Seiler
Sun Oct 20, 2013 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2398

TDialog problem

... version of FWH. The problem is that a "ghost" image of a dialog is briefly displayed - for maybe half a second - without the effect of RESIZE16 and without containing any data, and then the correct dialog is displayed with the effect of RESIZE16 and also containing the data. Looking ...
by Roger Seiler
Sat Oct 19, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2398

Dialogos dentro de un Folder (Resize16)

... tiempo dándole vueltas a este tema y no consigo encontrar la solucion. Estoy utilizando cuadros de diálogos en DLL por lo que utilizo la claúsula RESIZE16 pero me encuentro con el siguiente problema: cuando utilizo diálogos en un folder dentro de una mdichild (no en otro diálogo) no consigo que ...
by cnavarro
Tue Dec 04, 2012 9:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de un Folder (Resize16)
Replies: 0
Views: 372

Error with RESIZE16

We found an error on RESIZE16 clausole of dialog,


With RESIZE16
Image



Without RESIZE16

Image

is it normal ?
by Eoeo
Mon Jun 04, 2012 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with RESIZE16
Replies: 0
Views: 187

Re: Need help with Dialogs

... ] ; [ ON INIT <uInit> ] ; [ ON MOVE <uMoved> ] ; [ ON PAINT <uPaint> ] ; [ ON RIGHT CLICK <uRClicked> ] ; [ <Resize16: RESIZE16> ] ; regards Marcelo
by Marcelo Via Giglio
Thu May 26, 2011 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help with Dialogs
Replies: 9
Views: 1641

Re: Pasar recursos con WS a PellesC

Carlos y amigos:

Probe cambiando el FONT pero no hubo un cambio sustancial, sin embargo con RESIZE16 quedan al mismo tamaño que en 16bits.

Muchas gracias y saludos al foro
by Armando
Thu Feb 11, 2010 11:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar recursos con WS a PellesC
Replies: 3
Views: 500
Next

Return to advanced search

cron