Search found 12 matches: whiterect

Return to advanced search

Re: Clausulas del SAY

Carlos,

WS_BORDER, SS_BLACKRECT y SS_WHITERECT estan en winapi.ch de FWH

Aqui está el que falta:

#define SS_GRAYRECT 5
by Antonio Linares
Wed Jun 10, 2015 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clausulas del SAY
Replies: 26
Views: 3208

Re: Clausulas del SAY

Hola Antonio:

Esto lo deje apartado ya que no me salio bien lo que me dijiste estoy intentando retomarlo ahora, me podrias decir donde se definen WS_BORDER, SS_BALCKRECT, SS_GRAYRECY y SS_WHITERECT.

Un saludo

Carlos
by colthop
Wed Jun 10, 2015 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clausulas del SAY
Replies: 26
Views: 3208

Cannot create dialog box...

Converting my first FW project to FWH. My dialogs were originally created with Borland Workshop 4.5. I’ve converted them using both the Pelles C and Microsoft Visual Studio tools, first into an RES file which I linked directly to the EXE. When that didn’t work I created a DLL in the same manner I us...
by DonDrew
Fri Aug 20, 2010 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box...
Replies: 6
Views: 2678

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

After a long time I had again a look into re.prg. I changed the code to get the ID of the control into the dialog. But I can’t find out how to do with comboboxes. It would also be fine to have the caption of the says. The dialog is saved to clipboard and you can paste it to your source code. Would y...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Some more Tests

Antonio, I had a look at WINAPI.ch and the RC-file. I found that in WINAPI.ch some #defines are missing ( incomplete ) : ES_AUTOVSCROLL ( missing ) SS_CENTER ( missing ) I could'nt find. existing values in WINAPI : ------------------------------- #define ES_LEFT 0 #define ES_RIGHT 2 #define ES_MULTI...
by ukoenig
Sat Sep 20, 2008 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5101

nuevo NMsgDate() (correccion a MsgDate())

Hola amigos del foro: Al intentar usar MsgDate() encontre 4 Bugs. (buscar donde dice RSU) Abajo se encuentar el codigo corregido, ademas los cambios necesarios para que muestre los mensajes en español y otros cambios para que sea mas practico. Aca esta una vista del mismo, donde se puede apreciar qu...
by SauroSrl
Fri Mar 21, 2008 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo NMsgDate() (correccion a MsgDate())
Replies: 1
Views: 1330

John,

RAISED is used for the SS_WHITERECT style, so you won't see a "raised" text. It will look as a white rectangle.

BOX is used for the SS_GRAYRECT style, so it will look as a gray rectangle.

We are using standard Windows behavior there.
by Antonio Linares
Wed Jan 23, 2008 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on FWH_0801
Replies: 9
Views: 1609

Antonio Get a 'style not found WS_TABSTOP' .. here is the .rc Rick Lipkin DLG_CALENDAR DIALOG 9, 7, 444, 283 STYLE DS_MODALFRAME | WS_CHILD FONT 8, "MS Sans Serif" { DEFPUSHBUTTON "&Quit", 1, 399, 212, 30, 21 EDITTEXT 1001, 56, 40, 82, 12, ES_LEFT | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDE...
by Rick Lipkin
Thu Dec 06, 2007 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Resources Editor - Speed test
Replies: 85
Views: 18085

Re:

Rafa, Quita esta línea de samples\TestPage.rc: CONTROL "", -1, "static", SS_WHITERECT, 67, 5, 192, 131 y ya funciona bien Gua! Perfecto! Me basé exactamente en ese ejemplo, que malo es el copy/paste por dios!, jajaja, dios, menos mal que no me maree con el tema del doblebuffer , paint y demás , jaj...
by thefull
Fri Nov 16, 2007 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPages pintado
Replies: 5
Views: 919

Rafa,

Quita esta línea de samples\TestPage.rc:

CONTROL "", -1, "static", SS_WHITERECT, 67, 5, 192, 131

y ya funciona bien
by Antonio Linares
Fri Nov 16, 2007 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPages pintado
Replies: 5
Views: 919

xharbour from xharbour.com and fwh aug release Problems

When I try to make fwh samples I get the following error file. What do I have to do ? Thanks Mike. Type: C >>>xhb.exe -o"bigfold.c" -m -n -w -p -q -gc0 -I"C:\FWH\INCLUDE" -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "bigfold.prg"<<< xHarbour Compiler build 0.99.61 (...
by Mike Buckler
Mon Sep 11, 2006 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour from xharbour.com and fwh aug release Problems
Replies: 7
Views: 2024

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2761

Return to advanced search