MATLAB GUI) Initial Tab selection - matlab

I am making a simple GUI that reads some parameters in EditBox and do something.
I have a lot of EditBoxs and it is convenient to move by Tab Button between boxes.
I want the text in the next box to be initially selected by Tab Button so that I don't need to do Ctrl+A and remove the text before typing new strings.
I couldn't find any information from web, and searched in the Property Inspector of Editbox but no luck.
Does anyone know how to do this?
Thanks in advance.

Related

How to understand when the system use autocomplete in textView in Swift

I have TextView and enabled text suggestions. How can I understand when user is writing part of the word and when press Space/Return the system autocomplete the word?
My problem is that I want to change the Font and go to new line when the user press Font changing button on the screen. Now when the button is clicked, the system add the line, the new font, but after that add his autocompletion and override my added line and change my Selected Range.
At the end the cursor is on previous line between the letters of the added autocompleted word and when start typing it is with my new added Font.
P.S.
textView.autocorrectionType = .no
is not working, because the system knows it wants to change the word. The only found solution is
resignFirstResponder()
beginFirstResponder()
in my method. This will make the autocomplete first and after that continue with my method. And yeah, because I make both of them there is no moving keyboard(hide, show), but I want to find better solution

Stop Layout Options icon appearing by default on callouts in Word 2013

This is driving me mad! I love the new layout options in Word 2013, but when a callout gets to a certain size the icon for it obscures the end of the arrow, and you can't move the arrow:
Don't suppose anyone knows either how to get rid of the icon, how to click and drag on the yellow end of the arrow, or how to stop the icon appearing in the first place?
Thanks in advance.
Here are two answers that helped me. The second option gets rid of the floating Layout Options button, but at the cost of disabling some features of Word 2013.
First Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/any-way-to-disable-the-layout-options-button/47f6af4a-2acd-483e-a953-6415c8530554
It might help to increase the zoom (use the slider at the right end of the status bar) while you work with the picture.
Second Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/layout-options-icon-word-2013-suddenly-missing/ce304589-9db2-44c5-b1e1-8fd6596b70c4
Is the document in Compatibility Mode (shown by those words appearing in the title bar along with the document name)? If that's the case, click File and then click the Convert button. That will make the Layout Options button appear when a picture is selected, as well as turning on other features that are available only in the 2013 format. When you save, the document file will change to the .docx extension.
I know the second quote is about turning the Layout Options button on, but it works backwards, too. I saved my file as a *.doc instead of a *.docx and the floating button went away.
When you're finished editing your callouts, you can save it again as a *.docx.
One method that helped me was to flip horizontal, change the leader position, then flip back. That way the leader line is temporarily on the opposite side of the layout button, and both handles of the leader line are accessible, then can flip back. It is an extra step, but is another alternative.
In an attempt to automate this to quickly flip the object back and forth, I couldn't find a macro command to make a shortcut, or anything under Customize Ribbon with custom Keyboard Shortcuts to Flip Horizontal (MoreRotationOption opens up a dialog which does not give an option to flip).
The Flip Horizontal command could be called by pressing ALT JD (Format) AY (Rotate Objects) H (Horizontal) when the object is selected...
The best I could do was to add Rotate Objects to the Quick Access Toolbar, then the Flip Horizontal command could be called by pressing ALT # (whatever number you assign) H (Horizontal) which is three keystrokes.

How to make a figure invisible the first time I open in in Matlab GUIDE

I'm making a GUI using matlab GUIDE. Since GUIDE doesn't support tabs, I have a pop down menu where the user selects different options. Depending on the selected options, certain buttons appear and disappear, this is easily handled by turning the handle visibility on/off.
However, the first time I run the GUI, i can see all my buttons, even though their default handle visibility is off. The moment I select something from the pop down menu, everything is fine.
How do I make a figure invisible for the very first time the GUI is opened?
Thanks!
Try the drawnow command at the end of the initialization code of your GUI (see doc here). It should force the update of the GUI and hopefully set the visibility of your objects correctly.

is there a simple way to add Alt Text to the submenu arrows in GWT?

A client of mine is particularly keen on the Wave toolbar as a measure of accessibility, and will not accept any red errors for any reason.
The sub-menu arrow in GWT by default has no alt-text associated with it, causing a wave toolbar error when the menu is on screen.
Is there a simple way to add alt text to this image, or am I going to have to sub-class MenuBar?
thanks in advance

Aptana/Eclipse Find Next Shortcut - for Find in Files

i see this post. but i still dont see any way to be able to quickly step through a bunch of search results, making edits, and using a shortcut key to advance to the next result. the Find Next shortcut only works in the Search Tab window, not in the Editor window, where i have focus, while editing. I have to keep clicking on the next result and then clicking in the editor window to make my edits.
Seems so basic, i must be missing something.
i now see that Ctl+K is set to do something similar.
Ctrl+Alt+G is a default shortcut to search currently selected text in the whole workspace (Search>Text>Workspace from menu).
There are no default key mappings for searching selected text in file and in the current project but I find it very usefull added (Ctrl+Alt+F, and Ctrl+Alt+P respectively (Window>Preferences>Keys))