Search found 44 matches: dinamically

Return to advanced search

Re: How to show changed Propertys of a Font at Runtime ?

Uwe, As far as I know there is no way to dinamically change the properties of a FONT as it uses a handle (HFONT) to the created one, which it is a Windows own GDI object. You may have to destroy the previous handle of the font, using DeleteObject() ...
by Antonio Linares
Sat Oct 17, 2009 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show changed Propertys of a Font at Runtime ?
Replies: 2
Views: 614

New FTDN August/Agosto 2009 (9.08)

... New DATA ::aClrTabTxt, used to set text color on text tabs, data type numeric or codeblock. Replaced DATA nSeparation with method setget, we can dinamically change tab separation now. * Fix: Class TRBtn tooltip support. Toobar buttons now support tooltips. * Fix: Class TTitle text color support. ...
by Antonio Linares
Tue Aug 25, 2009 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2009 (9.08)
Replies: 1
Views: 1704

xbrowse : ocol:bEditWhen

... allowed) ENTER is pressed or Double clicked with the mouse IT IS NOT WORKING WHEN THE CELL BUTTON IS CLICKED !!!! FWH8.10 I can solve this , by dinamically setting nEditType to 0 or EDIT_BUTTON , but this gives problems with the layout from the cell , the text can be over written with the button ...
by demont frank
Wed Feb 04, 2009 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : ocol:bEditWhen
Replies: 1
Views: 381

... is setting those styles. In the Class TActiveX we only use these styles: ::nStyle = nOR( WS_CHILD, WS_VISIBLE ) You could try to modify them dinamically calling to: SetWindowLong( oActiveX:hWnd, GWL_STYLE, nXor( GetWindowLong( oActiveX:hWnd, GWL_STYLE ), nOr( WS_BORDER, WS_VSCROLL ...
by Antonio Linares
Thu Sep 11, 2008 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX NO BORDER
Replies: 25
Views: 4647

New FTDN August / Agosto 2008 (8.08)

... example showing how to manage a non modal dialogbox from a Tree. Please review samples\TestTre4.prg * New: An interesting example showing how to dinamically change the alias of a xbrowse in runtime. Please review samples\XBrwAlias.prg. * New: An interesting example showing how to use a folder ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4729

// Dinamically building a folder ontop of a Dinamic DialogBox #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oWnd, oFld DEFINE window oWnd ...
by karinha
Wed Jan 02, 2008 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folder Transparente com TWindow - Antonio
Replies: 6
Views: 1682

... end ::Skip( ::nRowPos - n ) #else // WBrwPane() returns the nº of visible rows // WBrwPane recieves at aColSizes the Array or a Block // to get dinamically the Sizes !!! ::Skip( ::nRowPos - wBrwPane( ::hWnd, ::hDC, Self, ::bLine,; ::aColSizes, ::nColPos, ::nClrText, ::nClrPane,; If( ::oFont ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4226

... You open the bitmap with the Borland resources workshop, edit it as text, and then copy the bytes to a C array. From that C array, the bitmap is dinamically created in memory. > I did not know we could stretch them to fit Thats what StretchBlt() is for. > Can you show us how to stretch ...
by Antonio Linares
Thu Nov 29, 2007 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient
Replies: 13
Views: 3323

... as it "contains" a TWindow object (oWnd) A possible solution though not very "technical" is to change the Method MouseWheel() of Class TWindow dinamically using __clsModMsg() but it has the side effect problem that all TWindows objects will change their behaviors too, which it is not desirable ...
by Antonio Linares
Tue Apr 17, 2007 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VScroll with mouse wheel
Replies: 5
Views: 1334

// Dinamically building a folder ontop of a Dinamic DialogBox #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() LOCAL oDlg, oFld DEFINE DIALOG oDlg TITLE ...
by karinha
Tue Feb 13, 2007 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, tFolder():Initiate não executa
Replies: 4
Views: 1178

Antonio Linares wrote:Enrico,

If you call CreateSolidBrush() always, then you can dinamically change the color of the control on the run.


Yes. But at the moment I don't need of this feature.

EMG
by Enrico Maria Giordano
Sat Jul 15, 2006 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DropDown combobox color
Replies: 12
Views: 2305

Enrico,

If you call CreateSolidBrush() always, then you can dinamically change the color of the control on the run.
by Antonio Linares
Sat Jul 15, 2006 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DropDown combobox color
Replies: 12
Views: 2305

FTDN new June 2006 build / nuevo build de Junio 2006

... ) and IsMultipleSel(). * Fix: Class TGet Method Paint(), fixed text misalignment. * New: Class TToolBar Method DelButton( nButton ) allows to dinamically delete buttons from a toolbar. * New: IMPORTANT: Due to recent changes in Harbour and xHarbour, GTGUI.LIB must be linked instead of GTWIN.LIB. ...
by Antonio Linares
Thu Jun 29, 2006 8:53 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new June 2006 build / nuevo build de Junio 2006
Replies: 2
Views: 2989

Ehab,

samples\TestLbx.prg shows how to dinamically add new items to a listbox.

samples\combos.prg shows how to use combos ON CHANGE event.

Combine both concepts and you can do what you are looking for.
by Antonio Linares
Wed Jun 21, 2006 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox inside a list box
Replies: 1
Views: 585
Previous

Return to advanced search