Search found 32 matches: tsradio

Return to advanced search

Re: Tslines compiling problems Resolved

... /oOBJ\TSBUTTON.C %hdir%\bin\harbour SOURCE\Classes\TSLINES.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSLINES.C %hdir%\bin\harbour SOURCE\Classes\TSRADIO.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSRADIO.C %hdir%\bin\harbour SOURCE\Classes\TSTSAY.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSTSAY.C ...
by Compuin
Fri Jun 02, 2017 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tslines compiling problems Resolved
Replies: 9
Views: 1614

Error con TSButton y archivo bpaint.c

... Use Uppercase for filenames extensions, in the next two rules! PRG = \ main.PRG \ tsbar.PRG \ tsbutton.PRG \ tsgradie.PRG \ tslines.PRG \ tsradio.PRG \ tstsay.PRG \ tpublica.PRG C = \ bpaint.C PROJECT : admin.exe admin.exe : $(PRG:.PRG=.OBJ) $(C:.C=.OBJ) echo off echo $(BCDIR)\lib\c0w32.obj ...
by Compuin
Sat May 21, 2016 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con TSButton y archivo bpaint.c
Replies: 9
Views: 1322

Re: Para Carlos Vargas, TsButton lib

... mismos que expuse al principio. Compilando tsbar.prg... Compilando tsbutton.prg... Compilando tsgradie.prg... Compilando tslines.prg... Compilando tsradio.prg... Compilando tstsay.prg... Compilando bpaint.c... Error E2257 c:\autosys\prgs\bcc\include\dinkumware\yvals.h 960: , expected Error E2238 ...
by noe aburto
Mon Sep 09, 2013 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Carlos Vargas, TsButton lib
Replies: 8
Views: 2028

Para Carlos Vargas, TsButton lib

... /n /m /w /es2 > harb.log IF ERRORLEVEL 1 GOTO HARBOURERROR %prgs%\xHarbour\Bin\Harbour %prgs%\tsbutton\source\classes\TSRadio.prg /n /m /w /es2 > harb.log IF ERRORLEVEL 1 GOTO HARBOURERROR %prgs%\xHarbour\Bin\Harbour %prgs%\tsbutton\source\classes\TSBar.prg /n /m ...
by noe aburto
Mon Sep 09, 2013 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Carlos Vargas, TsButton lib
Replies: 8
Views: 2028

Re: Compiling TSButton with MinGW gcc

... -incpath=..\include\ -l..\lib\fivehg -l..\lib\fivehgc classes\TSBAR.PRG classes\TSBUTTON.PRG classes\TSGradie.PRG classes\TSLINES.PRG classes\TSRADIO.PRG classes\TSTSAY.PRG function\RGB2HSL.PRG function\bpaint.c What I must to do to avoid errors ? Many thanks in advance !
by Rimantas
Wed Nov 09, 2011 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2957

rebuild tsbutton.lib error

... -D$(Def) -O2 -c -I$(HB)\include;$(FW)\include >> comp.log TSButton.c : TSButton.prg TSBar.c : TSBar.prg TSLines.c : TSLines.prg TSRadio.c : TSRadio.prg TSTSay.c : TSTSay.prg TSButton.obj : TSButton.c TSBar.obj : TSBar.c TSLines.obj : TSLines.c TSRadio.obj : TSRadio.c TSTSay.obj ...
by ShumingWang
Fri Apr 01, 2011 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild tsbutton.lib error
Replies: 1
Views: 611

TFOLDEX => Sample of transp. Radios and Checkbox ???

... without any problems. Is there any working sample for it ( on different Backgrounds ) ? Radios and Checkboxes working fine, using Manuel Mercados TSRADIO. http://www.pflegeplus.com/pichtures/tfoldx1.jpg Selected : Dialog = COLOR Folder = COLOR http://www.pflegeplus.com/pichtures/tfoldx2.jpg ...
by ukoenig
Thu Jan 27, 2011 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFOLDEX => Sample of transp. Radios and Checkbox ???
Replies: 2
Views: 660

