Fred McIntyre
Posts: 0
Joined: Sun Jan 12, 2014 5:04 pm

Panel not displayed

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.

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Panel not displayed

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

Tommy Thomas
Posts: 0
Joined: Thu Mar 06, 2014 3:44 pm

Panel not displayed

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Panel not displayed

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

Tommy Thomas
Posts: 0
Joined: Thu Mar 06, 2014 3:44 pm

Panel not displayed

Tommy Thomas
Posts: 0
Joined: Thu Mar 06, 2014 3:44 pm

Panel not displayed

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Panel not displayed

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"?

Fred McIntyre
Posts: 0
Joined: Sun Jan 12, 2014 5:04 pm

Panel not displayed

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.

Tommy Thomas
Posts: 0
Joined: Thu Mar 06, 2014 3:44 pm

Panel not displayed

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. :)

Tommy Thomas
Posts: 0
Joined: Thu Mar 06, 2014 3:44 pm

Panel not displayed

Nevermind, you were responding to Maryna lol :)

Return to “Issues”