I'm experimenting with Reify for the first time and have come across several issues I'm not sure how to resolve:
SGWT: 2013-03-22 Power
Dev env: Eclipse Juno, GWT 2.5.1
Browser: FF 19
1) The demo video was very impressive and documentation gives hints on filling layouts (under "Space Filling & Fluid Layout"). Although my first attempt was to have a TabSet fill the screen. I placed a Vertical Tab into Balsamiq and put a grid inside it. While the grid appeared to have corrected filled the space of the tab, the TabSet itself was fixed size. What should I be doing to make this fill the browser window and resize with it?
2) How should a RibbonBar/Group be represented in Balsamiq so that the tool imports properly? (Ideally, I'm trying to achieve the layout of having a set of RibbonBar/Group on top of the ListGrid in the TabSet)
3) I'm using the standalone tool to watch the import change live as a I change the mockup in Balsamiq, but it seems after the tool refreshes the first time, Balsamiq is unable to write to the file. It appears as though the Eclipse Java process has a lock on the file. I would need to stop the GWT jetty server before Balsamiq is able to write to the file again.
SGWT: 2013-03-22 Power
Dev env: Eclipse Juno, GWT 2.5.1
Browser: FF 19
1) The demo video was very impressive and documentation gives hints on filling layouts (under "Space Filling & Fluid Layout"). Although my first attempt was to have a TabSet fill the screen. I placed a Vertical Tab into Balsamiq and put a grid inside it. While the grid appeared to have corrected filled the space of the tab, the TabSet itself was fixed size. What should I be doing to make this fill the browser window and resize with it?
2) How should a RibbonBar/Group be represented in Balsamiq so that the tool imports properly? (Ideally, I'm trying to achieve the layout of having a set of RibbonBar/Group on top of the ListGrid in the TabSet)
3) I'm using the standalone tool to watch the import change live as a I change the mockup in Balsamiq, but it seems after the tool refreshes the first time, Balsamiq is unable to write to the file. It appears as though the Eclipse Java process has a lock on the file. I would need to stop the GWT jetty server before Balsamiq is able to write to the file again.
Comment