Re: TFolderEx < lTransparent-Error > on Redefine ( FWH 10.10 )

... Problem with transparent painting of Radios, Checkboxes and Groups http://www.pflegeplus.com/pictures/combo4.jpg The 2. Page uses TSRADIO from Manuel Mercado without any problems, all transparent paintings are OK http://www.pflegeplus.com/pictures/combo5.jpg Best ...
by ukoenig
Sun Oct 31, 2010 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx < lTransparent-Error > on Redefine ( FWH 10.10 )
Replies: 3
Views: 640

Re: Problem with display of Checkbox and Radio

... "New Text" ) COLOR BT_COLOR oChk1:SetFont( oTextFont ) http://www.pflegeplus.com/pictures/FPupd1.jpg No Problem, using TSradio from Manuel Mercado : ( Tested on XP and VISTA ) // TSRadio Super Radio and Checkbox // ------------------------------------------------ @180, ...
by ukoenig
Tue Aug 31, 2010 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with display of Checkbox and Radio
Replies: 25
Views: 6210

Re: Sbutton 7.0

... 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 ... ... ... http://www.pflegeplus.com/pictures/tradio2.jpg Best ...
by ukoenig
Fri Aug 06, 2010 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sbutton 7.0
Replies: 11
Views: 3449

Re: Sbutton 7.0

... the Dialog from Resource. Without TRANSPARENT it works OK DEFINE DIALOG oDlg NAME "TESTRAD" OF oWnd6 ICON oIco TRANSPARENT ; TITLE "TSRadio Super Radio and Check Boxes" http://www.pflegeplus.com/pictures/Rsample1.jpg Using FWH Radio's it works without Problems ...
by ukoenig
Thu Aug 05, 2010 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sbutton 7.0
Replies: 11
Views: 3449

Re: A new IDE for Manuel Mercado's SBUTTON

... can use any color you want for light lines, dark lines and for the box label. Defaults are CLR_WHITE, CLR_GRAY and CLR_BLACK respectively. About TSRadio, I'm checking it (was a bit forgotten), I'll comment your requests soon. Best regards. Manuel Mercado Gómez.
by mmercado
Wed Jun 23, 2010 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new IDE for Manuel Mercado's SBUTTON
Replies: 12
Views: 4895

Re: A new IDE for Manuel Mercado's SBUTTON

... SIZE 70, 30 PIXEL ; FONT oFont BITMAPS oBmp[ 5 ], oBmp[ 6 ],, oBmp[ 8 ] RAISED WBOX ; COLOR CLR_BLACK, nRGB( 205, 192, 176 ) ; MESSAGE "TSRadio Check Box, Button CHECK, Text RAISED, Own Box" http://www.pflegeplus.com/pictures/SBSample1.jpg 2. the changed BMP moves ...
by ukoenig
Sun Jun 20, 2010 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A new IDE for Manuel Mercado's SBUTTON
Replies: 12
Views: 4895

Re: TO MANUEL : COMPILING A TEST SAMPLE WITH SBUTTON LIB

... -nObj Obj\TSLINES.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Obj\TSLINES.c: [1]:Harbour.Exe SOURCE\CLASSES\TSRADIO.PRG /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /oObj\TSRADIO.c xHarbour ...
by Silvio
Wed Sep 23, 2009 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO MANUEL : COMPILING A TEST SAMPLE (revolved)
Replies: 6
Views: 1433

Re: TSButton 7.0

... /n /p >> harb.logc:\work\Harbour_ce\bin\harbour C:\work\LIB_32\TSBUTTON_70\TSBUTTON\SOURCE\FWPPC\CLASSES\tsradio.prg /n /p >> harb.logc:\work\Harbour_ce\bin\harbour C:\work\LIB_32\TSBUTTON_70\TSBUTTON\SOURCE\FWPPC\CLASSES\tstsay.prg /n /p >> ...
by Silvio
Thu Sep 17, 2009 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2727
Next

Return to advanced search