Search found 29 matches: scaled

Return to advanced search

Re: Resize dialog

Otto wrote:Hello Mauri,
I tried your code and made following changes.




Otto,

it might be fine, but there is font change that gets big right away it's not scaled to window sizing
by Silvio.Falconi
Wed Oct 14, 2020 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1692

Possible to add < roundrect > to FW_CreateBitmap ?

... in subsequent elements are with // with reference to these dimensions. // At the time of final rendering the measurements // are proportionately scaled to the destination // dimentions. nRow1, nCol1, ... nRowN, nColN, [lSpec] } nRow1, nCol1, etc indicate diffeent points used for the drawing. ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

Re: Artificial intelligence - Class TPerceptron

Scaled value: ( Input Value - Minimum ) / ( Maximum - Minimum )

Descaled value (Input Value): ( Scaled value * ( Maximum - Minimum ) ) + Minimum
by Antonio Linares
Sun Jul 23, 2017 9:11 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7891

Re: New FTDN January/Enero 2016 (FWH 16.01)

... in subsequent elements are with // with reference to these dimensions. // At the time of final rendering the measurements // are proportionately scaled to the destination // dimentions. nRow1, nCol1, ... nRowN, nColN, [lSpec] } nRow1, nCol1, etc indicate diffeent points used for the drawing. ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157

New FTDN January/Enero 2016 (FWH 16.01)

... in subsequent elements are with // with reference to these dimensions. // At the time of final rendering the measurements // are proportionately scaled to the destination // dimentions. nRow1, nCol1, ... nRowN, nColN, [lSpec] } nRow1, nCol1, etc indicate diffeent points used for the drawing. ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157

Re: 2012 server

... and the IT landscape of your client. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30888 As far as Ms Access .. .mdb is basically a scaled down ( single portable file ) version of Ms Sql Server. .Mdb is primarily connected via 32 bit Ms Jet 4.0 and that has no problem running in ...
by Rick Lipkin
Fri Jun 12, 2015 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2012 server
Replies: 24
Views: 5977

Large font scale

Is there a way to know what is the scale used for large fonts (windows 8)

A user can chose to use largefonts scaled at 125% for example , i need to know the percentage value 125 in this case

Does anyone know how we can retreive this value ?

Thanks for help

Richard
by Richard Chidiak
Mon Mar 16, 2015 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Large font scale
Replies: 2
Views: 482

Re: Equivalente de arreglos TXBrose

Otra opción: Agregar un BUTTON al campo Cuentas En el siguiente browse un button en el campo Banco http://imageshack.com/scaled/medium/401/fd14.jpg   WITH OBJECT oBrw:aCols[1]      :cHeader   := "Cuenta"      :nWidth    := 50      :nEditType := EDIT_BUTTON  ...
by ACC69
Mon Mar 17, 2014 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalente de arreglos TXBrose
Replies: 8
Views: 1200

Re: Equivalente de arreglos TXBrose

Otra opción: Agregar un BUTTON al campo Cuentas En el siguiente browse un button en el campo Banco http://imageshack.com/scaled/medium/401/fd14.jpg   WITH OBJECT oBrw:aCols[1]      :cHeader   := "Cuenta"      :nWidth    := 50      :nEditType := EDIT_BUTTON  ...
by MarioG
Mon Mar 17, 2014 2:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalente de arreglos TXBrose
Replies: 8
Views: 1200

Re: Resizing Controls

James Here is your test .. scaled down .. note the calculation for the folder, dialog, xbrowse and close button. Notice when you pull the lower right corner, the folder, dialog and xbrowse expand properly, but the button loses its caption ...
by Rick Lipkin
Sat Dec 21, 2013 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing Controls
Replies: 10
Views: 3009

xBrowse - Tooltip

Gente: Tengo el siguiente browse http://imageshack.com/scaled/medium/401/fd14.jpg El acceso, mediante boton de la columna Banco, abre otro Browse para selección. Devuelve un array con código y descripción, el código se visualiza la lado del ...
by MarioG
Wed Dec 18, 2013 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Tooltip
Replies: 11
Views: 1657

xBrowse - Footer (SOLUCIONADO)

Estimados;
Tengo el siguiente footer:
Image

El problema es el siguiente: La columna Monto (en rojo) tiene valores positivos en la BD.
Lo que necesito es mostrarla en negativo y usando el picture "@( 99,999.99"
Alguna pista?

gracias
by MarioG
Tue Dec 03, 2013 3:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Footer (SOLUCIONADO)
Replies: 18
Views: 2346

Re: Open windows folder

... changed 4. I tried to open the folder using my below given prg code and then it displayed in Medium Icon view mode. http://imageshack.us/scaled/medium/39/1rl7.jpg 5. After quitting my program I opened the folder manually to check whether the folder view settings has changed or not. ...
by anserkk
Wed Nov 20, 2013 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open windows folder
Replies: 11
Views: 1987

O.T. - Consulta TDolphin/MariaDB (SOLUCIONADO ;-)

... web que ofrece conexion a un Servidor MySQL 5.1 Al ejecutar mi aplicación recibo el siguiente mensaje de error: http://imageshack.com/scaled/medium/266/ztzf.jpg Puede ser que haya conflicto de versiones?, o cual es el error? gracias
by MarioG
Thu Oct 17, 2013 2:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - Consulta TDolphin/MariaDB (SOLUCIONADO ;-)
Replies: 7
Views: 1126

Sobre RibbonBar

Estimados; Si utilizo la declaracion de Ribbon sin estilo (asi se define?), el QUICKBUTTON se ve asi http://imageshack.com/scaled/800x600/194/rl2f.jpg Si pongo estilo 2010, se ve así http://imageshack.com/scaled/800x600/707/tc9f.jpg Es solucionable? (todo lo es :) ...
by MarioG
Fri Sep 20, 2013 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre RibbonBar
Replies: 10
Views: 1032
Next

Return to advanced search