Search found 1158 matches: height

Return to advanced search

Jpg Height and Width?

Hi fw's,
is possible to know the dimensions (Height and Width) of an Jpg with Fwh?
by Ugo
Sat Jan 14, 2006 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Jpg Height and Width?
Replies: 10
Views: 3066

Enrico,

Yes, thats normal in FW, as we calculate each row based on the control height. With this little modification it shows ok:

Code: Select all  Expand view
    @ 5.7, 10 GET cVar2;
            SIZE 70, 20
by Antonio Linares
Wed Jan 11, 2006 7:33 pm
 
Forum: FiveWin for Pocket PC
Topic: Controls alignment bug
Replies: 9
Views: 2738

... ser modificada? ya que esta sintaxis es muy práctica y clara para emitir informes en excel desde el prg. DEFINE XLS FONT nFonTot NAME "Arial" HEIGHT 10 BOLD //letras detalle DEFINE XLS FORMAT nFormat PICTURE "#,##0" ..ETC XLS oFileXLS FILE "VENTAS.XLS" AUTOEXEC XLS COL 2 WIDTH 30 OF oFileXLS ...
by lafug
Wed Jan 11, 2006 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Vikthor: El ejemplo funcionó bien (TEXCELS) ..pero
Replies: 10
Views: 3830

Re: WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION

... based on the resolution of the windows. - Ramesh Babu P To have the same output with dialog as you have with window devide window width,height ,ntop,nleft by 2 (and all the objects inside it). regands A.S.K
by ask
Tue Dec 27, 2005 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION
Replies: 1
Views: 762

Great Antonio, Now I set -12 in my array after apply your conversion and the Value is 16 This value is passed to Choose font and correctly I see preset 12 !!! GOOD !! :) After choosefont the dimension is 16!!! :( Is necessary reconvert the value for obtain -12. Is possible to insert this features di...
by Ugo
Fri Dec 23, 2005 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChooseFont
Replies: 12
Views: 6036

Grazie Pier Luigi e Enrico, ma la condizione non dovrebbe essere già gestita? if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ( bOk || bInitLF ) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ( bOk || bInitLF ) ? lf.lfWidth: 0, -1, LF_WIDTH ); Mi sembra che || siano OR forse in questo caso ci va un'...
by Ugo
Thu Dec 22, 2005 4:05 pm
 
Forum: All products support
Topic: ChooseFont
Replies: 9
Views: 3002

... to change caption, backcolor and size of dialog later in my code, not in .RC file. I need a modal window with caption, backcolor and size(width,height). All this parameters are declared and known before I build the window. Is this possible in PPC? Regards, Darjo
by remecd
Thu Dec 22, 2005 6:57 am
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6346

Re: DIALOG

... (title) and background color of DIALOG ? 3. how can I change the background color of REDEFINE SAY 4. it is posible to redefine the size (width,height) of DIALOG after (before) it's activated ? Thank you! 1. Debugger : i don't know maybe Antonio can answer this one. 2 . Caption and color DEFINE ...
by Richard Chidiak
Mon Dec 19, 2005 12:35 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6346

DIALOG

... (title) and background color of DIALOG ? 3. how can I change the background color of REDEFINE SAY 4. it is posible to redefine the size (width,height) of DIALOG after (before) it's activated ? Thank you!
by remecd
Mon Dec 19, 2005 11:17 am
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6346

ChooseFont function (fixed)

In order to intercept the "Cancel" key is necessary to modify the ChooseFont function in the module font.c ... if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ( bOk || bInitLF ) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ( bOk || bInitLF ) ? lf.lfWidth: 0, -1, LF_WIDTH ); _storni( ( bOk || bInit...
by Pier Luigi
Wed Dec 14, 2005 3:22 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: ChooseFont function (fixed)
Replies: 0
Views: 1377

Per intercettare il tasto Annulla è necessario modificare la funzione ChooseFont contenuta nel modulo font.c ... if ( !bOk ) _reta(0); else { _reta( 14 ); _storni( ( bOk || bInitLF ) ? lf.lfHeight: 0, -1, LF_HEIGHT ); _storni( ( bOk || bInitLF ) ? lf.lfWidth: 0, -1, LF_WIDTH ); _storni( ( bOk || bIn...
by Pier Luigi
Wed Dec 14, 2005 3:06 pm
 
Forum: All products support
Topic: ChooseFont
Replies: 9
Views: 3002

ChooseFont

Hi Fw's. ChooseFont function can not set correctly the dimension of character passed in Array parameter and if I change the dimension is not the set value correctly. For Ex. I set in the array -12, ChooseFont 9, select 12 and return -16!!! Another problem is if I press "Cancel" button after any sett...
by Ugo
Wed Dec 14, 2005 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChooseFont
Replies: 12
Views: 6036

Prova ora: #define LF_HEIGHT 1 #define LF_WIDTH 2 #define LF_ESCAPEMENT 3 #define LF_ORIENTATION 4 #define LF_WEIGHT 5 #define LF_ITALIC 6 #define LF_UNDERLINE 7 #define LF_STRIKEOUT 8 #define LF_CHARSET 9 #define LF_OUTPRECISION 10 #define LF_CLIPPRECISION 11 #define LF_QUALITY 12 #define LF_PITCHA...
by Guest
Wed Dec 14, 2005 9:38 am
 
Forum: All products support
Topic: ChooseFont
Replies: 9
Views: 3002

ChooseFont

Ciao FW's devo rendere interattiva a scelta di font per la stampa, non riesco a verificare le fasi di annullamento da parte dell'utente, infatti se seleziona un qualsiasi font e poi annulla nell'array ritorna l'impostazione effettuata. Inoltre non mi sembra funzionare bene l'impostazione della dimen...
by Ugo
Tue Dec 13, 2005 4:48 pm
 
Forum: All products support
Topic: ChooseFont
Replies: 9
Views: 3002

Antonio: The old ones version (version 15 for example) has multiline too, you only have to use a line height big enough and use +CRLF+ in the field specification. aBrw:nLineHeight:= 29 From wbrowse.prg: //38) Las Lineas, Footers y Headers, soportan MULTILINE, que esta dado ...
by DanielPuente
Mon Dec 12, 2005 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webbrowser control
Replies: 4
Views: 1406
PreviousNext

Return to advanced search