-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builder Status: beta test bug reports #80
Comments
Issue for Builder 0.10.4-beta5 (Windows):
FIXED: Builder 0.10.4-beta6 has been uploaded to revise the launch batch script. Without this update, users might observe the following error upon double-clicking |
Summary of Issues in Builder 0.10.4-beta7:NOTE: Many of these issues have already been resolved in the upcoming Builder 0.11.0-rc1 version, but have been captured here so that users are aware of them in the meantime
|
Hello Calvin and Paul, I stated using the builder to setup my UI, one thing that it would be really nice is the ability to save colors or palette of colors to reuse them. |
Another cool thing to add would be having the primitives on the tool box (lines, rectangles, circles) |
Hi Vitor -- good suggestions!
|
Hello Calvin and Paul,
Like this: |
@vitormhenrique -- from what you describe, I assume you are displaying these virtual gimbals to represent positional status rather than accepting touch control. If so, the most flexible solution is to use the "custom draw callback" approach. In the Builder, create a "Box" element and then enable the custom "Draw Function". This will create a callback routine that enables you to draw the shapes according to your sensor input, while still integrating with the standard GUIslice redraw event hierarchy. Please see |
Hi, I noticed that the builder crashes on code generation once a graph is included in the design, leaving an incomplete source file (missing section markers). It boils down to a simple mistake in typecasting in CodeGenerator.java:1424 replacing TextModel with GraphModel seems to solve the issue. |
Thanks for the report on XGraph. Fix will be in Builder RC5 |
I had a similar crash problem with the ProgressBar which I reported. I've installed 0.11.0-rc4 and no longer appear to have the same problem. Was the ProgressBar issue addressed in rc4? |
@DonpK Yes, the progress bar was fixed in rc4. |
OS: Windows 7; GUIslice: 0.12.0 (4769b20); Builder: 0.11.0-rc4; Target: arduino The image file selection dialog always opens in "Program Files (x86)\GUIsliceBuilder\arduino_res". When there are many images to add and their directory is far removed from the installation directory, adding them is onerous. Possible solutions: add an option to set "Default Image Source Directory"; remember the last directory in which an image was selected. |
OS: Windows 7; GUIslice: 0.12.0 (4769b20); Builder: 0.11.0-rc4; Target: arduino Changed "Target's Image Directory" value in General project options is not persisted after saving, closing, and re-opening the project. |
OS: Windows 7; GUIslice: 0.12.0 (4769b20); Builder: 0.11.0-rc4; Target: arduino When adding an Image Button, it is required to also choose a file for "selected" or "glow" state ("Choose your Button's Image when pressed"). When not using the glow feature, this seems to add an unnecessary step to the process (again picking the same file). Furthermore, the exported output has to be amended to include a line disabling glow for the image button:
Possible solution: add a project option for default Button Image glow and a "Use Glow" property on Button Image instances; set the "Use Glow" property to the default value on Button Image creation; permit changing it and selecting or removing (or changing) a glow image later. |
OS: Windows 7; GUIslice: 0.12.0 (4769b20); Builder: 0.11.0-rc4; Target: arduino When saving or exporting a project file, a confirmation dialog ("Project saved..."; "Code generated...") is generated. This breaks development flow and causes what feels like an unnecessary action; when I save frequently (habitually), the confirmation interruption friction is heightened. Possible solutions: add a project option to "Disable Save confirmation dialog" and "Disable Export confirmation dialog"; remove confirmations of success altogether and only message on failure. |
OS: Windows 7; GUIslice: 0.12.0 (4769b20); Builder: 0.11.0-rc4; Target: arduino Deleting a Button Image does not remove the corresponding case in the
|
@pdupuy -- thank you very much for taking the time to file these detailed Builder bug reports! I have integrated them into our internal Builder issue list for review. Note that PaulC (Builder author) is in the midst of a major Builder code-gen rewrite (for 0.13.0) so some enhancements might be pushed to a later update. |
Assigned bug# 77 and fixed in next release 0.13.0 |
Assigned bug#: 76 fixed in next release 0.13.0. |
Assigned bug#80: fixed in next release of builder 0.13.0 |
Assigned bug#80: Fixed in next release of builder |
Closing beta test thread given that Builder 0.13.0 was released. We will keep track of issues with the Builder in its own companion repository. Please file any problem reports at the Builder repository noted below: thanks! |
With the launch of the GUIslice Builder (#79) as a beta release, it is likely that issues may be encountered in its operation or associated documentation. This issue will be used to capture user feedback concerning these reports.
This particular entry will also be updated periodically to reflect any known open issues, so as to avoid report duplication.
Bug Report Info
For any reports, please indicate the following details:
Windows 10
)0.10.5
)0.10.4-beta5
)arduino
)/logs/
subfolderCurrent Known Issues
The text was updated successfully, but these errors were encountered: