Inno Setup Language Dialog customization - customization

I just created an installer.
I added only one custom page and a download plugin.
I changed all backgorund color (surface, wuzard, etc) to white.
But Language Dialog start before de WizardForm and is Grey!
Can i customize also Language Dialog?
Best regards

No, you can't customize such window (this is a inno setup limitation)... inno setup doesn't provide any access to the "Select Language" dialog.

Related

Oracle Apex tabs(Legacy) alternative in current apex version

I am creating a project in Oracle Apex and need to create tabs in it like Employee Services, Manager Services etc.
However as per Apex documentation and what i read the option for creating tabs should be in Shared Components -> Navigation=> Tabs(Legacy). I found this option while importing an old apex project.
I need to implement similar thing using tabs in my latest apex application.
But what i see currently in Navigation menu is -> Navigation Menu option instead of tabs.
They dont look the same.
Please advice on how to create tabs in Apex application.
You can create region on page, Type: Static Content; Appearance -> Template -> Tabs Container. All Sub-regions will be displayed as tabs.
The Universal Theme uses navigation menus instead of legacy tabs, but these can still look like tabs. See the Universal Theme guide.

How to get menu lists in redmine 3

I have just started to develop a plugin for redmine 3.
And, I'd like to hide some menu items from the top_menu or the project menu.
I know I can use the delete_menu_item helper.
But I don't know the names of the menu items.
Is there a way to get the names of the menu items,
maybe through "rails console" or something?
Thanks.
Well you can use the Redmine Custom CSS plugin. It allows you to use custom CSS styles for your redmine. You can add a CSS style that hides the menu items. You can get the ids of the menu items using the browser developer tools. For example Chrome Developers toolbox.

In EA, why do UML Profiles included in a custom MDG Technology not appear in my Resources

I am using Enterprise Architect 11.1 from Sparx and have defined a few customisations. In all I have:
custom reports for document generation
UML profiles for our specific modelling guidelines
tagged values on our specific elements
custom search queries
special toolbars for using the profile elements
a specific desktop-layout to help our users
Most of these customisations work when I package them in an MDG technology, but the UML Profiles do not appear in my "Resources". I can access them through tools in the Toolbox, but that is not sufficiant because:
the toolbox always switches my tools away when I navigate throught my project (I know this can be partially fixed by associating diagram-types, but that is not a solution for me)
some elements out of my profile do not work when I use them out of the toolbox (don't ask me why: that looks like a bug?)
So how can I get the custom UML Profiles to appear in the resource window when I package them in an MDG Technology? I would like that to work just like when I do an "Import Profile" by right-clicking on the UML Profiles.
You can import an MDG Technology by right-clicking the MDG Technologies folder in the "Resources" window and selecting Import Technology. However, this is not the best way to work with MDG Technologies.
You should instead place the technology XML file in some specific directory (on a shared file server if you're in a networked environment), and then add that directory to EA's set of MDG Technology locations, which you do as follows.
Select Settings - MDG Technologies to open the "MDG Technologies" window.
Click the Advanced button to open the "MDG Technologies - Advanced" dialog.
Click the Add button, and select Add Path in the pop-up menu.
Browse to the directory where you've put the MDG Technology file and click OK.
Back in the "MDG Technologies" window, make sure your MDG Technology is selected, and click OK.
Your MDG Technology will then be fully integrated into EA just like the ones supplied by Sparx Systems (eg BPMN), so you will not need to use the "Resources" window at all.

How to edit an existing theme with dugway

I have dugway installed, but I do not want to create a new theme but edit an existing theme. How would I go about doing this.
Thanks
David Wright
You can download any existing Big Cartel theme and use it locally with Dugway right here: https://github.com/bigcartel-themes
Just click the 'Clone to desktop' button on any of the repositories, or use the GitHub app / command line to clone them on your computer. From there you can make changes to the theme and edit it to your liking, just keep in mind that Dugway does have limitations (like being able to edit theme settings, modifying javascript, and more): https://github.com/bigcartel/dugway#known-issues--limitations

Sitecore RTE inside custom form

I am writing an page inside Sitecore where users can create Sitecore items by entering some very basic information. One of the requirements is to the Sitecore RTE inside this form. The RTE should have all the command buttons available and working like linking to 'Media Library', 'Flash', 'Items', etc that come as defaults.
The control is working fine but I can't get any of the Sitecore commands to work. I get a -
Web.config registration missing! The Telerik dialogs require a
HttpHandler registration in the web.config file. Please, use the
control's Smart Tag to add the handler automatically, or see the help
for more information: Controls > RadEditor > Dialogs > Introduction.
I have checked all the Telerik settings and the handler is registered. I am not sure what else I can do to resolve this.
This is very crucial for the client. Also, if there are any alternatives you can suggest would be awesome.
Thanks
You can try the suggestions provided in the following help article: http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx