Combobox glitch?

Post

Posted
Rating:
#51
Avatar
Expert
Poly is in the usergroup ‘Expert’

JMathers said

.99 seems to have fixed it

Congratulations.  :)

Now I'm almost jealous because I'm still on stable. ;)
Online now: No Back to the top

Post

Posted
Rating:
#52
Guru
BruceSteers is in the usergroup ‘Guru’

JMathers said

after alot of work, and faffing around, got it updated

.99 seems to have fixed it

Thanks :D :mrgreen:  :D


edit ; yes, i had to make a desktop recording n then pause it n take a picture of it.

print screen button doesnt seem to want to take a picture when the app / test app is active.  :lol:

cool :)

yes prt-scrn does not work if a "Menu" is open as it's grabs the key events,  combobox pops open a menu so prnt-screen does not work till the combobox menu is closed.
Online now: No Back to the top

Post

Posted
Rating:
#53
Regular
JMathers is in the usergroup ‘Regular’
yeah, so taking a screenshot of the combo box had me stumped for a second, but i remembered OBS :P
Online now: No Back to the top

Post

Posted
Rating:
#54
Guru
BruceSteers is in the usergroup ‘Guru’
here's a trick to use gbs scripting to set a 5 second delay then save a screenshot to ~/screenshot.png

try this in a terminal…

Code

echo -e 'use "gb.desktop"\nuse "gb.gui"\nwait 5\nDesktop.ScreenShot().Save("~/screenshot.png")'|gbs3

that gives you 5 seconds to pop your menus open.
Online now: No Back to the top

Post

Posted
Rating:
#55
Avatar
Expert
Poly is in the usergroup ‘Expert’
Now I'd like to do some advertising.
There are many screenshot programmes out there.
But one is written in Gambas by Cogier, here from the forum, and he has just updated it.
Take a look at ScreenShot 3.0.0.

If you capture the entire screen, the image may be a bit large. Then simply enter the following.

Enter in Bash.

Code

mogrify -quality 70 PictureName

All you need is ImageMagick.
Online now: No Back to the top

Post

Posted
Rating:
#56
Regular
JMathers is in the usergroup ‘Regular’
so i need to install another program, to use the program you just suggested?
Online now: No Back to the top

Post

Posted
Rating:
#57
Avatar
Expert
Poly is in the usergroup ‘Expert’

JMathers said

so i need to install another program, to use the program you just suggested?

I don't think so.
I think ImageMagick is pre-installed almost everywhere.

You can also use the program without compression.
I use it to select part of the screen and make a few notes directly in it.
But I have now tested the latest version extensively and found that the recording of the entire screen is a bit large.
I have already written this to cogier . He is looking for a solution. In the meantime, I am using the above command as a workaround.
Online now: No Back to the top

Post

Posted
Rating:
#58
Avatar
Administrator
gbWilly is in the usergroup ‘unknown’

BruceSteers said

But be sure to disable or remove the stable list first
No need as master is the highest version and will be pulled in. Stable will never be used again, even with entries still there.
The other way around (downgrade) would require some removal of referrals and gambas3 itself and a complete reinstall

gbWilly
- Gambas Dutch translator
- Gambas wiki content contributor
- Gambas debian/ubuntu package recipe contributor
- GambOS, a distro for learning Gambas and more…
- Gambas3 Debian/Ubuntu repositories


… there is always a Catch if things go wrong!
Online now: No Back to the top

Post

Posted
Rating:
#59
Avatar
Administrator
gbWilly is in the usergroup ‘unknown’

JMathers said

after alot of work, and faffing around, got it updated

.99 seems to have fixed it

Thanks :D :mrgreen:  :D
Thank you for helping making Gambas better   ;)

gbWilly
- Gambas Dutch translator
- Gambas wiki content contributor
- Gambas debian/ubuntu package recipe contributor
- GambOS, a distro for learning Gambas and more…
- Gambas3 Debian/Ubuntu repositories


… there is always a Catch if things go wrong!
Online now: No Back to the top
1 guest and 0 members have just viewed this.