title bar like wunderlist tideSDK - titlebar

Firstly sorry for my English because I don't speak very well!
Can you tell me how can I create title bar like Wunderlist in tideSDK?
Thanks!

You don't need to wunder. The sources for Wunderlist are open source under the Apache 2 license and available at:
https://github.com/6wunderkinder/wunderlist.
You can view the user interface for yourself to examine how the app was constructed.

Related

Change Rubens Configurator Language after initializing

This is my first ever question on here so please excuse if I don't provide something that is needed for you to answer the question.
Anyways. I'm currently implementing a roomle configurator in a web page, that uses the weglot translator. However, the iframe isn't translated, because it is in another window element.
I'm trying to update the language in the configurator, when the language is selected in the dropdown. I found, that i can change the "locale" attribute when loading the configurator, but coulndn't find if there was a way to update the locale attribute down the line.
Thanks in advance for your answers
Unfortunately it's not possible to change the language of the Rubens configurator during runtime.
It would be possible to reload the configurator when your user changes the language in the dropdown and re-open the current configuration again.

Change neo4j browser title

Is it possible to change the default browser title for Neo4j?
We run multiple instances and the current browser title (userID#bolt://ip-address:port) is not very useful - we'd like to say stuff like userID#Neo4j-Dev, etc.
Why not roll your own ?
The browser is a separate github project that can be found at https://github.com/neo4j/neo4j-browser (comes with build instructions), and I believe you are looking to modify the files underneath src/browser/modules/DocTitle.
Hope this helps,
Regards,
Tom
I believe that is not possible change the default title of Neo4j browser. But as a workaround (not very elegant, i know :) you can open the console of your browser and type:
document.title = "My custom title";
The browser title will be updated.

Status Bar in Oracle MAF

Is it possible to change the status bar (coming above the header facet) color/ or make the screen full screen for Oracle MAF applications ?
I think this was registered as a new enhancement in 2014. I am not sure if it ready yet. Here is the link.
Thanks.
I think this will be useful for those who have requirement like above
Add <fullscreenLayout>fullscreen</fullscreenLayout> to maf.config.xml
then In Lifecyclelistner start() method add AdfmfContainerUtilities.setStatusBarStyle(AdfmfContainerUtilities.STATUS_BAR_STYLE.LIGHT);

Destination suggestion by searching the name in searchbar SKMAPS

Is it possible to search for an address using searchbar in skmaps offline package. I had downloaded and included the offline city package from the demo project.
Now I have to select my destination point for my navigation by searching the destination's name in search bar which provides a list of suggestions for my destination.
If not possible, please tell me the alternate way to achieve this.
In 2.5.1 SDK, we support only multi-step search. The existing possibilities: "Address search - offline", "Nearby search" and "Category search” - you can check them in our demo project in the menu options and our getting started documentation: http://developer.skobbler.com/getting-started/ios#sec26

Application Menu Item

I am developing a photo-editor app in blackberry. For this I need to open the app through an application menuitem in bb albums; I tried this but it does not get invoked.
What might I be missing?
I am not sure if I understand your question. You failed to add menu item?
If this is the case you can check out this:
http://docs.blackberry.com/en/developers/deliverables/7693/Create_a_menu_item_508119_11.jsp
You can also find many examples in the sample apps which come from RIM. In eclipse you can easily import the samples from file->import->import blackberry samples.
have u tried of something like this:
ApplicationMenuItemRepository
http://docs.blackberry.com/en/developers/deliverables/11935/Create_a_menu_item_602617_11.jsp
Not sure whether it works for your case or not

Resources