Search found 19 matches: hree

Return to advanced search

Re: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?

... 65535, ) oCheck:SetFont( oFont ) @ 70, 50 RADIO oRadio VAR nOption OF oDlg ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 50, 12 PIXEL ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() AEval( oRadio:aItems, { | oRad | oRad:SetFont ( oFont ), ; oRad:nClrText ...
by ukoenig
Mon Nov 28, 2011 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?
Replies: 2
Views: 1001

errores en compilacion

... function Main() local nOption nOption = Alert( "take an option",; { "&One", "&Two", "T&hree" },; "Please, select" ) MsgInfo( nOption ) Another() // function located at one.prg MsgInfo( More() ) // More is located at two.c ...
by agarnati
Fri Oct 14, 2011 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores en compilacion
Replies: 8
Views: 2842

errores en compilacion

... function Main() local nOption nOption = Alert( "take an option",; { "&One", "&Two", "T&hree" },; "Please, select" ) MsgInfo( nOption ) Another() // function located at one.prg MsgInfo( More() ) // More is located at two.c ...
by agarnati
Fri Oct 14, 2011 8:48 pm
 
Forum: Utilities / Utilidades
Topic: errores en compilacion
Replies: 1
Views: 1053

Re: STRANGE ERROR ON RADIOMENU resolved !!!

... I found on my folder and I have the same command @ 3, 2 RADIO oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 5, 25 RADIOITEM "Fo&ur" ...
by Silvio
Fri Apr 22, 2011 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2713

Re: STRANGE ERROR ON RADIOMENU resolved !!!

... code MY POST testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;       ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;       HELPID 100, 101, 102 ;       ON CHANGE MsgBeep() YOUR POST @ 3, 2 RADIO oRad VAR nValue ; ITEMS "&One", ...
by Daniel Garcia-Gil
Fri Apr 22, 2011 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2713

Re: STRANGE ERROR ON RADIOMENU - resolved

... it's no same command testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;      ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;      HELPID 100, 101, 102 ;      ON CHANGE MsgBeep() your code... (one item by time) @ 10, 50    RADIO aGet[1] ...
by Silvio
Fri Apr 22, 2011 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2713

Re: STRANGE ERROR ON RADIOMENU

... 2 ]:SetText( "&Changed!" ) ) @ 3, 2 RADIO oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 5, 25 RADIOITEM "Fo&ur" ...
by Silvio
Thu Apr 21, 2011 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2713

Missing Background of a new added Radio-Item ?

... 2 ]:SetText( "&Changed!" ) ) @ 70, 50 RADIO oRad VAR nValue PIXEL ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 50, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 100, 100 RADIOITEM "Fo&ur" ...
by ukoenig
Wed Jun 09, 2010 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Background of a new added Radio-Item ?
Replies: 0
Views: 361

Re: How to set Color dialogs in TPages when WindowsXP.Manifest ?

... didn't work. Maybe Transparent is not supported ??? @ 1, 10 RADIO oRad1 VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() AEval( oRad1:aItems, { | oRad1 | oRad1:lTransparent := .T. } ) Peter, can You ...
by ukoenig
Mon Oct 19, 2009 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Color dialogs in TPages when WindowsXP.Manifest ?
Replies: 9
Views: 2443

Re: Alpha-Blended-BMP on Panel

... #endif oWnd:oClient = oPanel // It is the client control of oWnd @ 0, 0 LISTBOX oLbx VAR cItem ; ITEMS { "One", "Two", "Three" } SIZE 200, 100 OF oPanel oPanel:oLeft = oLbx @ 4, 0 TABS oTabs PROMPT "&One", "&Two", "T&hree" ...
by ukoenig
Tue Sep 22, 2009 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alpha-Blended-BMP on Panel
Replies: 4
Views: 903

... testtabs.prg lo he compilado y funciona perfectamente. Sin embargo dentro de mi código @ 8, 0 TABS oTabs PROMPTS "&One", "&Two", "T&hree", "&Four" OF oDlg me da el error ya comentado. Este es el código de la clase #include "FiveWin.ch" #include "Constant.ch" ...
by Manuel Aranda
Thu Sep 25, 2008 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TTABS desde código
Replies: 4
Views: 803

CLASSE RADIO

É possível colocar na Horizontal os BT de Rádio isto é:

@ 1, 0 RADIO btradio ;
ITEMS "&One", "&Two", "T&hree" SIZE 80, 15;
ON CHANGE MsgBeep() OF oWnd

Resulta isto:
- One
- Two
- Three

Mas eu queria assim:
- One - Two - Three

Será que é possível?

Obrigado
by rasptty
Mon Sep 22, 2008 12:41 pm
 
Forum: FiveWin for Pocket PC
Topic: CLASSE RADIO
Replies: 2
Views: 646

Re: Help! no entiendo como funcionan las pestañitas TABS ?

... FiveWin Tabs" ; FROM 3, 3 TO 14, 30 ; COLOR CLR_BLACK, GetSysColor( COLOR_BTNFACE ) @ 8, 0 TABS oTabs PROMPTS "&One", "&Two", "T&hree", "&Four" OF oWnd ; ACTION oWnd:Say( 5, 5, oTabs:nOption ) oWnd:oBottom = oTabs ACTIVATE WINDOW oWnd return nil Yo las uso para cambiar el ...
by FiveWiDi
Tue Apr 29, 2008 11:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help! no entiendo como funcionan las pestañitas TABS ?
Replies: 3
Views: 956

aida, Define dialog... @ 8, 0 TABS oTabs PROMPTS "&One", "&Two", "T&hree", "&Four" OF oWnd ACTION opcion() Activate dialog... funct opcion do case case oTabs:nOption=1 ; msginfo('primera opcion') case oTabs:nOption=2 ; msginfo('segunda opcion') case ...
by Loren
Tue Apr 29, 2008 7:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help! no entiendo como funcionan las pestañitas TABS ?
Replies: 3
Views: 956

Help! no entiendo como funcionan las pestañitas TABS ?

... FiveWin Tabs" ; FROM 3, 3 TO 14, 30 ; COLOR CLR_BLACK, GetSysColor( COLOR_BTNFACE ) @ 8, 0 TABS oTabs PROMPTS "&One", "&Two", "T&hree", "&Four" OF oWnd ; ACTION oWnd:Say( 5, 5, oTabs:nOption ) oWnd:oBottom = oTabs ACTIVATE WINDOW oWnd return nil
by AIDA
Tue Apr 29, 2008 12:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help! no entiendo como funcionan las pestañitas TABS ?
Replies: 3
Views: 956
Next

Return to advanced search