Page 3 of 4

Panel not displayed

Posted: Mon Jan 20, 2014 5:08 pm
by Fred McIntyre

Added this to my app, and it works great. I used just a handle on the left.

A note for anyone else finding this:
In order to move the handle up or down on the page, in the CSS change top in the .handle block. To make it taller or shorter, change height in .handle, and change height in .handle-label to 2px less than the height in .handle.

In order to size it to fit the word "Menu" I also changed top and left in .handle-label-left.

With the following changes, it just fits in the header, sized for the text "Menu"
Keep all the CSS the way Adam has it above, and just make these changes:
in .handle
height: 50px;
top: 1px;

in .handle-label
height: 48px;

in .handle-label-left
top: 10px;
left: 15px;

Thanks, again, Adam.


Panel not displayed

Posted: Mon Jan 20, 2014 6:27 pm
by Adam Garbinski

You welcome Fred :) Glad it is working for you.


Panel not displayed

Posted: Fri Mar 07, 2014 4:22 pm
by Tommy Thomas

FYI, I just dropped a regular button in the left header, set it to no text, set a grid icon, set the open/close events. The slider is set to the left side and pushes the button over as expected. I agree though, the little tab in the visual gui would be nice to just have options for that one.


Panel not displayed

Posted: Fri Mar 07, 2014 4:37 pm
by Maryna Brodina

Hello! Sorry, could you post some screenshots to show what you mean?


Panel not displayed

Posted: Fri Mar 07, 2014 7:56 pm
by Tommy Thomas

Panel not displayed

Posted: Fri Mar 07, 2014 7:58 pm
by Tommy Thomas

Panel not displayed

Posted: Fri Mar 07, 2014 10:00 pm
by Maryna Brodina

Sorry, still not sure I understand... What do you mean on "the little tab in the visual gui would be nice to just have options for that one"?


Panel not displayed

Posted: Fri Mar 07, 2014 10:06 pm
by Fred McIntyre

Please read this topic, from the top down, to the post:
Adam Garbinski 1 month ago
I totally agree with Fred...

Adam and I tried to answer that question as best as we could. Basically we are asking for an option on the Panel component which we could check, and put in text for, that would create a little tab to open the panel in the actual app, just like there is a tab in the Builder which opens the panel. It should probably be optional, because not everyone would want it. But to have as an option seems reasonable.


Panel not displayed

Posted: Sat Mar 08, 2014 4:10 pm
by Tommy Thomas

Well yeah, I totally agree as well that the tab should have option is the panel settings, I was just providing a simple solution without any css or special html coding, leveraging the button control in the header. It all is good. :)


Panel not displayed

Posted: Sat Mar 08, 2014 4:11 pm
by Tommy Thomas

Nevermind, you were responding to Maryna lol :)