Search found 39 matches: gradbrus

Return to advanced search

Re: Checkbox still strange

Maybe this: * Fix: samples\GradBrus.prg was failing when Alt was pressed or the mouse was clicked on a radio or a checkbox. We have modified Class TControl Method HandleEvent() to solve it. Can you try to take one of your dialogs showing ...
by Enrico Maria Giordano
Wed Nov 10, 2010 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6072

Re: Problems when upgrading from 10.06 -> 10.08

Pete,

Please build FWH\samples\gradbrus.prg and let me know if the brushed dialog is properly shown, thanks
by Antonio Linares
Wed Sep 08, 2010 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems when upgrading from 10.06 -> 10.08
Replies: 18
Views: 2841

Flickering with new fix!

This change * Fix: samples\GradBrus.prg was failing when Alt was pressed or the mouse was clicked on a radio or a checkbox. We have modified Class TControl Method HandleEvent() to solve it. lets flickering the controls very strong! This ...
by byte-one
Fri Aug 06, 2010 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flickering with new fix!
Replies: 0
Views: 313

Re: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

El problema sigue con FWH10.7. Con ALT desaparecen los PROMPT

Igual con samples/gradbrus testrad2, testrad5. En general con los Radios, Checkbox y transparencias hay problemas.

Saludos,

Carlos Gallego
by Cgallegoa
Mon Aug 02, 2010 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3233

Re: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

... Patricio, Este es un error que hemos corregido varias veces y que luego, por varias razones hemos pensado que no era necesario. Pero samples\GradBrus.prg claramente demuestra que si hace falta solucionarlo. Hay que añadir estas líneas a la Clase TControl en source\classes\control.prg     ...
by Armando Picon
Sun Aug 01, 2010 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3233

New FTDN July/Julio 2010 (FWH 10.7)

... (used in RibbonBars) does not reuse the brush of the RibbonBar, so when it gets destroyed, it does not destroy the RibbonBar brush. * Fix: samples\GradBrus.prg was failing when Alt was pressed or the mouse was clicked on a radio or a checkbox. We have modified Class TControl Method HandleEvent() ...
by Antonio Linares
Wed Jul 28, 2010 5:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2010 (FWH 10.7)
Replies: 0
Views: 2210

Re: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

Patricio, Este es un error que hemos corregido varias veces y que luego, por varias razones hemos pensado que no era necesario. Pero samples\GradBrus.prg claramente demuestra que si hace falta solucionarlo. Hay que añadir estas líneas a la Clase TControl en source\classes\control.prg       ...  ...
by Antonio Linares
Wed Jul 14, 2010 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3233

TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt

Estimados

el ejemplo gradbrus.prg al presionar el boton FIRST sale un dialogo con checkbox si uno presiona la tecla ALT estos desaparecen

a alguien mas le sucede?

ahh utilizo windows 7
by Patricio Avalos Aguirre
Fri Jul 09, 2010 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRANSPARENCIA SAY Y CHECKBOX fallan al presionar tecla alt
Replies: 16
Views: 3233

A problem with GradientBrush()

In the sample gradbrus.prg, please try to click on "First" button, then on "Another" button and then close and reopen the second dialog many times. Now move the second dialog over the first. You will see that ...
by Enrico Maria Giordano
Thu Jan 28, 2010 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11527

Re: Radio background

... transparent, there is no need to say :lTansparent := .t. for checkboxes and radio buttons. You can remove that code. It works on XP also. Even the gradbrus.prg in the samples can be modified. 1. Add TRANSPARENT clause to DEFINE DIALOG statement and 2. Remove all code assigning object:lTransparent ...
by nageswaragunupudi
Sat Jul 18, 2009 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio background
Replies: 8
Views: 2172

Re: Radio background

Please see gradbrus.prg in fwh\samples folder.
by nageswaragunupudi
Fri Jul 17, 2009 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio background
Replies: 8
Views: 2172

Re: Painting problem in the New Sample GradBrus.Prg

Something more I have observed: If you use lTransparent:=.t., it seems work fine, but if you put the mouse pointer over the get, the get's container dissapears. If you move the dialog out of the main window, his container shows again. (PAINT) REDEFINE GET oCtaRetALC Var cCtaRetALC ID 140 OF oDlg PIC...
by FranciscoA
Wed May 20, 2009 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem in the New Sample GradBrus.Prg
Replies: 23
Views: 3077

Re: Painting problem in the New Sample GradBrus.Prg

Dears friends: I've done some testing with the GradientBrush Gunther' s Function and got the following results: Maybe this was already resolved. Using dialogues in resources: On bmps, Works well. On Says, works well. On normal Gets, works well. On Gets read-only, does not work properly (the bottom o...
by FranciscoA
Wed May 20, 2009 3:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem in the New Sample GradBrus.Prg
Replies: 23
Views: 3077

Re: Painting problem in the New Sample GradBrus.Prg

Hello Dietmar, using Günther's Function for Folders DlgGrad( hDC, oDlg ) = the old Dialog-Gradient-Style ( can replaced with Günther's Function ) FolderGrad() = using Günther's Function All together with < disable Exit-Button > : ACTIVATE DIALOG oDlg CENTERED NOWAIT ;ON INIT ( oDlg:Move...
by ukoenig
Sun May 17, 2009 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem in the New Sample GradBrus.Prg
Replies: 23
Views: 3077

Re: Painting problem in the New Sample GradBrus.Prg

I found this thread. The solution is working fine in dialogs. But how do I apply the gradient brush to FOLDERS in a DIALOG? This fills the Dialog with color but not the folders ACTIVATE DIALOG eFenst CENTERED;        ON INIT (GradientBrush( eFenst, { { 0.4, nRGB( 75, 144, 223 &...
by Dietmar Jahnel
Sun May 17, 2009 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem in the New Sample GradBrus.Prg
Replies: 23
Views: 3077
Next

Return to advanced search