Search found 21 matches: autosize

Return to advanced search

Re: HBFORMAT.EXE de xHarbour/Harbour.

hi, have try hbFormat and got Error Message g:\CLICK\FORUM>hbformat.exe *.prg Reformatting .\AUTOSIZE.PRG (261 lines) <....................................> Reformatting .\COLOR.PRG (329 lines) <........Error 3 on line 68: END BUTTON Reformatting .\DLALLCOD.PRG ...
by Jimmy
Thu Sep 15, 2022 2:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1032

Re: Menu doesn't work CE 6.0

// The format for menu RCDATA resource is: // //resourceId SHMENUBAR DISCARDABLE //BEGIN // referencedMenuId, // buttonCount, // // /* button 0 */ // I_IMAGENONE /* iconId? */, commandId /* like IDC_something, received through WM_COMMAND */, // buttonState /* TBSTATE_ENABLED */, buttonStyle /* TBSTY...
by Antonio Linares
Wed Sep 12, 2018 11:46 am
 
Forum: FiveWin for Pocket PC
Topic: Menu doesn't work CE 6.0
Replies: 22
Views: 13270

Re: GetRect() difference

Antonio, I'm using it to autosize a dialog, and move it into the middle of the main window (oMenuWnd). ..........ACTIVATE DIALOG oDlg CENTERED valid mbrowseexit() on init msize(oDlg,svGetlist,vWBreedte).....RETURNFUNCTION ...
by Marc Vanzegbroeck
Wed Jul 13, 2016 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetRect() difference
Replies: 7
Views: 1173

Re: BtnBmp : Text Alignments

When we allow the columns to autosize, I found sometimes they would be tight on the headers and the first and/or last letters would not display cleanly.

So I added a space before and after each header, and it all worked perfectly.

Tim
by TimStone
Mon May 16, 2016 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp : Text Alignments
Replies: 3
Views: 743

Re: Filas de altura variable en browse

Mira este post (Solo se puede definir una altura, que puede variar de una Browse a otro)
http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23160&p=124292&hilit=AUtosize+row#p124292

Autoajustable seria execelente, pero aun no se ha hecho :!:
by Blessed
Thu Nov 28, 2013 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filas de altura variable en browse
Replies: 2
Views: 438

Re: Excel AddCommend [Solved]

This is the solution:

oAs:Range( "A1" ):Comment:Shape:Textframe:Autosize := .T.

:idea:
by MarcoBoschi
Tue Feb 07, 2012 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel AddCommend
Replies: 3
Views: 704

Re: tamaño renglones xbrowse

... this thread with much interest .. I posted a thread similar to this question in the English Forum and Rao helped in creating a function to AutoSize a row based on the character depth of the Memo column .. unfortunately, the depth of the column once set .. would not resize based on the actual ...
by Rick Lipkin
Sat Dec 24, 2011 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño renglones xbrowse
Replies: 12
Views: 3978

Ayuda Inicial

Buenas Amigos espero q hayan recibido un excelente año nuevo, bueno tengo la siguiente duda: Tengo una Pantalla que debe aparacer al arrancar el sistema este es el PRG // Programa Principal #include "FWCE.ch" //----------------------------------------------------------------------------// ...
by Julio Perez
Thu Jan 14, 2010 6:02 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda Inicial
Replies: 5
Views: 1531

Ayuda Inicial

Buenas Amigo Antonio espero hayas recibido un excelente año nuevo, bueno tengo la siguiente duda: Tengo una Pantalla que debe aparacer al arrancar el sistema este es el PRG // Programa Principal #include "FWCE.ch" //--------------------------------------------------------------------------...
by Julio Perez
Thu Jan 14, 2010 5:59 pm
 
Forum: FiveWin para Pocket PC
Topic: Bienvenida al Foro
Replies: 3
Views: 1128

Sto uscendo pazzooooooo Aiutooooooo urgenteeeee

ho una situazione del genere non riesco a inserire e visualizzare il testo dei vari oggetti get var nella situazione sottostante inizializzo questi valori oVar[1 ] :='Codice' oVar[2 ] :='descrizione' oVar[3 ] :='exqta' oVar[4 ] :='Qta' oVar[5 ] :='Esist.' oVar[6 ] :='Prz.' oVar[7 ] :='Cst.' oVar[8 ]...
by xfood
Thu Jul 10, 2008 10:45 am
 
Forum: All products support
Topic: Sto uscendo pazzooooooo Aiutooooooo urgenteeeee
Replies: 1
Views: 693

Ok Antonio, I understand. I use another rc file (the same of your testmenu.prg sample) without child menuitems. This is the rc file: #ifdef _CE #include "c:\vce\include\arm\windows.h" #include "c:\vce\include\arm\commctrl.h" #endif #define I_IMAGENONE (-2) #define IDS_HELP 104 #ifdef _CE 102 RCDATA ...
by Roberto Parisi
Mon Jan 28, 2008 8:44 am
 
Forum: FiveWin for Pocket PC
Topic: Disabling/removing menu
Replies: 19
Views: 3409

... .F.,,,,,, .F. ) 2. search for Me.Controls.Add -> fill an array 3. EVAL the ARRAY and convert the controls example: Me.Label1 Me.Label1.AutoSize = True //not supported here we need a function Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, ...
by Otto
Thu Jan 10, 2008 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESOURCE EDITOR why not useing VB.NETs?
Replies: 5
Views: 1150

RESOURCE EDITOR why not useing VB.NETs?

... System.Drawing.Size(49, 25) Me.Command1.TabIndex = 1 Me.Command1.Text = "Zurück" Me.Command1.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ...
by Otto
Thu Jan 10, 2008 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESOURCE EDITOR why not useing VB.NETs?
Replies: 5
Views: 1150

Re: AutoSize oSay

If you omit the SIZE clause then the SAY object is autosize.

EMG
by Enrico Maria Giordano
Wed Dec 12, 2007 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AutoSize oSay
Replies: 3
Views: 697

AutoSize oSay

Is there an autosize property in the say object?
Thanks in advance
Otto
by Otto
Wed Dec 12, 2007 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AutoSize oSay
Replies: 3
Views: 697
Next

Return to advanced search