Progressbar is just a drawingarea that dsplay a blue square so
putting a drawingarea on another is not really the soluce
You can do :
' Gambas class file
Private OBS As Observer
Public Sub Form_Open()
OBS = New Observer(ProgressBar1.Children[0]) As "OBS"
End
Public Sub OBS_MouseDow
On Sun, Nov 16, 2014 at 7:53 PM, Fabien Bodard wrote:
> 2014-11-16 9:48 GMT+01:00 roberto :
> > Dear Caveat,
> >
> > you should install on your system Qt configurator to change the colors of
> > tooltips ( background and foreground)
>
Caveat,
you can check for yourself that the problem is rela
Hi All,
Need help with a custom ComboBox.
I've created a UserControl (extends UserControl) with the normal stuff
(TextBox for selection, picture for selected item and picture for dropdown
button).
The actual drop down list is a ListView instead of a ListBox for item
pictures.
This all work
On 16. November 2014 17:14:35 MEZ, "Benoît Minisini"
wrote:
>Le 16/11/2014 15:31, Wolfgang, dl7nb a écrit :
>> Hello all,
>> I have tested with Gambas3.6.2. I placed a simple Progressbar and
>tried:
>>
>> #
>> Public Sub ProgressBar1_Enter()
>>
>> Debug "Here we are!"
>>
>> End
>> #
Le 16/11/2014 15:31, Wolfgang, dl7nb a écrit :
> Hello all,
> I have tested with Gambas3.6.2. I placed a simple Progressbar and tried:
>
> #
> Public Sub ProgressBar1_Enter()
>
> Debug "Here we are!"
>
> End
> #
>
> Which worked perfectly. But
>
> #
> Public Sub ProgressBar1_Mouse
Hello all,
I have tested with Gambas3.6.2. I placed a simple Progressbar and tried:
#
Public Sub ProgressBar1_Enter()
Debug "Here we are!"
End
#
Which worked perfectly. But
#
Public Sub ProgressBar1_MouseDown()
Debug "Here we are!"
End
#
did never execute. What wen
2014-11-16 9:48 GMT+01:00 roberto :
> Dear Caveat,
>
> you should install on your system Qt configurator to change the colors of
> tooltips ( background and foreground)
Yes...
>
> Regards
>
>
> Il 16/11/2014 09:28, Caveat ha scritto:
>
>> It's the colours, very light text on a light background. Wi
It's the colours, very light text on a light background. With
screenshot and the colours inverted, I was able to read the message, and
was then able to see it was actually nothing to worry about "This
project is read-only".
Kind regards,
Caveat
On 16/11/14 09:21, Fabien Bodard wrote:
> 2014-1
2014-11-16 8:34 GMT+01:00 Caveat :
> On opening a read-only project from the examples, I also (still) see an
> almost impossible to read error message.
>
> I could only see that the warning message said "This project is
> read-only" by taking a screenshot and inverting the colours!
>
> This is with