Search found 3 matches
- Sat Jun 21, 2025 12:40 pm
- Forum: Coding Questions
- Topic: ImageMenu : Image changes in menus are no longer updated with PB 6.21 Windows.
- Replies: 4
- Views: 218
Re: ImageMenu : Image changes in menus are no longer updated with PB 6.21 Windows.
If you reset the menuItem after changing the image, it works again. But I'm not sure if that's the correct way to do it. Case #MenuItem_CouleurH ;{
Couleur = ColorRequester()
If Couleur > -1
ColAiguilleH = Couleur
StartDrawing( ImageOutput( Image_Couleur_Heure ) )
Box( 0 , 0 , 16 , 16 ...
- Sat Jun 21, 2025 6:31 am
- Forum: Coding Questions
- Topic: ImageMenu : Image changes in menus are no longer updated with PB 6.21 Windows.
- Replies: 4
- Views: 218
ImageMenu : Image changes in menus are no longer updated with PB 6.21 Windows.
With version 6.20, the code below works perfectly.
Since version 6.21, the colors are no longer updated.
Is this a bug or an intended change?
ImageMenu : Les changements d'image dans les menus ne sont plus actualiser avec PB 6.21 Window.
Avec la version 6.20, le code ci-dessous fonctionne ...
Since version 6.21, the colors are no longer updated.
Is this a bug or an intended change?
ImageMenu : Les changements d'image dans les menus ne sont plus actualiser avec PB 6.21 Window.
Avec la version 6.20, le code ci-dessous fonctionne ...
- Sat Jun 29, 2024 6:59 am
- Forum: Bugs - IDE
- Topic: Form Designer, the equals sign "=" is not supported
- Replies: 1
- Views: 4269
Form Designer, the equals sign "=" is not supported
In the form editor, the equals sign "=" is not supported.
In the graphics editor, we configure a button like this:
ButtonGadget(#ObjButton, 10, 150, 100, 20, "Test =")
After switching between Source Code and Design mode several times,
This comes out:
ButtonGadget(#ObjButton, 10, 150, 100, 20, "Test ...
In the graphics editor, we configure a button like this:
ButtonGadget(#ObjButton, 10, 150, 100, 20, "Test =")
After switching between Source Code and Design mode several times,
This comes out:
ButtonGadget(#ObjButton, 10, 150, 100, 20, "Test ...