Catel: Customize PleaseWaitService - catel

We use the default PleaseWaitService (WPF).
How can we style/change the screen that is showing the progressbar and status?

There aren't any customization options for the PleaseWaitService. If you want a different look & feel, you can simply implement your own IPleaseWaitService implementation (everything in Catel is pluggable & replaceable).

Related

Control for subtitles selection in tvOS

I'm looking for control (or somekind template) which is used for displaying subtitles selection in AVPlayer, exactly like on picture below
I'd like to use the same control for quality selection. I've already all data and I've added custom controller to avplayercontroller for that purpose and it'll be nice, to use the same look&experience for that topic also.
Does anyone know, if there is something ready for use? Or should I recreate this using UICollectionView or UISegmentedControl?
P.S. I'm using storyboards for a development.
It isn’t possible, you only can add more info to Info view. In my experience, I had to implement a custom view.
ref.: https://forums.developer.apple.com/thread/19493#61400

Can I skin the Activity Dialog to have a custom animation?

as explained in the title I would like to know if I can set a custom animation and/or background for the Activity Dialog. I don't find in your documentation any information regarding this... and further than that I have problems setting the Theme... it doesn't matter which theme I set, always see the same.
All this look the same:
DialogTheme.DEVICE_DEFAULT_LIGHT, DialogTheme.MATERIAL_LIGHT, DialogTheme.DEVICE_DEFAULT_DARK...
I use the following code:
_activityDialog = Dialog.service.create(
new ActivityBuilder()
.setTheme( new DialogTheme( DialogTheme.DEVICE_DEFAULT_LIGHT))
.build()
);
Thanks in advance for any help
There is no way to control the animations of native dialogs at this point.
The themes are applicable only to Android and depend on the version of Android you are using.
If you are looking for an enhancement to the ANE feel free to drop an enhancement request into github: (http://github.com/distriqt/ANE-Dialog/issues)
Or add a request to our suggestion site: http://distriqt.uservoice.com

Joomla custom module additional layout

How is it possible to select an additional layout in a custom module?
I created a second layout in /modules/custom_module/tmpl/default2, but I cannot select this layout. At advanced settings 'alternative layout' it is only possible to select default.
Thanks a lot. I found the problem. When the layout is called with an _ it is not possible to see the layouts in modules alternative layout. This means layout-new will be found and layout_new won't be found. This is also true by Joomla's core modules. I dont know why, iam using Joomla 3.3.3?!
Alternative layouts are search for in your template. If you want to have two layout options in the module itself you would need to do something similar to the login module where the sublayouts are called. This would probably be a good topic for http://joomla.stackexchange.com.

How do I theme a MonoTouch application?

I'm doing an MonoTouch application and I would like to apply a theme. (So I don't have to have go around and apply a custom color and style to each view background and button.)
Is there any easy way to do this? So should I be setting the color manually, and use a helper class to determine which color?
e.g.
_myButton.Color = ThemeHelper.GetButtonColor();
You may want to take a look at UIAppearance in iOS 5+. It allows devs to set styles for UI elements globally as in the following example:
UIButton.Appearance.BackgroundColor = UIColor.Blue;
For more info, here's a good blog post: http://tirania.org/monomac/archive/2011/Oct-14.html

SharePoint 2007 - add additional menu to Global Navigation in a Master Page

In the source code for a master page, there is a section that has the following ASP.NET item: . This contains the "Welcome (User Name)" and Site Actions menus.
How do I create an additional menu that is similar to the look and feel of the Welcome menu? I've tried to create Front End HTML that behaves similar to the out of the box SharePoint menus, but it isn't quite right. I would prefer to utilize an ASP.NET or SharePoint control that acts similar to the SharePoint menu if that is possible.
For example, is <SharePoint:AspMenu> the appropriate control to use?
Thanks,
Robert
i am sure you will get better answer than this but just wanted to point what i have done to do this
i have added javascript library (JQuery) (for some other reason ) and when time come to do this thing i just added a JQuery code that creates another item in the navigation list with appropriate style and css class with the needed link and caption.
You could try another instance of the PersonalActions control with a custom GroupId. But when the control is rendered, it might also say "Welcome, [User]" just like the original.

Resources