Search found 97 matches: edittext

Return to advanced search

Re: GET ACTION + SPINNER Help!

... 150, 150 STYLE DS_MODALFRAME | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU FONT 8, "MS Sans Serif" CAPTION "Dialog" BEGIN EDITTEXT 100, 11, 10, 80, 15, ES_AUTOHSCROLL|WS_VSCROLL EDITTEXT 101, 10, 40, 80, 15, ES_AUTOHSCROLL|WS_VSCROLL EDITTEXT 102, 9, 70, 129, 17, ES_AUTOHSCROLL|WS_VSCROLL ...
by MGA
Tue Jan 05, 2010 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET ACTION + SPINNER Help! (fixed)
Replies: 3
Views: 547

GET ACTION com SPINNER ?? (RESOLVIDO)

... 150, 150 STYLE DS_MODALFRAME | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU FONT 8, "MS Sans Serif" CAPTION "Dialog" BEGIN EDITTEXT 100, 11, 10, 80, 15, ES_AUTOHSCROLL|WS_VSCROLL EDITTEXT 101, 10, 40, 80, 15, ES_AUTOHSCROLL|WS_VSCROLL EDITTEXT 102, 9, 70, 129, 17, ES_AUTOHSCROLL|WS_VSCROLL ...
by MGA
Mon Jan 04, 2010 8:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET ACTION com SPINNER ?? (RESOLVIDO)
Replies: 4
Views: 852

Re: Erro na compilação

... WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "Seja Bem Vindo! Obrigado! Parabéns!!!" FONT 8, "MS Sans Serif" { EDITTEXT 11, 84, 52, 25, 10, ES_CENTER | ES_MULTILINE | WS_BORDER | WS_TABSTOP CONTROL "Digite o", 503, "BorStatic", SS_CENTER | ...
by jufer
Wed Dec 16, 2009 3:32 pm
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 20666

Re: FastReport

... " Last loaded report", 106, 11, 158, 163, 99, BS_GROUPBOX GROUPBOX " Current state: ", 107, 187, 159, 163, 99, BS_GROUPBOX EDITTEXT 108, 45, 177, 120, 12, NOT WS_TABSTOP | NOT WS_BORDER LTEXT "Name:", -1, 18, 178, 24, 8 LTEXT "Description:", -1, 17, 197, ...
by gvalentin
Sun Oct 04, 2009 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport
Replies: 23
Views: 9946

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

...                         cResource += ParseControl( cLine )               nControls++          case cFirst $ "PUSHBUTTON,DEFPUSHBUTTON,LISTBOX,EDITTEXT,LTEXT,RTEXT,GROUPBOX,CHECKBOX,COMBOBOX,RADIOBUTTON"               cResource += ParseStdControl( cLine )               nControls++     ...
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: 11659

help to Rc files

... do rc file what does mean any parameters in this line ? { CONTROL "", 120, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 19, 149, 70 EDITTEXT 130, 16, 106, 149, 51, ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP LTEXT "Multiline-Get with READONLY", ...
by kajot
Sat Dec 20, 2008 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help to Rc files
Replies: 1
Views: 429

... 172, 39, 421, 319 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Registro del Item " FONT 8, "MS Sans Serif" { EDITTEXT 901, 75, 44, 85, 12 EDITTEXT 902, 185, 44, 48, 13 EDITTEXT 903, 296, 45, 70, 12 EDITTEXT 904, 56, 64, 43, 12 EDITTEXT 905, 103, 65, 205, 11 ...
by joseluisysturiz
Fri Dec 12, 2008 4:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con dialog con recurso workshop !!SOLUCIONADO
Replies: 20
Views: 5425

... 172, 39, 421, 319 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Registro del Item " FONT 8, "MS Sans Serif" { EDITTEXT 901, 75, 44, 85, 12 EDITTEXT 902, 185, 44, 48, 13 EDITTEXT 903, 296, 45, 70, 12 EDITTEXT 904, 56, 64, 43, 12 EDITTEXT 905, 103, 65, 205, 11 ...
by lubin
Mon Dec 08, 2008 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con dialog con recurso workshop !!SOLUCIONADO
Replies: 20
Views: 5425

Test

... 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 | WS_HSCROLL | WS_TABSTOP PUSHBUTTON "Header / Footer", 500, ...
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

Buttons and ButtonBmps

... Activate Dialog command -------------------------------------------------------------------------------- I try to DISABLE button when user empty edittext and ENABLE while they type something in edittext. But the button did not ENABLE. DEFINE DIALOG oDlg RESOURCE 'TEST' REDEFINE GET oGet VAR cText ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65530

E.M.G,

It seems , Tget class can't Recognizing if .rc/dll EDITTEXT with WS_BORDER clause.

Shuming Wang
by ShumingWang
Fri Aug 08, 2008 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get with "flat" border
Replies: 29
Views: 5029

EDITTEXT 101, 51, 31, 58, 12

and

CONTROL "", 101,"EDIT",0 , 51, 31, 58, 12

are two different syntaxes for the same control, as far as I know.

EMG
by Enrico Maria Giordano
Thu Aug 07, 2008 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get with "flat" border
Replies: 29
Views: 5029

Antonio,
According to MR Wensheng Liao's advice, change .rc/dll EXITTEXT --> user defined control, for example:

EDITTEXT 101, 51, 31, 58, 12
change to
CONTROL "", 101,"EDIT",0 , 51, 31, 58, 12

This can do a no border get , then self add a wndbox()

Regards!
Shuming Wang
by ShumingWang
Thu Aug 07, 2008 3:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get with "flat" border
Replies: 29
Views: 5029

Hi,
How to disable tget 3D effect or without border ?

redefine get var1 id 101 of odlg

in .rc/dll without WS_BORDER .

EDITTEXT 101, 145, 34, 31, 12

Still with 3D effect .

Thanks !
Shuming Wang
by ShumingWang
Mon Aug 04, 2008 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get with "flat" border
Replies: 29
Views: 5029

Sto uscendo pazzooooooo Aiutooooooo urgenteeeee

... 0, 1, END #endif INSERIMENTO DIALOG 7, 17, 156, 160 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION CAPTION "Lettura" FONT 8, "system" { EDITTEXT IDC_EDIT1, 35, 3, 109, 13 EDITTEXT IDC_EDIT4, 101, 39, 38, 12 DEFPUSHBUTTON "Esci", IDOK, 43, 138, 78, 20 LTEXT "&Codice", -1, 7, 4, 23, ...
by xfood
Thu Jul 10, 2008 10:45 am
 
Forum: All products support
Topic: Sto uscendo pazzooooooo Aiutooooooo urgenteeeee
Replies: 1
Views: 695
PreviousNext

Return to advanced search