I'm currently working on the Responsive side of a website and I'm facing some problems that I don't really know how to fix. I've been looking for some clues for a couple of hours now : nothing so far.
Here's my problem, I have a basic nav composed of multiple Links and Unordered Lists (which also contain links) that can be opened / closed by touching a "Hamburger" menu :
https://i.stack.imgur.com/BovMl.png
Item 1, 2 and 3 open when touched :
https://i.stack.imgur.com/2fsSt.png
My first problem is here, the menu does not fully show on the screen and is not scrollable, the background content scroll instead. I tried to activate the scrolling by setting overflow-y to scroll on the whole menu but the result is not that smooth.
The second problem is a more serious one, when I first toggle 'Item 1', toggling 'Item 2' will result in opening right away 'Item 2-2'. I've noticed that 'Item 2-2' is at the same place than 'Item 2' on the first picture I've posted because 'Item 1' closes so 'Item 2' get up and opens but I don't know how to prevent this "ghost" click to happen.
I don't know if I was clear enough, sorry for the low explanations, english isn't my native language so I'm trying the best I can :/
Thanks in advance !
Related
This is hopefully pretty straight forward, but after an hour of searching online, I couldn't find anyone else complaining about this issue. Perhaps I just haven't found the right wording to describe it.
My company recently switched to Excel 2016, and I HATE the way the scrollbars work. If you drag the scrollbar with the mouse, your current view freezes in place until you 'drop' the scrollbar. Then the screen suddenly jumps to this part of the spreadsheet. It used to actively display the spreadsheet as you dragged the scrollbar around, so you could see everything as you moved around.
I constantly work with enormous spreadsheets where I need to find specific sections quickly, and now that the scrollbar has become useless, it takes me much longer to navigate.
I understand you can use the arrow keys, or different shortcuts to jump through a spreadsheet, but I found the scrollbar very useful when moving through very large files. I can't be the only person who wants this functionality turned back on, but I can't find any information on it, or any settings I can switch.
This fix works for me. In Win 10 open Control Panel. Navigate to: Control Panel\All Control Panel Items\Ease of Access Centre\Make the computer easier to see. Near the bottom in the section "Make things on the screen easier to see" is a tick-box: "Turn off all unnecessary animations (when possible)". This was ticked for me by default so I unticked it and clicked the Apply button after which the scroll bar in Excel started to work as it does in Win 7, i.e. the cells in the background move as you drag the scrollbar left/right and up/down. Perfect.
Is there any change in CN1 default theme?
Here is my form what it was looking prior on the phone
(it has list item background and square button by default)
Then all of a sudden from last 2 days, without changing anything in themes.res from my side, list item background and button shape have disappeared & button caption became all caps. As per this
This happened across the whole app and all of my 4 apps. Please may I know is the change going to be revert from the CN1 side or this is an enhancement?
I think it's explained in this blog post:
https://www.codenameone.com/blog/pixel-perfect-material-buttons.html
I'm using the Application.CommandBars.Add method to create a custom PopUp menu.
I'm on a Mac with OS 10.8 and using Excel for Mac 2011.
I get a Help button at the top of menu that I didn't ask for. It does work, as in it launches the Help Center. I just don't want it on this right-click menu. None of the code examples or discussion threads that I have found by searching this and other sites mention anything about this. How does it get there and what I can do to remove it?
I can't get at it with an index to the controls, or by its name:
CommandBars(MyMenu).Controls(1).Delete ........... removes my first command button ("Button 1")
CommandBars(MyMenu).Controls(0).Delete ........... fails - subscript out of range (duh)
CommandBars(MyMenu).Controls("Help").Delete ... fails - invalid argument
And likewise with trying to make it ".Enabled = False" or ".Visible = False".
Is there a way to get at it with the "Id:=30010"?
Is there some argument or property to the CommandBars.Add or ShowPopup methods that will tell it, "Don't 'Help' me so much, thanks."?
The code is exactly what you find on the MSDN site example for Creating Popup Menus so I won't add that here.
I don't have enough reputation points to post the screen snapshot of what it looks like when displayed with a Right-Click event. There is a "Help" button at the top of the menu, a separator line, then the buttons I defined on the menu.
In the Solution Explorer, I clicked on "Scope to this" to display only a part of the solution. Now I can't find how to get back to normal view.
Closing/Reopening Solution Explorer won't work; I searched every menu item, and "New Solution Explorer View" didn't work either; I found nothing on Google.
I must be missing something obvious... There has to be an easy way to undo "Scope to this", right?
Click the "Home" icon (third one by default, the one with a house pictogram) in the Solution explorer. This will revert the view to the full solution.
In addition to pressing the 'home' button you should also see, in the top left hand corner of the Solution Explorer, two arrows.
Pressing the left pointing one will take you back out of scope to this and pressing the right one will put you back into it.
Essentially, they work as forward and back buttons.
Extra:
You can also right click on projects and select 'New Solution Explorer Window' to have two separate solution explorers which can browse independently (note that changing the settings on one will effect the other).
This is the popup I mean:
It happens to obscure the indicator margin for a couple of lines, making it impossible to drag the current statement indicator to those lines.
The "Debugging" toolbar has a button called "Show threads in source":
Turn it off to disable this pop-up, along with the messy-looking graphic underneath the current statement indicator:
(took me far too long to find this, and Googling didn't help, hence this answer... it doesn't help that this button cannot be found by searching for "thread"in the otherwise excellent Quick Launch search box)