Under macOS and Linux the InputRequester grows in size with the given string that shows inside.
Under Windows the InputRequester seems to have a fixed size, no matter the size of the given string.
So when i give the InputRequester an empty string it still has the fixed size.
When i provide a too ...
Search found 8 matches
- Thu Feb 06, 2025 1:28 pm
- Forum: Windows
- Topic: InputRequester behaves diffrent under Windows
- Replies: 0
- Views: 4459
- Thu Feb 06, 2025 1:19 pm
- Forum: Bugs - Mac OSX
- Topic: InputRequester cuts off text
- Replies: 5
- Views: 4659
InputRequester cuts off text
The InputRequester seems to cut off the last word of a given string at certain lengths.
For example the following code line correctly displays the entire string in the InputRequester.
InputRequester("Lizenzschlüssel", "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy ...
For example the following code line correctly displays the entire string in the InputRequester.
InputRequester("Lizenzschlüssel", "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy ...
- Wed Jun 28, 2023 11:55 pm
- Forum: Feature Requests and Wishlists
- Topic: For PB6?: pbpm - PB Package Manager
- Replies: 7
- Views: 3085
Re: For PB6?: pbpm - PB Package Manager
A package manager would be greate 

- Wed Jun 28, 2023 11:48 pm
- Forum: Mac OSX
- Topic: Reachability via NotificationCenter [edit, working code inside]
- Replies: 11
- Views: 2107
Re: Reachability via NotificationCenter [edit, working code inside]
Thank you Fred, thank you mk-soft, I will try it again 

- Tue Jun 27, 2023 12:27 pm
- Forum: Mac OSX
- Topic: Reachability via NotificationCenter [edit, working code inside]
- Replies: 11
- Views: 2107
Re: Reachability via NotificationCenter [edit, working code inside]
Hey everyone :)
First, thanks for the great examples!
I am trying to get it work with the Procedure: SCNetworkReachabilityCreateWithAddressPair
But I dont get it :(
Does anyone know how this works?
Here the Apple reference https://developer.apple.com/documentation/systemconfiguration/1514908 ...
First, thanks for the great examples!
I am trying to get it work with the Procedure: SCNetworkReachabilityCreateWithAddressPair
But I dont get it :(
Does anyone know how this works?
Here the Apple reference https://developer.apple.com/documentation/systemconfiguration/1514908 ...
- Sun Mar 26, 2023 1:43 pm
- Forum: Bugs - IDE
- Topic: PB 6.01 - Procedures overview gone
- Replies: 3
- Views: 1034
PB 6.01 - Procedures overview gone
Purebasic version: 6.01
Distribution: up to date LMDE 5 (it is based on Debian 11 stable)
Sometimes the Procedures overview, in the right window, is gone. I need to restart PureBasic then.
Distribution: up to date LMDE 5 (it is based on Debian 11 stable)
Sometimes the Procedures overview, in the right window, is gone. I need to restart PureBasic then.
- Thu Dec 22, 2022 10:40 pm
- Forum: Feature Requests and Wishlists
- Topic: WebGadget()
- Replies: 21
- Views: 10728
Re: WebGadget()
Whats with WebView2?
I think the WebGadget should use this instead of the old WebView.
https://learn.microsoft.com/de-de/micro ... /webview2/
I think the WebGadget should use this instead of the old WebView.
https://learn.microsoft.com/de-de/micro ... /webview2/
- Wed Jun 22, 2022 8:36 am
- Forum: Announcement
- Topic: PureBasic 6.00 released !
- Replies: 626
- Views: 216134
Re: PureBasic 6.00 Beta 10 released !
I also think THIS option is the best!!!infratec wrote: Wed Jun 22, 2022 8:26 am There is definately no problem adding the OPTIONAL parameter timeout as the last one in the command.
It will break nothing and if needed you can fill the parameters before with 0 or #Null or the requested default values.
