Search found 24 matches: folder32

Return to advanced search

Re: ResEdit and folders

Marco

change FOLDER32 by "SysTabControl32"

CONTROL "",102,"SysTabControl32",WS_CHILD |WS_TABSTOP |WS_VISIBLE ,5,21,236,108
by Daniel Garcia-Gil
Sun Jul 04, 2010 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ResEdit and folders
Replies: 2
Views: 513

Re: Folder on gradient filled dialog

... "SysTabControl32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, 423, 299or #include "winapi.ch"CONTROL "", 6100, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, 423, 299  Notice that "winapi.ch" is included in the second example. Because "FOLDER32" ...
by RAMESHBABU
Thu Jul 09, 2009 1:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder on gradient filled dialog
Replies: 33
Views: 8455

Re: Folder on gradient filled dialog

... 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, 423, 299 I was told ages ago to change to SysTabControl32 I notice that testfld6.rc uses CONTROL FOLDER32, 6100, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, 423, 299 if i use the above my app doesn't compile, due to me not including ...
by PeterHarmes
Wed Jul 08, 2009 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder on gradient filled dialog
Replies: 33
Views: 8455

Test

... | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Dialog de prueba - posibles bugs" FONT 11, "Arial" { CONTROL "", 110, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 141, 2, 315, 292 EDITTEXT 300, 3, 138, 134, 156, ES_MULTILINE | ES_AUTOVSCROLL | WS_BORDER | WS_VSCROLL ...
by ukoenig
Sat Sep 20, 2008 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5101

SysTabControl32 REDEFINE SAY ... COLOR <nClrTxt>,<n

Hola:

No me funciona la cláusula COLOR en REDEFINE SAY .. COLOR ..,... en los diálogos de un SysTabControl32 (FOLDER32). El color de texto cambia pero no el de fondo.

¿Cuál será mi error?

Gracias por adelantado

César Lozada
by César E. Lozada
Sat Apr 12, 2008 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysTabControl32 REDEFINE SAY ... COLOR <nClrTxt>,<n
Replies: 2
Views: 678

... CAPTION "Dialog de prueba - posibles bugs" FONT 12, "MS Sans Serif" { LTEXT "Código :", -1, 9, 4, 38, 12 EDITTEXT 101, 41, 3, 52, 12 CONTROL FOLDER32, 102, FOLDER32, WS_CHILD | WS_VISIBLE | WS_TABSTOP, 5, 21, 236, 108 PUSHBUTTON "&Aceptar", 201, 153, 135, 40, 14 PUSHBUTTON "&Cancelar", ...
by Otto
Thu Mar 06, 2008 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder & Font
Replies: 9
Views: 2480

Rick,

FOLDER32 is a define not a string (should not be between "").

Better simply write it as "SysTabControl32"
by Antonio Linares
Tue Jan 15, 2008 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs from resource
Replies: 16
Views: 3869

Antonio Why is ( custom ) control ( folder32 ) 110 generating an error : //---- error Application =========== Path and name: C:\FOX\VEHSQL\Veh32.Exe (32 bits) Size: 2,200,576 bytes Time from start: 0 hours 0 mins 14 secs Error occurred at: ...
by Rick Lipkin
Tue Jan 15, 2008 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tabs from resource
Replies: 16
Views: 3869

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 translated into ...
by Antonio Linares
Wed Dec 19, 2007 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Question
Replies: 6
Views: 1228

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: 1228

Dialog con folder

... il folder nel file .rc. Se entro con Resource workshop vedo che i resource son dichiarati con Tfolder, ma negli esempi di FWH sono dichiarati con FOLDER32, non riesco a variare nel mio rc la dichiarazione in FOLDER32 perche automaticamente mette le virgolette "FOLDER32"... e la dialog (anche se ...
by damianodec
Thu Oct 25, 2007 4:35 pm
 
Forum: All products support
Topic: Dialog con folder
Replies: 1
Views: 600

Otto,

Yes, or simply change "TFolder" into "SysTabControl32"

FOLDER32 is a define that gets translated into "SysTabControl32"
by Antonio Linares
Wed Oct 10, 2007 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC-File TFolder
Replies: 1
Views: 531

RC-File TFolder

... change from FW to FWH do you have to change all CONTROL "",999, "TFolder", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 2, 383, 246 in Rc file to: FOLDER32? #include "..\..\..\fwh\include\winapi.ch" CONTROL "", 110, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 8, 4, 398, 234 Regards, Otto
by Otto
Wed Oct 10, 2007 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC-File TFolder
Replies: 1
Views: 531

Ya descubri que hay que cambiar en el .RC
"TFolder" por FOLDER32

Gracias de todas maneras

Gonzalo
by gdeteran
Tue Jun 13, 2006 10:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al actualizarme a FWH2.7
Replies: 14
Views: 4117

TCBrowse dentro de un Folder

... y en una de ellas tiene un browse (TCBrowse) y arroja el mensaje "cannot create dialog fivewin/3", quito el browse y funciona ok, he probado con FOLDER32, "SysTabControl32", "Tcbrowse.ch" y mas pero no hay manera. ¿alguien ha tenido un problema como este? Gracias por la atencion
by Alvaro Urdaneta
Fri Apr 21, 2006 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCBrowse dentro de un Folder
Replies: 3
Views: 1711
Next

Return to advanced search