Search found 22 matches: tsbuttons

Return to advanced search

Re: consulta 2 temas

Con TSButtons podes usar el metod ChangeBitMap ChangeBitMap( anBmps, acBmps, lResource ) Por ejemplo oBot:ChangeBitMap( 1, "NUEVO",.T. ) Donde cambias la imagen principal del boton con el BITMAP de recurso de nombre ...
by cmsoft
Sat Oct 01, 2022 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: consulta 2 temas
Replies: 6
Views: 460

Re: unrecoverable error 9015 hb_vmdo()

... não, baixe a Versão 7.00 aqui: https://mega.nz/file/gFNFVKoQ#1CBljh6aaD7vhBq2BByQu6mpowGtArdk5G5jAoHswNw Eu fiz e faria: trocaria todos os TSBUTTONS(consomem muita memória), por BUTONBMP em todos os módulos, tive muitos problemas com TSBUTTON e TSBROWSE. Somente uma sugestão, o critério ...
by karinha
Sun Oct 10, 2021 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1772

Block Enter Key from Keyboard.

... block the ENTER Key from "Clicking" buttons. I have a touch screen (Point of Sale) application with about 45 buttons on the screen using TSBUTTONs. If the ENTER Key is pressed on the keyboard it activates the last button that had been pressed. I've been playing with SETFOCUS() but still ...
by bradmaudlin
Thu Jan 09, 2014 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Block Enter Key from Keyboard.
Replies: 3
Views: 814

Re: MsgYesNoCancel

Hello Uwe,

You are most welcome to make your suggestions for the
better looking MyMsgBox Screens.

I am using TSButtons in my copy of MyMsgBox.
Other may prefer to use Skin Buttons or BtnBmp etc..

Regards,

-Ramesh Babu P
by RAMESHBABU
Thu Dec 08, 2011 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2123

Re: Compiling TSButton with MinGW gcc

... ! :-)) I'm using the latest TsButton 7 version . Sorry , but with TsBrowse I'm not working , with xBrowse only . But buttons are needfulls fronm TsButtons . So if I'll know something usefull I'll let you know here .. :) With best regards !
by Rimantas
Wed Nov 09, 2011 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2958

Re: Compiling TSButton with MinGW gcc

Hi, Need help with TsButtons & MinGW . Creating of library - succesfull , but trying to build application with tsbutton library I'm getting errors . Sbuh3m.a here Tsbutton lib for MinGw hbmk2: Linking... Ts.exe ffmpeg/lib/Sbuh3m.a(bpaint.o):bpaint.c:(.text+0x9040): ...
by Rimantas
Wed Nov 09, 2011 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2958

Re: Compiling TSButton with MinGW gcc

I'm joining to this question too . I too get an errors trying to build TsButtons lib with harbour + minGw . Can any to help ? Just idea - maybe Manuel Mercado have a forum , where we can post question to him ?

With best regards !
by Rimantas
Wed Nov 02, 2011 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2958

Problema con Botones

... http://www.mayapos.com/FiveWin/BOTON2.png Todos los controles de FW crean el efecto, por lo que quisiera cambiar mis TSButtons por BtnBmp's, pepepero tengo dos problemas con ellos.. 1.- No centra el texto correctamente 2.- Esa molesta linea que se muestra cuando el ...
by Bayron
Sat Sep 03, 2011 12:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Botones
Replies: 0
Views: 270

Re: BtnBmp changed behavior?

... cursor just over the btnbmp, on the newer version the button raises with a 3dlook. Not good especially when you have btnbmps that are not squared. TsButtons are working perfectly. The problem is only with btnbmps. Thank you for your help. Reinaldo.
by reinaldocrespo
Fri Oct 15, 2010 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp changed behavior?
Replies: 14
Views: 3130

Re: vTaskBar on the left MDIChild Window on the Right

Reinaldo, Now I remember VTaskBar--I have a copy of it somewhere. I have used Manuel's TSButtons and bar too. Below is sample code of how to simulate an SDI interface using MDI. Of course, this would also require some modification of your code--perhaps less than converting ...
by James Bott
Tue Sep 28, 2010 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4558

Re: SENSITIVE SAY

in this archive I see tsbuttons's class and only ssay.ch
by Silvio
Tue Jan 20, 2009 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SENSITIVE SAY
Replies: 19
Views: 3104

Iconos de Hoteles y Restaurantes

... estoy por empezar a trabajar en un nuevo proyecto para un hotel y un restaurant, en el cual ya empeze a trabajar, estoy implementando la clase TSButtons de Manuel Mercado pero me tope con que no encuentro imagenes llamativas para este proyecto. Así que recurro a ustedes para solicitarles si ...
by cuatecatl82
Fri May 23, 2008 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iconos de Hoteles y Restaurantes
Replies: 11
Views: 3247

color of folder dialogs

Hi All, i would like to change the background color of a folder's subdialogs. The default color is not suitable for the color of my TsButtons. Here a picture to see that the button color doesn't harmonize with the background. http://www.d-hoefner.de/files/fw_pic1.gif I tried ...
by Detlef Hoefner
Mon Feb 11, 2008 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color of folder dialogs
Replies: 8
Views: 1269

ops, I just realized you were talking about TSButtons.

TSButton should be changed to use FWH TransBmp() function. There is a sample of use in source\classes\bitmap.prg
by Antonio Linares
Sat Nov 18, 2006 11:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Annoying borders on TSbuttons
Replies: 5
Views: 1155

Annoying borders on TSbuttons

Hi everyone;

Take a look at the image below.

I'd like to get rid of the border around the images.

Can someone help?



Image
Reinaldo.
by reinaldocrespo
Sat Nov 18, 2006 4:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Annoying borders on TSbuttons
Replies: 5
Views: 1155
Next

Return to advanced search