Open groberts22 opened 6 years ago
Regarding the placement of the g-code file editor as the same window as the visualizer. I couldn't reproduce your problem... =(
However the problem I had with the Workflow Helper is because it uses the same "layout mode" as the editor. This causes the editor to steal focus as soon as a new file is selected in the Workflow Helper. I tried moving the Workflow Helper to left which resolved this issue.
Does anyone have an opinion on this?
@breiler thanks for the response. Here is a screenshot of the way I currently have my desktop organized. The first problem occurs if I attempt to place the Send Progress window in a box on the left hand side of the screen - say, below the state window or sharing the same window with it. Either action immediately expands the windows in that column and shrinks the column on the right hand side. I think the minimum width of the box must be set to 80 or 130, which doesn't seem necessary given the width of the information contained in the window. The second problem seems to have disappeared. What was happening was that whenever I opened a g-code file for editing it was opening in the same window regardless of where I last had it opened. I just tried (and failed) to reproduce the problem. Strange. Maybe some type of Rumpelstiltskin effect. :)
Most of the panels doesn't scale well, only DRO and Macros can become really tight. This would require a new layouts for most of the panels.
When I fiddled around with the layout I noticed that these types of windows are in "editor mode" which are used for opening files. I guess if you are unlucky you would get your Rumpelstiltskin behaviour where the gcode-editor will be opened in the visualizer area.
Thanks. In any event, these are small problems. The display is really remarkably flexible. If everything worked exactly the way we want it to, we would probably just end up changing our minds.
On Thu, Feb 22, 2018 at 1:22 PM -0500, "Joacim Breiler" notifications@github.com<mailto:notifications@github.com> wrote:
Most of the panels doesn't scale well, only DRO and Macros can become really tight. This would require a new layouts for most of the panels.
When I fiddled around with the layout I noticed that these types of windows are in "editor mode" which are used for opening files. I guess if you are unlucky you would get your Rumpelstiltskin behaviour where the gcode-editor will be opened in the visualizer area. [window]https://user-images.githubusercontent.com/8962024/36554906-d87eeeda-1800-11e8-880a-ded9994ba346.png
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/winder/Universal-G-Code-Sender/issues/914#issuecomment-367773312, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AYmt51eqgKwqS11dYdAyiu2E0s09ejrvks5tXbBSgaJpZM4SOFRI.
This electronic message and its attachments contain information from the consulting firm of Charles River Associates that may be confidential or privileged. If you are not the intended recipient we ask that you notify us immediately via reply e-mail and delete or destroy this message and any copies of it. Thank you for your cooperation.
The gcode editor isn't very good right now.
The default location is definitely inconsistent, no matter what settings I tried I couldn't get it to show up where I wanted it (center of the screen with visualizer to the right). Even if you manually setup the windows, the editor still moves around sometimes when you open a new file or restart UGS.
The "NetBeans" way to deal this would be to have the editor show both the gcode source and visualizer (in @breiler's screenshot see the source
box, there would be another box saying something like visualizer
). That isn't really the UX I was going for though, I like having the visualizer and gcode open side by side.
A better way to go about this might be to utilize the "roles" feature in netbeans, so that there are multiple layouts depending on if you are editing or sending, that way when you go into editing mode most of your windows would go away (i.e. DRO, console, macros, etc). Then there would be a default/sending mode which brings out another set of windows. That's a pretty big project.
I can imagine a number of different scenarios (I often find myself wanting to have the console and the g-code open side-by-side when i am reviewing/testing code). That is the beauty of being able to place the modules in separately movable and sizeable windows. I keep telling myself that I need to learn more about the framework employed by UGS so that I would have a better sense of what is possible, but that project has not made it to the top of the stack yet. In any event, I appreciate how far you have taken this project. Thanks.
I apologize if this seems trivial or if I am failing to understand something obvious, but a couple of the display windows that I rely on appear to have limited resizing flexibility and thus cannot be easily combined with other windows that I frequently use.