Visual Spacing Layout - amazon-quicksight

I've noticed in some places (e.g. aws webinars) that the visuals layout (when creating multiple visuals) can be without spaces between them.nI have been unable to figure out how to do this hence each of my visuals has spacing between them. How is this possible?

Just recently, the QuickSight team has released custom themes. You can remove gutters (the space between visuals) and/or margins (the space between the container and the visuals) by
clicking the "Themes" paintbrush on the left, action-pane in the analysis
creating a new theme (or editing an existing if you're already using a custom theme)
clicking into the "Layout" options
toggling "Margin" and/or "Gutter" and saving the theme

Follow below steps -
Go to "Themes" in the left pane
Under "Starter themes" click "..." and choose "Save as". This will open "Theme Editor".
Under "Main" Enter "Theme name" as you prefer.
Under "Layout" uncheck "Margin" and "Gutter"
Click "Save" at the top right.
Now under "My themes" you should see the custom theme you just created.
On the custom theme, Click "..." and choose "apply".

Related

how to show the menu bar in sublime text 4 (windows)

I updated my sublime text after which I can't seem to see my menu bar on top of the screen but now have to click the 3 lines button to view it.is there any way to make show the menu bar like normal again?
I tried going to "view" and enabling it but I can't find any "menu bar setting"
I think showing the hamburger menu is a feature of your current theme.
Try changing your theme Preferences-->Select Theme
Alternatively customize your theme Preferences-->Customize Theme
(refer to your themes documentation).
Customize the rules in the theme file as required.
See the sublime forum post
Example found from the link above, works for the adaptive theme:
"rules":
[
{
"class": "title_bar",
"bg": "#0000"
}
]
Happy Coding:)
This is kind of strange, as my View menu has a Hide/Show Menu option on it right near the top. At any rate, to show the menu (or hide it again), select View → Show Console (or hit Ctrl`) and enter the following command:
window.run_command("toggle_menu")
and the menu should show up again.

Xcode Interface Builder Style Guide - How to add colors

In interface builder there are MANY attributes where you pick a color by using the "Colors" dialog. I recently noticed a new tab that kind of looks like a sun on the far right. When I click there, I see a message: "No colors in the styleguide. Go add some!" So my question is...How?
This tab is added by Zeplin. To add colors to the styleguide, you have to design your UI in Zeplin and save the colors in its styleguide using the small button in the right panel.
The colors will then be available in XCode.

How can I add an icon and a subtitle to a Joomla menu item?

In Joomla 3.2 I need a to show a group of "buttons" (colored boxes) that are links to other articles or pages. These buttons must have an icon, a title (with bold text and a larger font) and a subtitle with a smaller font.
It's possible to do this with the standard menu component and some CSS customization, or shall I install or create a new component? If so, do you know any component that does this things?
Thank you!
I was also confused once to find the simple solution to attach an icon to menu-item links, but it was in version 2.5.12
The solution for version 3.0 and above is also same.
While adding a menu item you will find another tab with heading "Advanced Options"
In that you will find "Link Type Options" Tab.
"Advanced Options"-> "Link Type Options"
From that you can set "Link Image" and the image will get attached to the same menu item.
"Advanced Options"-> "Link Type Options"->"Link Image"
You do not need to use any other extensions if the requirements are paused at menu-item icons only and you can use tool-tip option to inform users more about the links, I think sub-title is not possible to set here.

How to Change Style of CheckBox Control

I have a Checkbox in my application, and it is meant to be checked, but also disabled. When disabled, I've noticed that the foreground of the checkbox as well as the content textbox are a darker color than when enabled. I would like to leave the checkbox disabled, but change the foreground of the content textbox to the same color as when the checkbox is disabled. How might I accomplish this?
Methed you have to learn how to edit your existing/default style of your control. I can't give you the exact which will work for your but you can use Blend or Visual Studio to edit a copy of a control's current template by right clicking on the control and then selecting Edit Style, Edit Template or Edit Additional Templates as appropriate. In the submenu, you can select Edit a Copy... which will present a window that allows you to create a copy of the default (or current template/stlye if you have already modified it) and customize it.
Here is a basic tutorial for this http://www.jeff.wilcox.name/2010/08/using-blend-to-find-default-style-xaml/

Why can't components be added in localization mode in Visual Studio 2010?

I just started creating a Windows Service; out of curiousity, selected English (United States) as the Service's Language, though localization is not part of requirements on hand.
Then when I tried dragging a Timer component into the design area of the service, I get this message:
"Components cannot be added in localization mode. Select (Default) in the Language Property to return to the default form and add components."
My question is, what does localization have to do with components?
I'm using VS2010/C#/.Net 4 with all latest service packs. Thank you for any answers.
To change localization mode to default:
Right side of main visual studio window there is a panel called "Properties".
If you do not have that, right click to form that you created(or you have one as default) and you'll see Properties bottom of that little window. Once you clicked "Properties" will appear on right side. There are few tabs in it. And for clear see close those tabs one by one from top.
Like "Accessibility", "Appearance" ex. You should see a "Design" tab. Under that there is a label "Language" one click on across it (I had Afar) and choose "Default".
Change Localization property back to Default and than add Timer component. The Localization property makes Designer generate resource files for languages you pick. These resource files contains texts, control positions, etc, so you can have different values for each language.
If localization is not a requirement, then better not to do it. Localization can get you additional work and confusement.

Resources