Search found 73 matches: testfold

Return to advanced search

TGraph on a folder tab from resource file

Hello Everyone, I'm trying to create a TGraph control on a Folder (tab) that's defined in a resource file. Using the TestFold.prg sample program as a starting point, I modified the Sub2 tab in TestFold.rc to be: sub2 DIALOG 18, 18, 142, 67 STYLE WS_CHILD | 4 { CONTROL "", 120, "TGraph", ...
by PatrickWeisser
Sun Oct 05, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph on a folder tab from resource file
Replies: 4
Views: 1058

Marcelo,

Yes, please review fwh/samples/TestFold.prg
by Antonio Linares
Tue Sep 30, 2008 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Antonio Folder x Bitmaps
Replies: 1
Views: 423

Revisa los ejemplos:

samples\TestFld.prg TestFld2.prg TestFld3.prg TestFldB.prg TestFold.prg
by Antonio Linares
Thu Sep 04, 2008 5:17 pm
 
Forum: FiveWin para Pocket PC
Topic: FOLDER - Tipo Pageframe
Replies: 3
Views: 925

En fwh\samples\TestFold.prg tienes un ejemplo de cómo mostrar un bitmap con el fondo transparente.
by Antonio Linares
Tue Apr 15, 2008 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema Bitmap Transparente FWH 2.7
Replies: 7
Views: 2165

standard FWH supports bitmaps on folders already

fwh\samples\TestFold.prg
by Antonio Linares
Thu Jan 17, 2008 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs from resource
Replies: 16
Views: 3924

Mi primera compilación con fwh 7.12

Hola Amigos: Aquí tratando de poner a punto el motor. buildx testfold (fwh\Samples) Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland TESTFOLD.c: Error E2209 c:\xharbour\include\hbvmpub.h 65: Unable to open include file 'assert.h' Error E2209 ...
by mmercado
Fri Dec 21, 2007 11:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi primera compilación con fwh 7.12
Replies: 3
Views: 1117

Pete, > It does the same on testfold as well - i had to change FOLDER32 to "SysTabControl32" to get the folder to work - is this the cause of the problem? Should i be using something else? > FOLDER32 is a define that gets automatically ...
by Antonio Linares
Wed Dec 19, 2007 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Question
Replies: 6
Views: 1256

It does the same on testfold as well - i had to change FOLDER32 to "SysTabControl32" to get the folder to work - is this the cause of the problem? Should i be using something else?

Pete
by PeterHarmes
Wed Dec 19, 2007 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Question
Replies: 6
Views: 1256

Pete,

Please test fwh\samples\TestFold.prg, thanks. Here it looks ok.
by Antonio Linares
Wed Dec 19, 2007 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Question
Replies: 6
Views: 1256

... en la clase TXBrowse, devuelve la columna seleccionada actual. * Nuevo: La clase TFolder soporta "bitmaps". Por favor, revisa el ejemplo samples\TestFold.prg. * Corrección: Pequeña corrección en la clase TDTPicker cuando se usa fechas vacias. Ahora está bien. * Mejora: Pequeño cambios en la clase ...
by Antonio Linares
Tue Oct 09, 2007 5:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2007 (7.10)
Replies: 1
Views: 2460

New FTDN October/Octubre 2007 (7.10)

... is used. * New: Class TXBrowse Method nAt(), returns the current selected column. * New: Class TFolder bitmaps support. Please review samples\TestFold.prg * Fix: Minor fix on Class TDTPicker when using an empty date. Now it is ok. * Enhancement: Class TXBrowse minor changes in method SetArray(). ...
by Antonio Linares
Mon Oct 08, 2007 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2007 (7.10)
Replies: 1
Views: 2460

Stefan, Your code is fine. Try samples\TestFold.prg adding this line: ACTIVATE DIALOG oDlg CENTERED ; VALID MsgYesNo( "Want to end ?" ) ; ON INIT SetImages( oDlg, oFld ) http://img223.imageshack.us/img223/2622/foldersw1.png ...
by Antonio Linares
Wed Sep 19, 2007 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder header with bitmaps
Replies: 4
Views: 951

Folder header with bitmaps

Dear friends, the sample Testfold.prg is not working, if I try to put bitmaps in the headers of the folder. The bitmaps are not shown. //Testfold.prg DEFINE DIALOG oDlg RESOURCE "Test" REDEFINE FOLDER oFld ID 110 OF oDlg ...
by StefanHaupt
Tue Sep 18, 2007 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder header with bitmaps
Replies: 4
Views: 951

Error using \samples\testfold.prg

I am using Microsoft VC, so I downloaded harbourm.exe. This appears to be the same version as my original install. Anyway, I installed it again, and the same error persists.

Regards
Alex
by alexstrickland
Thu Aug 30, 2007 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using \samples\testfold.prg
Replies: 10
Views: 2099

Error using \samples\testfold.prg

Hi I receive this error when testing testfold.prg (clicking the combobox): Application =========== Path and name: C:\Alex\QB\bait\fwtest\testfold.exe (32 bits) Size: 1,163,264 bytes Time from start: 0 hours 0 mins 6 secs Error occurred at: ...
by alexstrickland
Thu Aug 30, 2007 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using \samples\testfold.prg
Replies: 10
Views: 2099
PreviousNext

Return to advanced search