Can I customize Electron tray app? - css

I'm trying to make my small app in a tray of OSX that will show some info.
The problem is that standard Menu lib allows me to create "natively" looking menus, when I want to make something that looks like this: (screenshot)
Is there a way to create some custom menu items with cells and images or should I create custom window giving the look I want using css? My biggest concern is translucency.
Now I just create it using tempate with Menu.buildFromTemplate. Mayb I'm doing it completely wrong.

Yes, you'll need to create a custom window, you can't create custom menu items via the Electron Menu API.

For your purpose you can use the following package to easily create a custom menu bar application: https://github.com/maxogden/menubar.
Just design your own index.html and custom logics and your are ready to go further.

Related

Is it possible to customize Find Bar / Search Result Screen in Magnolia Admin Central?

In Magnolia, is it feasible to customize Find Bar UI or Search Result Screen to add an "Export" button so that users could export search results to CSV?
I realized that Find Bar UI component is a core component that belongs to admincentral module. If we wanted to extend it then we might have to touch to Magnolia core features. I'm wondering whether there is any possible approach.
Export button can be placed wherever in this search result screen like below
Is it possible/feasible? Yes, you need to customize the UI and then reconfigure the setup to use your customized Findbar component instead of the default one (see this). But since the code is open source, it shouldn't be a problem.

Xamarin.Forms Introduction Guid

I finished the functionalities of my app. Now when user first time login i need to make introduction guide on every page, with a short text Myabe some alert. Also on the dialog need chechbox , if he check the guide wont show again. I dont know where to start and how to organize this. Any example, practise to start. On all the dialogs will be static text.
You can refer any sample which guides you to create Tutorial Screen.
You can use built in Carousel View to have that as well.
Here I'm sharing one of that: How to add tutorial screen in Xamarin.Forms
Edit
To add it on every single page, you can use custom Popup, which can be created using Rg.Plugins.Popup

Burger menu from wordpress template

I'm just starting my programming but I need help.
I built my site from wordpress template. Made a lot of customization on my own but I have trouble by creating BURGER MENU on mobile devices.
I'm not sure how I can rewrite chosen template navigation bar menu to burger. Let me know if anyone could help me.
You could do it a few different ways, but personally, it's easier to place it with javascript and hide it with css...
Usually, you would create an element with javascript and attach it to a location on your page. For the burger itself, you've got the option of using drop-shadows, three divs or the unicode character for it. You can read more about those options here: https://css-tricks.com/three-line-menu-navicon/
Finally, if you want to add animation to your menu items (for opening / closing ) here's something that you can read to understand how it's possible to achieve: https://jonsuh.com/hamburgers/

Redactor JS editor, custom external toolbar solution with plugin

I'm trying to create a totally custom/external toolbar for Redactor. So far, I think the best way to do this is to actually turn off the toolbar by default, and create a plugin for it.
I was able to do this successfully wit my custom feature set, but I can't indicate the state of the text in my toolbar itself. (ie: if a user changes the fontSize, and later on clicks in the middle of the word/sentence, I wanna be able to display that on the toolbar somehow)
Has anybody else run into this?
thanks,
--iM

How can i put a flash animation in the header of a movable type 4.2 site?

Im creating a new site i a i want a flash animation in the header of my page, im using Movable Type 4.2.
The problem is i don't know how can i do that, and which file i need edit, or if i can do all the job in the dfashboard of movable type.
Thanks.
This can certainly be done through the MT dashboard. You'd need to modify the current templates to include what you need.
In the MT dashboard, go to Design > Templates. That'll be the general area you'd need to examine and, if you want to fully customise your blog, it's the area you need to become very familiar with.
Start by looking at the Banner Header template module.

Resources