Search found 24 matches: autoresize

Return to advanced search

Printing image with fixed width en height

... or landscape. So I want to stretch them. Is this possible? Also I noticed that some methods of the IMAGE don't work. In the source I see a AutoResize, but if I use it, this gives an error. @ oPrn:RowPos(nRow), nCol + (nWidth*(nHor-1)) IMAGE oImg OF oPrn FILENAME ...
by plantenkennis
Sun Nov 17, 2019 4:22 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Printing image with fixed width en height
Replies: 2
Views: 698

autoresize

can you resize all windows based on screen resolution?
For example if I'm working with a 10 'tablet or with a 17' computer the program has to do an autoresize I mean not only the windows but also the controls
by Silvio.Falconi
Mon Dec 10, 2018 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoresize
Replies: 0
Views: 514

Re: printing several pages

... PAGINED ; [ SIZE <nWidth>, <nHeight> ] ; [ <raised: RAISED> ] ; [ <cPostext: TEXTLEFT, TEXTRIGHT, TEXTCENTER> ] ; [ AUTORESIZE <nAutoResize> ] ; [ TOOLTIP <cToolTip> ] ; [ <lutf8: UTF8 > ] ; [ PIXEL ] ; => ; <nRow>:= oPrn:RowPos( <nRow> ...
by mastintin
Thu Oct 11, 2018 2:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7066

Re: Resizeable screen formats

Tim, Try searching the forum for "resize." There is an autoresize() function here that may be what you need. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16201&p=83889&hilit=autoresize#p83889 Note that there are at least two ...
by James Bott
Mon May 23, 2016 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5316

Re: How to do chat and file transfer software using fivewin ?

... REDEFINE SBUTTON ID 105 OF odlg PROMPT "退出" xp ACTION odlg:end() ACTIVATE DIALOG odlg CENTER on INIT odlg:autoresize() otimer:ACTIVATE() endif odb1:end() return FUNCTION NewMsg(receiver) local odlg,content:=SPACE(200) DEFAULT receiver:=SPACE(8) DEFINE DIALOG ...
by ShumingWang
Sat Aug 23, 2014 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to do chat and file transfer software using fivewin ?
Replies: 4
Views: 1275

Re: Un DBU con FiveMac

... cambios y llamadas a funciones que no tengas , así que no te desesperes por ello . He conseguido echarlo a andar, quitando algunas claúsulas AUTORESIZE, algunas funciones de los tags, y sobre todo el uso de funciones de strings, además de sustituir el comando SIZE del define de Window por ...
by cnavarro
Sun Jun 22, 2014 7:52 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Un DBU con FiveMac
Replies: 38
Views: 13063

Re: Resource Dialogs change with PC's

dialog.prg + METHOD Autoresize(ntop,nleft,res) METHOD Autoresize(ntop,nleft,res) local i,rsl0,rsl1,oCtrol,aRect DEFAULT ntop:=0 DEFAULT nleft:=0 if res==nil; res:=800; end rsl0:=getsysmetrics(0)/res //width,col if rsl0==1; return ; ...
by ShumingWang
Wed Apr 30, 2014 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Dialogs change with PC's
Replies: 6
Views: 1467

Re: Drawing on a TImage and save [Solved]

Cristobal,

cnavarro wrote:Thanks for your interest
AUTORESIZE clause?
Well, it may be, I want to load an image of 150x100, for example, and the control that contains it also has the size 150x100, nothing more.


And please, why can't you use SetSize()? I still don't understand, I'm very sorry... :-(

EMG
by Enrico Maria Giordano
Wed Apr 02, 2014 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11697

Re: Drawing on a TImage and save [Solved]

Thanks for your interest AUTORESIZE clause? Well, it may be, I want to load an image of 150x100, for example, and the control that contains it also has the size 150x100, nothing more. Gracias por tu interes Claúsula AUTORESIZE? Bien, ...
by cnavarro
Wed Apr 02, 2014 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11697

Re: Drawing on a TImage and save [Solved]

Cristobal,

cnavarro wrote:but the control should be drawn with the same size as the image you want to upload.


So do you want an AUTORESIZE clause for TImage (or sort of)? If yes, you have to ask to Antonio, sorry.

EMG
by Enrico Maria Giordano
Wed Apr 02, 2014 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11697

Re: FUNCTION DISPLAY 3.0 DISPONIBLE !!

... el valor equivalente de la resolución en la que se diseñó la ventana/diálogo/control; además la clase TWindow debería tener un METHOD "AUTORESIZE" en el cual se llamària la función Display() (mientras no se traspase su código al propio METHOD), y finalmente se deberían modificar ...
by FiveWiDi
Wed Jul 14, 2010 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCTION DISPLAY 3.0 DISPONIBLE !!
Replies: 36
Views: 9727

Re: BtnGet & FWH 9.06

Dear Hua,

I'm sorry, I never use AutoResize().

Dutch
by dutch
Wed Jul 29, 2009 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnGet & FWH 9.06
Replies: 3
Views: 780

Re: BtnGet & FWH 9.06

... field with focus and F2 will invoke :bAction with no additional coding on my part. However the showstopper for me is I use a version of Shuming's AutoResize() to resize my controls depending on screen resolution and with GET..ACTION it simply doesn't work. You could see this in the image above. ...
by hua
Wed Jul 29, 2009 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnGet & FWH 9.06
Replies: 3
Views: 780

Shuming's AutoResize() and GET...ACTION

Anyone has an updated version of Shuming's AutoResize() that has been modified to properly size and move button in GET...ACTION?

If no one has done it, anyone has any idea on how what to modify to accomplish this?

TIA
by hua
Wed Jul 22, 2009 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shuming's AutoResize() and GET...ACTION
Replies: 0
Views: 276

tsbutton+xbrowse done a google like app help

... ; If( oBtn:lMouseOver, CLR_HBLUE, ; If( oBtn:lPressed, CLR_HRED, CLR_BLUE ) ) ) }; ACTION odlg:end() ACTIVATE DIALOG odlg // on INIT (odlg:autoresize()) odb1:end() RELEASE FONT ofont1 RELEASE FONT ofont2 RELEASE FONT ofont3 return static function DrawText( oCol, hDC, cText, aCoord, ofont1, ...
by ShumingWang
Thu Jul 24, 2008 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tsbutton+xbrowse done a google like app help
Replies: 1
Views: 871
Next

Return to advanced search