Search found 32 matches: radioitem

Return to advanced search

Re: Set RADIO Theme OFF

hi,

thx for Answer

i got it now :D

Question : is there a Way to change FONT of RADIO / RADIOITEM :?:
by Jimmy
Mon May 01, 2023 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 542

Set RADIO Theme OFF

...         COLOR CLR_HCYAN, CLR_BLACK  ;              ITEMS "DEFAULT" UPDATE ;              ON CHANGE nil*     @ 290, ( 0 * nWide ) RADIOITEM oRI01 PROMPT "DEFAULT" OF oPickList SIZE nWide, 30 PIXEL RADIOMENU oUSERDD COLOR CLR_HCYAN, CLR_BLACK      @ 290, ( 1 * nWide ...
by Jimmy
Sat Apr 29, 2023 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set RADIO Theme OFF
Replies: 9
Views: 542

A problem with < oCtrl:cVarName > from TRadio and TDatepick

... + CRLF and from : METHOD cGenPRG( lDlgUnits ) CLASS TRadio ... ... cPrg += CRLF + " @ " + cTop + ", " + cLeft + ; " RADIOITEM " + ::cVarName + ' PROMPT "' + ::cCaption + '"' + ; " ;" + CRLF + ' SIZE ' + cWidth + ", " + cHeight + ...
by ukoenig
Fri Mar 29, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < oCtrl:cVarName > from TRadio and TDatepick
Replies: 0
Views: 418

Re: Mover oRadio

creo que funcionaria si mueves los radioitem,
no el radio que seria como un contenedor.
by carlos vargas
Mon Apr 04, 2016 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mover oRadio
Replies: 3
Views: 372

Re: problems with radio and radioitem

YES,

It worked perfectly, was already thinking about changing the screen to get the result, but now everything in order and with a simple solution ...

thank you Antonio
by aferra
Wed Jul 15, 2015 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

Before calling:

msgyesno()

Try this:

oDlg:Disable()

and after the msgyesno():

oDlg:Enable()
by Antonio Linares
Wed Jul 15, 2015 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

I found the problem.

after while ... ENDDO have a msgyesno (), taking this msg () does not happen the problem, the logfiile shows only once passing within the function.

what to do?
by aferra
Wed Jul 15, 2015 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

well, I moved the test to logfile () and believe me, this passing only once, now put this structure gives the error.

example

aArray: = {}

while eof ()
    AADD (aArray ....)
    skip
ENDDO

if I comment this line aArray: = {} my array doubles the data, I am confused now. :)
by aferra
Wed Jul 15, 2015 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

I simply tested Euclides example and it worked fine with FWH 15.05

Is there any other example that you would like me to test ?
by Antonio Linares
Wed Jul 15, 2015 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

I thank all the answers.

Antonio, You suggest that update refresh the radio?
by aferra
Wed Jul 15, 2015 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

Euclides,

I just tested your example with FWH 15.05 and I get this in the test.log:

07/15/15 13:55:39: 2
07/15/15 13:55:42: 3
07/15/15 13:55:48: 4

Antonino,

Are you testing Euclides example ?
by Antonio Linares
Wed Jul 15, 2015 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

I tried it too, Here the stacks: the top one is without the folder, the bottom two are with the folder. http://i.imgur.com/0olvFKd.png here TRadMenu:Refresh(): METHOD Refresh() CLASS TRadMenu   local nOption := Eval( ::bSetGet )   local nAt   ...
by AntoninoP
Wed Jul 15, 2015 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

... ;                   "Lista de Compra Ideal"    SIZE 65,9 PIXEL ON CHANGE Troca(nTipo) OF oFld:aDialogs[1]   @ 007,265 RADIOITEM "Sugestão de Compra" RADIOMENU oTipo SIZE 65,08 PIXEL OF oFld:aDialogs[1]   @ 016,265 RADIOITEM "Estoque Mínimo" ...
by Euclides
Wed Jul 15, 2015 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

Re: problems with radio and radioitem

... "Lista de Compra", "Lista de Compra Ideal" SIZE 65,9 PIXEL ON CHANGE Troca() OF oFld:aDialogs[1]   @ 007,265 RADIOITEM "Sugestão de Compra" RADIOMENU oTipo SIZE 65,08 PIXEL OF oFld:aDialogs[1]   @ 016,265 RADIOITEM "Estoque Mínimo" ...
by James Bott
Tue Jul 14, 2015 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670

problems with radio and radioitem

... Promoção", "Lista de Compra", "Lista de Compra Ideal" SIZE 65,9 PIXEL ON CHANGE Troca() OF oDlg  @ 007,265 RADIOITEM "Sugestão de Compra" RADIOMENU oTipo SIZE 65,08 PIXEL OF oDlg  @ 016,265 RADIOITEM "Estoque Mínimo" RADIOMENU oTipo ...
by aferra
Tue Jul 14, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1670
Next

Return to advanced search