Search found 418 matches: tpanel

Return to advanced search

Construcción Julio 2006 ================== * Nuevo: En FWPPC, clase TPanel. Por favor, revisa samples\TestPane.prg. * Mejora: En "calldll.c" las variables son declaradas como static. Esto puede resolver algunos problemas aleatorios cuando se accede a DLLs. ...
by Antonio Linares
Tue Jul 18, 2006 8:36 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new July 2006 build / nuevo build de Julio 2006
Replies: 1
Views: 2529

FTDN new July 2006 build / nuevo build de Julio 2006

July 2006 build =========== * New: FWPPC, Class TPanel. Please review samples\TestPane.prg. * Enhancement: calldll.c variables are declared as static. This may solve some random problems when accessing DLLs. Thanks to Ron Christie! * New: FWPPC, ...
by Antonio Linares
Mon Jul 17, 2006 7:25 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new July 2006 build / nuevo build de Julio 2006
Replies: 1
Views: 2529

Antonio TPanel y Scrolls sobre Ventanas y Dialogs

Antonio Tienes previsto implementar los panels y los scrolls sobre dialogos y ventanas?. Si es así te rogaría me indicaras +- para cuando se podría disponer de ello. Debo iniciar un nuevo proyecto y me gustaría conocer a fecha de hoy con que controles puedo contar. Por lo que veo está muy avanzado a...
by tsales
Mon Jun 05, 2006 2:22 pm
 
Forum: FiveWin para Pocket PC
Topic: Antonio TPanel y Scrolls sobre Ventanas y Dialogs
Replies: 1
Views: 719

TReBar

... oToolBar2 local oImageList DEFINE WINDOW oWnd TITLE "Testing rebars and toolbars" ; MENU BuildMenu() oReBar = TReBar():New( oWnd ) oPanel := TPanel():New( 0, 0, 75, 300, oReBar ) oImageList = TImageList():New() oImageList:AddMasked( TBitmap():Define( , "new2.bmp", oWnd ),; nRGB( 255, 0, 255 ...
by AntonioCrisostomo
Fri Jun 02, 2006 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReBar
Replies: 4
Views: 1327

TRebar, TPanel en dialogos

Hola,

Es posible?

Y si tuvieran un ejemplillo les estaría agredecido infinitamente.

Gracias de antemano
by wmormar
Sat May 27, 2006 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRebar, TPanel en dialogos
Replies: 6
Views: 1428

... search into those subarrays and fire a related action. 2. Another way is to place a transparent control on top of the bitmap (i.e. a TBtnBmp or a TPanel) with brush NULL, so when it is clicked, its action its fired or its bLClicked codeblock.
by Antonio Linares
Wed Mar 01, 2006 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2606

... habia llegado aun a este caso, por lo q el tema del scroll no se me habia pasado. De todas maneras, creo q el mejor sistema sera montar la clase TPanel, para poder 'saltar' dentro del Dialog de una manera mas rapida y comoda para el usuario. Mañana estoy fuera, pero el lunes intentare montar ...
by Carles
Thu Feb 16, 2006 8:42 am
 
Forum: FiveWin para Pocket PC
Topic: Diálogos desde codigo
Replies: 8
Views: 2434

New class help

Hi, I created a new class based on tpanel, in which the paint event becomes: METHOD Paint() CLASS QButton DrawQBBackground(::hWnd, ::hDc) RETURN NIL DrawQBBackground comes from: #include <WinTen.h> ...
by AlexSchaft
Thu Feb 16, 2006 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing custom themed buttons
Replies: 13
Views: 3097

Otto,

What I was meaning is to create a new class, using TPanel as a sample, for a user defined control, where you paint, process input (keyboard, mouse), etc.

That class should have the style WS_TABSTOP so you can use the tab to set the focus to it and to go to other controls.
by Antonio Linares
Tue Dec 27, 2005 9:28 am
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8246

Hello Antonio, TPanel works. Where I have problems is with the up,down,left,right-keys. Do I have to change twindow? I don't know how to use: WS_TABSTOP style so I tried to do it with the VALID case. Is this a bad solution? You find ...
by Otto
Sun Dec 25, 2005 7:32 pm
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8246

Otto,

Yes, of course. You may use source\classes\TPanel.prg as a skeleton to build your own browse control, so your browse will just respond to input events when it has the focus.

You may need to add it the WS_TABSTOP style.
by Antonio Linares
Sun Dec 25, 2005 8:56 am
 
Forum: FiveWin for CA-Clipper
Topic: Focus oWnd
Replies: 23
Views: 8246

... clase TSplitter ha sido modificada para que funcione correctamente con el control StatusBars en Win32. * Mejora: Pequeñas correcciones en la clase TPanel, para mejorar el pintado. * Mejora: Implementado el soporte para fondos transparentes en la clase TIcon. * Corrección: La clase TGet (en 32 bits) ...
by Antonio Linares
Sat Dec 17, 2005 8:12 am
 
Forum: WhatsNew / Novedades
Topic: New December 2.7 build
Replies: 1
Views: 2699

New December 2.7 build

... properly evaluated. * Enhancement: Class TSplitter has been modified to properly work with Win32 StatusBars too. * Enhancement: Minor fix on Class TPanel, to improve painting. * Enhancement: Class TIcon support for transparent background implemented. * Fix: Class TGet (32 bits) painted with no ...
by Antonio Linares
Fri Dec 16, 2005 9:20 am
 
Forum: WhatsNew / Novedades
Topic: New December 2.7 build
Replies: 1
Views: 2699
Previous

Return to advanced search