Page 4 of 4
Re: Wishlist for PB 7.0 :)
Posted: Sun Feb 08, 2026 8:05 am
by Matheos
ZX80 wrote: Fri Feb 06, 2026 5:34 pm
Hello. I understand that my request isn't very interesting to many and will likely not be implemented, but I'm asking for the ability for EditorGadget to limit string length, like StringGadget does with the #PB_String_MaximumLength flag. However, I'd like this to also work with the #PB_Editor_WordWrap flag.Thank you.
I agree, it's a reasonable request — PB would benefit from real-world application features such as this.
It would be worthwhile to be able to set
maximum lines, in addition to
maximum characters per line, via SetGadgetAttribute() rather than using workarounds.
Re: Wishlist for PB 7.0 :)
Posted: Sun Feb 08, 2026 9:38 am
by miso
Zlib inflate deflate for streams natively, without linking the lib.
Re: Wishlist for PB 7.0 :)
Posted: Sun Feb 08, 2026 12:29 pm
by ZX80
Matheos wrote: Sun Feb 08, 2026 8:05 am
It would be worthwhile to be able to set
maximum lines, in addition to
maximum characters per line, via SetGadgetAttribute() rather than using workarounds.
Good time,
Matheos.
Also I was just thinking of suggesting the following: create an array or string that will contain the allowed characters. For StringGadget() and EditorGadget() add an additional parameter, where the array with allowed characters that we created earlier [optional]. If array is not specified, all characters are allowed. Yes, I understand that all of this can be implemented through a callback function, but if it were native, it would be certainly much more convenient.
Re: Wishlist for PB 7.0 :)
Posted: Mon Feb 09, 2026 1:12 pm
by threedslider
miso wrote: Sun Feb 08, 2026 9:38 am
Zlib inflate deflate for streams natively, without linking the lib.
+100 !
Re: Wishlist for PB 7.0 :)
Posted: Wed Feb 25, 2026 9:36 am
by jacdelad
PackerCallback() to be threadsafe (if performing multiple packing operations, how do I identify them?) and to be available for unpacking.
Re: Wishlist for PB 7.0 :)
Posted: Wed Feb 25, 2026 3:35 pm
by minimy
I think will be nice an encoder for GIF.
Re: Wishlist for PB 7.0 :)
Posted: Fri Feb 27, 2026 1:11 pm
by jacdelad
#PB_ListIcon_NoHeaders to be available in the dialog library. But maybe this can be done earlier.