Hello
I try to make cool theme but cant find anywhere how to show correct wind speed.
In miui theme code i use something like this:
<ContentProviderBinder name="weather" uri="content://weather/weather" columns="city_name,weather_type,temperature,wind,description" countName="hasweather">
<Variable name="weather_wind" type="string" column="wind"/>
</ContentProviderBinder>
<Text visibility="#hasweather" format="%s" paras="@weather_wind" />
This only show (example): Northeast,2km/h
Wind direction is always good but speed change from 1-4, but weather app show 11,7km/h
Is any way to fix it? I think i need different weather uri with windspeed column and type(int) not string. But any changes i make dont work.
Thank you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i think if you have a INT variable only can read a integer numbers(not decimal, not string). you need to convert it before, but i think if you like to show a decimal, INT type is the wrong way, you variable contains a decimal numbers.
:laugh::laugh::laugh:
Related
i read somewhere, that multiple instances of wm5newmenu arent possible.
So, i thought i check something to make it possible, and it works.
Now, i have one menu under softkey 1, and second menu on softkey 2. both are different, and can be placed anywhere on screen
Method is simple, but i am not sure, if i can say how - registry editor and hexeditor are needed to make it possible..and it is possible.
i am so damn happy, no more launchers=more RAM.
Thanks for author for such useful app.
testscreen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
as You can see both menus are similar now..but not the same all i need is to configure new new menu now
btw, i managed to do the trick to have INDEPENDENT configurators too, and it's working.
upd: oops damn, sorry i post it in wrong forum ... could post be moved to..somewhere?
what program do you use to edit/create themes for wm6?
A .tsk is just a special type of .cab. Any program that can pull apart and put together a cab can do this. Inside you have stwater.bmp and maybe tdywater.bmp graphic images (possibly multiple versions for different screen resolutions) and registry entries for font color and stuff.
Search here and on google for stwater tdywater and you'll find more info.
can you point me in the right direction to change the image of the unlock screen?
how do I change the look of this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
is there no way?
program called theme generator
http://www.freewareppc.com/misc/themegenerator.shtml
http://www.spbsoftwarehouse.com/products/extthemegen/?en
First link it to original by MS, second is add on by SPB
I believe that is the BatteryStatus screen lock. Try asking Ikarus over in the BS thread and he could tell you how to edit that screen.
Hi
Im programming a school project WM6 application using c#. Im trying to hide the minimize form button in the right corner.
Im not trying to change it to OK by setting the minimize property to true but im triyng to completely remove it like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have managed to do so using c++ by doing this:
hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE | WS_NONAVDONEBUTTON, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); More info here: http://msdn.microsoft.com/en-us/library/aa458799.aspx
But since i dont really understand c++ and the rest of my app. is written in c# this gets me nowhere....
Is it possible to do this using C#... If so, please be specific with your answer since i am pretty new to .net programming. I would be very happy if you post the code here also hehe
Regards Danieze
in the form designer change the property 'ControlBox' to false.
Am trying to change the gray square background of the pics on the "People" Tab.
I thought I found the correct Manila file (1a30a317_manila) as it looks like (and is called "bg_frame_normal"):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
but when I change it (the 1a30a317_manila file) to look like:
I get this (on the right):
(Obviously I figured out the "Add Favorite" option...but am looking to change things up for my contacts.)
I have also changed the following without luck:
1d1da8f4_manila
03fe172b_manila
10a48f74_manila
2a865d86_manila
625c6c57_manila
3a28e9e8_manila
Any ideas!?!
Thanks in advance...
the needed files!
Here you have the list of the needed files:
framework:
02420dbe_manila
11487091_manila
1a30a317_manila
7a0b0cad_manila
Contact information:
38af9109_manila
59fbe65f_manila
Remove crosses:
2d096e24_manila
54d551d7_manila
With this information it will works!
thank you! i was going mad looking for all of them...
can't wait to get it going!
EDIT:
In addition to your files, you also need to edit: 302a07fe_manila
(this is the bottom bar when you press there!)
So, I have edited the CM9 Settings.apk AND SystemUI.apk. I added the following code
Code:
<ListPreference
android:entries="@array/dutchgfx_entries"
android:title="@string/dutchgfx_title"
android:key="dutchgfx_****"
android:summary="@string/dutchgfx_summary"
android:entryValues="@array/dutchgfx_entryvalues" />
to the system_settings.xml.
My list works and appears and I can select my options correctly.
But, I need to link this preference to @color/notification_item_background_color in SystemUI.apk, and I do not know even where to start. If any of you can give em any insight as to how to do this, i'de be very grateful. here is a screenshot of my menu (in case it helps at all)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bump
Got it to work, just need to figure out how to make the data send now, i have new project, buttons preferences and etc, just wanna send color code from one app to another. Help anyone?