Search found 414 matches: tabstop

Return to advanced search

Xbrowse and Select clause problem

Hello Everyone, I am converting LISTBOX to XBROWSE and on certain XBROWSE the data is not displayed properly and the SELECT is not working as it did with LISTBOX When I use the XBROWSE below, all the data is the same even though they actually have different values, I was able to add the ALIAS clause...
by cdmmaui
Sat May 05, 2018 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2100

a new class into resources

How I can make if I have a custom class ( control) and I wish insert it into a dialog on Resources ?
I have PellesC
I tried with

CONTROL "Personalizzato1", 1017, "TMIOCONTROL", WS_TABSTOP, 200, 16, 148, 124

WHERE IS THE ERROR ?
by Silvio.Falconi
Sat Mar 03, 2018 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new class into resources
Replies: 4
Views: 796

Re: Convert to Pelles or keep Workshop on Win7-32 bit

Thanks. I will continue with copying from dll to rc and let it compile to res for execution. I do fine tune in the rc txt file. I just notice that some stuff will give errors (like borland controls), but they can be changed as I see samples. In the resource we simple make the item (like button), but...
by Marc Venken
Mon Nov 27, 2017 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert to Pelles or keep Workshop on Win7-32 bit
Replies: 14
Views: 2472

Re: Folderex - Mouse does not work on tabs

Make sure your resource is correct: CONTROL "",356,"TFolderex",WS_TABSTOP,5,35,600,320 And you are using the correct call: REDEFINE FOLDEREX ::oFld ID 356 OF oWdlg1 ; PROMPT " General ", " Parts ", " Labor ", " Recommend ", " Totals &q...
by TimStone
Tue Sep 12, 2017 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex - Mouse does not work on tabs
Replies: 3
Views: 754

Re: Autoget desde Recursos

Karinha Aquí un ejemplo para que pruebe; primero el recurso // RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_SPANISH,SUBLANG_SPANISH_ECUADOR AUTOGET DIALOGEX DISCARDABLE 6,...
by nanoespinoza
Wed Jul 26, 2017 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Autoget desde Recursos
Replies: 18
Views: 3556

Re: Visualizacion negra en un Browse Con Windows 10 Creator

Cambia esta línea: LISTBOX 103, 37, 71, 674, 234, LBS_NOTIFY | WS_BORDER | LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP así: CONTROL "", 103, "TXBrowse", 0 | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TAB...
by Antonio Linares
Mon May 01, 2017 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visualizacion negra en un Browse Con Windows 10 Creator
Replies: 12
Views: 2155

Re: SCROLL VERTICAL EN XBROWSE NO SALE

en tu control debes tener definido WS_VSCROLL

Ejemplo.
CONTROL "", 301, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 6, 101, 141, 84
by mag071
Tue Jan 10, 2017 2:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SCROLL VERTICAL EN XBROWSE NO SALE
Replies: 15
Views: 4188

Re: align get

In the resource, you have to use style ES_RIGHT instead of style ES_LEFT. EMG hello Enrico!!! I want to do at runtime already I tried so DEFINE DIALOG oDlg RESOURCE 'SV_DATA' TITLE "teste get" REDEFINE GET oGet VAR nNota ID 101 OF oDlg REDEFINE BUTTON oBtn ID 102 OF oDlg oGet:nStyle = nOR...
by marca
Fri Aug 19, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: align get
Replies: 13
Views: 2078

Re: Unwanted system-popup on xBrowse-right-cellmouseclick

Uwe, TOUR3 DIALOG -17, -94, 618, 283 STYLE WS_CHILD FONT 10, "Arial" { EDITTEXT 110, 17, 18, 397, 239, ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_BORDER | WS_VSCROLL | WS_TABSTOP } Not is XBROWSE control Menu popup is the Edit Control USE "PFLEGER" NEW SHARED ALIAS "...
by cnavarro
Mon Jul 25, 2016 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unwanted sys-popup on xBrowse-right-cellclick (solved)
Replies: 7
Views: 1809

Re: Bug in TXBrowse?

CreateFromResource( 101 )
run also without

I tried also with
CONTROL "", 200, "TxBrowse", WS_TABSTOP|0x00a00000, 12, 8, 178, 96
by Silvio.Falconi
Fri Jul 01, 2016 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2574

Re: COMBOBOX cambia posicion

Prueba a disminuir el valor 145. Por ejemplo usa 100

COMBOBOX 104, 130, 155, 77, 100, CBS_DROPDOWNLIST | WS_TABSTOP
by Antonio Linares
Sat Jun 25, 2016 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX cambia posicion
Replies: 6
Views: 1023

Re: COMBOBOX cambia posicion

ACA ESTA : RENDICION_ADM DIALOG 78, -23, 597, 353 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_SYSMENU FONT 7, "MS Sans Serif" LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MEXICAN { EDITTEXT 101, 116, 80, 41, 16, ES_MULTILINE | ES_UPPERCASE | WS_BORDER | WS_TABSTOP CONTROL ""...
by jbrita
Sat Jun 25, 2016 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX cambia posicion
Replies: 6
Views: 1023

Re: combobox y lostfocus

Sip, se me ha pasado eso tambiem, que el systab32 debe tener la propiedad tabstop en true tambien. :-)
que bueno que ya has resuelto.

salu2
by carlos vargas
Wed Jun 15, 2016 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: combobox y lostfocus
Replies: 6
Views: 810

Re: combobox y lostfocus

hola.

Lo tengo en tabstop al combobox PERO el folder no, puse en TRUE/YES al folder y ahora si toma el foco.

gracias.
by goosfancito
Wed Jun 15, 2016 10:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: combobox y lostfocus
Replies: 6
Views: 810

Re: combobox y lostfocus

verifica que el control en el rc tenfo la propiedad tabstop en true, sucede con resedit que por defecto la propiedad tabstop de los combobox y radoitems enta false
Image
by carlos vargas
Tue Jun 14, 2016 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: combobox y lostfocus
Replies: 6
Views: 810
PreviousNext

Return to advanced search