How to dock "Tool Options" to "Toolbox"? [closed] - gimp

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
The "Tool Options" and the "Toolbox" used to be in the same window, but it somehow broke apart. Can somebody give some hints as how to bring them together as one again?

I'm using GIMP 2.8.1. I hope this will work for you:
Open the "Windows" menu and select "Single-Window Mode".
Simple ;)

In the detached window (Tool Options), the name of the view (Paintbrush) is a grab-bar.
Put your cursor over the grab-bar, click and drag it to the dock area in the main window in order to reattach it to the main window.

In the detached 'Tool Options' window, click on the red 'X' in the upper right corner to get rid of the window. Then on the main Gimp screen, click on 'Windows,' then 'Dockable Dialogs.' The first entry on its list will be 'Tool Options,' so click on that. Then, Tool Options will appear as a tab in the window on the right side of the screen, along with layers and undo history. Click and drag that tab over to the toolbox window on hte left and drop it inside. The tool options will again be docked in the toolbox.

Related

Xcode: what is this colour? (settings table view background colour) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I would like to replicate the colour that can be seen in a grouped Table View, however in the developer colour palette there is no matching colour. Any idea if this is already a preset somewhere?
In Interface Builder, rather than pressing on the large colour block, if you click on the up/down blue arrows on the right, you will be presented with built-in options.
Click arrows on right hand side in blue:
This will display this list:
I believe you are looking for "Group Table View Background Color".
To set this programatically, you can use:
Swift:
UIColor.groupTableViewBackgroundColor()
Objective-C
[UIColor groupTableViewBackgroundColor]
Not a direct answer to you question, but if you want to pick and save any color on your screen, you can do this:
Use the color picker tool at the bottom of the "Colors" panel and just drag your mouse over something that is visible on your screen (doesn't have to be within Xcode). When you are done you can save the color in the "Color Palettes" tab.

How can I find out the keyboard shortcut assignments in the Atom text editor? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How can I review the current keyboard bindings in a running instance of the Atom text editor
You can find the full set of current keyboard shortcuts in the Settings View:
Press Cmd+, on OS X or Ctrl+, on Windows/Linux
Select Keybindings from the list of sections in the upper left
Scroll through the list to find what you want or search for it by key or command name in the search box
Another way you can find keybindings is if you want to know what a particular key does, you can open the Keybinding Resolver view:
Press Cmd+. on OS X or Ctrl+. on Windows/Linux
Press the key or key combination you're curious about and a list will show up of all commands that are mapped to that key
The one highlighted in a different color is the one that "wins" in whatever area of the application currently has focus (when different areas of the app have focus, some keys mean different things)
This view is also very useful for situations where you want to be sure that Atom is receiving the key combination you're pressing correctly.
The issue with the Open Your Keymap command is that it only shows you your personal overrides of the keybindings that the Atom application already has. It does nothing to tell you the full set or even if your keybindings are being used in a particular situation. That's what the above techniques are for.

How do developers produce iOS Simulator animated .gifs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I often see this a lot on GitHub. How can I reproduce this animated .gif effect?
https://github.com/autresphere/ASMediaFocusManager
You can record your screen with QuickTime and then convert that MOV file into a GIF.
Open QuickTime and click on the "File" menu then "New Screen Recording".
Drag your pointer to select the region of the screen you want to record, and then click the Start Recording button within the region.
When you're finished, stop recording. To stop recording, click the stop button in the menu bar. Now, go back to "File" menu and click "Export".
Save your screen recording as a movie.
Next, you can use Photoshop to open your screen recording and export it as a GIF.

How can I reset how Xcode is displaying my project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I was editing a project in Xcode, and went to close it out. So I closed the main window, with the "Run", "choose a device", etc. controls in the bar above the top.
When I closed that window, another popout window appeared from underneath, such as you get by ?double-clicking? a source filename in the editor.
When I reopened the project after restarting Xcode, it opened my project in a semi-popout mode. It has the dimensions and original placement of the popout window. It did display a left pane with which to browse resources, but not the top bar of buttons and controls.
How can I get this project back to displaying the way it normally displays in Xcode? Is there an "editor state" file that I can simply rename?
Either resetting editor behaviour to default, or reverting the display to the last change before I ?saved a state of one popout-style window?, would be welcome.
Thanks,
I think View->Show Toolbar is what you are looking for.

How to create Attractive Side Bar Menus at Delphi [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How the attractive sidebar menus can be created at Delphi as shown below in attached image?
TCAtegoryPanelGroup and TCategoryPanel works out but in order add menu items to TCategoryPanel and make it stylish and attractive like one shown in fig is complicated. While TJvXpBar is something what I want but at background I want a Panel which would distinguish left part from right one as shown in figure below as well as expand automatically when form is maximized at runtime.
http://s5.postimg.org/6e6dfb4sn/interface.jpg
I want to have GUI interface as shown above the form size in default 800 * 400 px as shown in the image above. Which panel should be used at the background of TJvXpBar (As shown in figure) so that when maximized at runtime (1366 * 768) background panel(strip) wont break from top to bottom.
(please check the link for interface image, cannot add image in edit mode)
DevExpress has a NavBar control.
you can use side bar menus from Jedi Project or from TMS components. As suggested by TLama you can use TCategoryPanel
LE: Jedi Project has in its folder a megademo example(usually it is the path yourJediInstallFolder\jvcl\examples\JVCLMegaDemo). With that demo you can see how the controls look like. Then, you can choose what you believe it suite your needs(e.g TJvXPBarInformation)

Resources