I have output being directed to gxmessage that's longer (height) than the window.
I can't find any info to make the window scroll.
If not, any other simple alternatives?
Moderator: Forum moderators
I have output being directed to gxmessage that's longer (height) than the window.
I can't find any info to make the window scroll.
If not, any other simple alternatives?
Xdialog has a restriction of the number of characters
https://oldforum.puppylinux.com/viewtopic.php?t=114156
GTKDIALOG and YAD are popular.
@Trapster :-
It should be......at least, it is for me.
I'm starting to use gxmessage quite a bit for 'Help' windows when I build packages. If there's a lot of info to display, gxmessage respects the screen dimensions, makes itself into a window that fits the screen and becomes scrollable.
[Click to enlarge:-]
See what I mean? Is yours not behaving like this?
Mike.
Trapster wrote: Wed Jan 24, 2024 11:03 pmI have output being directed to gxmessage that's longer (height) than the window.
I can't find any info to make the window scroll.
gxmessage already scrolls by default.
If the window is too large for your screen you can make it smaller.
Example: gxmessage -geometry 400x600 -file /tmp/bootkernel.log
results in
AFAIK there is no way to avoid scrolling - apart from reducing font size or content.
This is on my server that is running puppy 4.10.
I just found that gxmessage is linked to xmessage.
I may have to upgrade but I don't think that system likes gtk-3
Code: Select all
xmessage.c,v 1.6 95/01/04 16:29:54 gildea Exp $
Off to google.
Thanks guys!
I finally got it.
Could not use current/latest gxmessage due to glibc problems.
I found this site full of series 4 goodies and the gxmessage pet worked right away.