Search found 32 matches: testrad

Return to advanced search

Re: Colores en RADIO no funciona?

cnavarro wrote:Joao, pon el .RC que utilizas
Por cierto, tu ejecutable lo estás creando con el MANIFEST en el .RC o sin él?, prueba sin el MANIFEST en el RC


Maestro:

\samples\TESTRAD.PRG y TESTRAD.RC


Saludos.
by karinha
Mon Sep 28, 2020 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colores en RADIO no funciona?
Replies: 7
Views: 616

Re: Problema con radiobutton

Antonio uso FWH17.01, Harbour 3.2 y BCC7. Modifiqué testrad.prg que viene en samples para reproducir el error. // Radio Buttons management sample#include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by horacio
Tue Nov 20, 2018 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con radiobutton
Replies: 9
Views: 1279

Re: Rad menu lost initial setting

testrad is without folder.
by AntoninoP
Tue Oct 17, 2017 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rad menu lost initial setting
Replies: 10
Views: 1159

Re: Rad menu lost initial setting

Antonino,

Please review FWH\samples\testrad.prg and testrad.rc
by Antonio Linares
Tue Oct 17, 2017 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rad menu lost initial setting
Replies: 10
Views: 1159

Re: Radio and GTF problem

I have modified samples\testrad.prg with this:

REDEFINE RADIO oRadMenu VAR nOption ID 110, 120, 130, 140, 150 OF oDlg ;
ON CHANGE MsgInfo( nOption )

and it only appears once
by Antonio Linares
Fri Apr 07, 2017 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio and GTF problem
Replies: 12
Views: 1967

Re: REDEFINE radio button prompts

Hello Tim,

in Sample < Testrad.prg > there is ON INIT

ACTIVATE DIALOG oDlg CENTERED ;
ON INIT oRadMenu:aItems[ 1 ]:SetText( "Hello" )

Best Regards
Uwe :lol:
by ukoenig
Fri May 18, 2012 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE radio button prompts
Replies: 2
Views: 527

Re: Problems with Checkbox

Antonio, I tested the original examples in FWH\samples regarding the RADIO controll problems . testrad resource in RC -> OK testrad2 no resource -> ERROR testrad3 rsource in DLL -> OK testrad5 no resource -> ERROR testrad6 no resource -> OK I use :WindowsXP ...
by Maurizio
Fri May 13, 2011 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Checkbox
Replies: 43
Views: 6972

Re: STRANGE ERROR ON RADIOMENU resolved !!!

Silvio the prg not was testrad.prg but testrad2.prg yes, i know...i forget write the "2" in testrad.... i copied and pasted the code from testrad2.prg please see my post and the testrad2.prg code MY POST testrad (all item together) ...
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: 2712

Re: STRANGE ERROR ON RADIOMENU - resolved

Silvio I only saw the sample testrad2.prg : it was the same commnd of my test it's no same command testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;      ITEMS "&One", "&Two", "T&hree" ...
by Silvio
Fri Apr 22, 2011 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2712

Re: STRANGE ERROR ON RADIOMENU - resolved

Silvio I only saw the sample testrad2.prg : it was the same commnd of my test it's no same command testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;      ITEMS "&One", "&Two", "T&hree" ...
by Daniel Garcia-Gil
Thu Apr 21, 2011 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2712

Re: Sbutton 7.0

... SIZE 0, -10 DEFINE ICON oIco RESOURCE "Super" DEFINE BRUSH oBrush RESOURCE "WPaper" DEFINE DIALOG oDlg NAME "TESTRAD" BRUSH oBrush ICON oIco OF oWnd TRANSPARENT ; TITLE "TSRadio Super Radio and Check Boxes" nItem[ 1 ] := nItem[ 2 ] := 4 ... ... ...
by ukoenig
Fri Aug 06, 2010 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sbutton 7.0
Replies: 11
Views: 3466

Re: Sbutton 7.0

... FONT oProgFont ( using oBrush0 without TRANSPARENT doesn't work ) http://www.pflegeplus.com/pictures/trradio2.jpg In sample TESTRAD.prg I added TRANSPARENT to the Dialog from Resource. Without TRANSPARENT it works OK DEFINE DIALOG oDlg NAME "TESTRAD" OF oWnd6 ICON ...
by ukoenig
Thu Aug 05, 2010 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sbutton 7.0
Replies: 11
Views: 3466

SB-Paint 2.1a (for SButtons from M.Mercado) UPDATE

... starts the Compiler from inside the Tool. Example-Files You can create : TESTBTN.prg, TESTSAY.prg, TESTLIN1.prg, TESTLIN2.prg TESTLIN3.prg, TESTRAD.prg, TESTRAD1.prg, TESTHOTS.prg, TESTSHAP.prg For A Source-Preview, ANGELWRITER.exe ( Editor ) is included. The Main-exe and Resource ( 1.0 ...
by ukoenig
Fri Jun 25, 2010 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SB-Paint 2.1a (for SButtons from M.Mercado) UPDATE
Replies: 3
Views: 1066

No TRANSPARENT using Window-Style Standard or Classic ?

... Changing to Windows- Standard or Classic http://www.pflegeplus.com/pictures/winstyle2.jpg I added Dialog-Background to Sample < Testrad.prg > Changing the Window-Style, I get the same Result. http://www.pflegeplus.com/pictures/winstyle3.jpg // Radio Buttons ...
by ukoenig
Fri Apr 30, 2010 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No TRANSPARENT using Window-Style Standard or Classic ?
Replies: 0
Views: 250

Re: Ayuda con Radio

Estoy echo un lio Me parece que debe ser algún Update que tengo en el diálogo, pero no lo localizo. Con el ejemplo testrad.prg que viene el \samples, he construido lo siguiente: // Radio Buttons management sample#include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by JoseLuis
Thu Oct 29, 2009 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Radio
Replies: 22
Views: 3828
Next

Return to advanced search