![]() |
|
Maximum number of labels in Inform PE? - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +--- Thread: Maximum number of labels in Inform PE? (/showthread.php?tid=2517) |
Maximum number of labels in Inform PE? - Willi Grundmann - 03-13-2024 Hi, I am working on a hobby project. Somehow I can only have 72 labels on the form. Adding another label upsets the previously entered labels. Please see the attached RFProtocolAnalyser2.txt file. I could not attach it as .frm file and changed it to a .txt file. Is there a maximum number of labels in Inform PE? Best Regards Willi RE: Maximum number of labels in Inform PE? - a740g - 03-13-2024 (03-13-2024, 08:00 AM)Willi Grundmann Wrote: Hi,I was able to add a whole bunch of controls (labels) without issues (see attachment). How is this breaking the previously entered labels for you? RE: Maximum number of labels in Inform PE? - bplus - 03-13-2024 Yeah I was surprised about a limit on labels and put in a question to Fell else where. RE: Maximum number of labels in Inform PE? - FellippeHeitor - 03-13-2024 In theory there should not be any limits. The control array is expansible, so it looks like a bug. I never stress tested it (although the editor itself probably has more than 72 controls - I never counted). RE: Maximum number of labels in Inform PE? - SpriggsySpriggs - 03-13-2024 Maybe it is some computer issue. Like not enough RAM or CPU power. RE: Maximum number of labels in Inform PE? - FellippeHeitor - 03-13-2024 Im lazy to count so I’ll trust ChatGPT with this: About UiEditor.frm:
RE: Maximum number of labels in Inform PE? - Willi Grundmann - 03-13-2024 Thank you very much for the quick replies and advice. I restarted the computer and Inform PE today. This solved the problem. Hopefully it was a one-off glitch. Best Regards Willi |