I'm trying to create something similiar to the image below:
{
"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"
}
when I click button 1:
the square 2 show font "h" and blue background,
the square 3 show font "e" and blue background,
the square 4 show font "l" and blue background,
the square 5 show font "l" and blue background,
the square 6 show font "o" and blue background,
the font and background in square no 2,3,4,5,6 appears sequentially.
and when I click square 2, then:
the square 3 show font "E" and red background,
the square 4 show font "L" and red background,
the square 5 show font "L" and red background,
the square 6 show font "O" and red background,
the font and background in square no 3,4,5,6 appears sequentially.
and same thing happened when I click another square.example when i click square 3, then:
the square 2 show font "H" and red background,
the square 4 show font "l" and blue background,
the square 5 show font "l" and blue background,
the square 6 show font "o" and blue background,
the font and background in square no 2,4,5,6 appears sequentially.
Is there a way that I can do this within an Android app without using opengl?
edit:
by sequentially I mean in order and adding some delay (like 1sec) per square
the font "h,e,l,l,o" and "H,E,L,L,O" are stored in Array.
did you try setText();?
out of ideas said:
did you try setText();?
Click to expand...
Click to collapse
yes, I already try to use setText() but I can only change the text. how to change the background and how to display sequentially?
http://stackoverflow.com/questions/12615720/setbackgroundcolor-in-android
buttons.
what do you mean sequentially, just in order, or with like a delay one after the other?
out of ideas said:
http://stackoverflow.com/questions/12615720/setbackgroundcolor-in-android
buttons.
what do you mean sequentially, just in order, or with like a delay one after the other?
Click to expand...
Click to collapse
thank's for the link..
yes sequentially I mean in order and adding some delay like 1sec per square.
Related
Guys n Gals,
I've knocked together a small program further to ZeBoxx's request.
It's used to set the colour of the soft keys etc, by command line/shortcuts/launchers.
eg VJBaseHue.exe 187
will give you a nice purple colour
{
"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"
}
On my website.
V
really a cool proggy
I am currently testing code by code...I've tried to key in 3 different conbination code...doesn't seem to work though... now am testing the color coding.
Zack, I don't understand. You mean you're trying to find the right hue code by code? The colour wheel on my website might help you, or basically load up any art program, screengrab your theme, and use the colour picker to find the colour your want. Even the standard Windows Colour Picker in MSPaint will show the hue you need.
Post some screenshots in your VGA themes thread if you have any luck :wink:
V
I think I got it now :wink:
guess I must be dreaming lol.I was looking for dark blue and not realise that hue does not come with such colors lol...
Thanks Vijay am doing some minor test wiht my themes I'll post some screen shots soon :wink:
I was looking at VJBaseHue trying to figure out how to get the two bars 100% black (still no luck) when I found something else. Modifying the SHColor value has an effect on the tray above the soft keys. Normally it is an ugly line across the today screen that forces up the scroll bar at the same time, the icons like wirelles use the space. After randomly modifying SHColor the line dissapeared and so did the scroll bar. Also the icons moved down and to the right to be in the corner taking up less space. It seems strange that a colour setting can change the whole layout of the today screen, do yo know the reason for this VJ?
I don't know offhand Odeean, I imagine it might be some kinda buffer overflow etc..
Let me know what values you use, and if I ever get the WinMob source in my hands, I'll have a look!
V
Don't worry, I can't copy/paste from my reg editors and the value is too long to be bothered reading and typing I also have not been able to repeat what happened, I only now seem to be able to make it do the opposite. When I have no tray, modifing it brings it back.
Hi, I trying create the black status bar icons set for use with white themes and I foun hard to change signal state icons...
my question is : anybody knows how to add for example 7 line of indicator of signal state 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"
}
but my primary question is how to skin this signal state icons f.e. black red and so on...
I stuck here:
changed colour of signal state but it seems like the signal state icons appears like "transparenting" status bar, because it also changes default white background on programs dialogs...
Any suggestions ?????
other pics...
for illustration of my problem...
If I am not mistaken, the signal icons are all contained in the shellres.96.dll.mui file. I remember seeing them while I was looking for the battery icons (I wanted to do the same as you but with the battery).
Hope this helps.
some months ago i changed some system colors with sktools, also the background color of wm. I also found out that wm uses this backgroundcolor for both, signal and background, so i see no way to manage this Problem without changing both so welcome to the the world of unlogical confusing programming:windows mobile. Try it with a light or middle grey for both.
bluemetalaxe said:
welcome to the the world of unlogical confusing programming:windows mobile.
Click to expand...
Click to collapse
This should be the message on everyone's startup splash screen
Ok, but...
but some valvue must pointing to draw signal state icons on bar - anybody know where is that in registry???
or If I want change the shape of its icons where I should look in - which .dll ????
acemanice said:
but some valvue must pointing to draw signal state icons on bar - anybody know where is that in registry???
or If I want change the shape of its icons where I should look in - which .dll ????
Click to expand...
Click to collapse
the registry key is:
HKLM\System\State\Phone\Signal Strength
but then you have to create your own taskbar with something like homescreen plusplus
or you try wisbar
i am currently working on the same. i create my own taskbar with homescreenplusplus
just in case you need more keys:
HKLM\System\State\Phone\Cellular System Available
HKLM\System\State\Phone\Cellular System Connected
all right
egoist6 said:
the registry key is:
HKLM\System\State\Phone\Signal Strength
but then you have to create your own taskbar with something like homescreen plusplus
or you try wisbar
i am currently working on the same. i create my own taskbar with homescreenplusplus
just in case you need more keys:
HKLM\System\State\Phone\Cellular System Available
HKLM\System\State\Phone\Cellular System Connected
Click to expand...
Click to collapse
Ill take a look thakx....
Found here....
http://forum.xda-developers.com/showthread.php?t=439662
Searches returned very little....nothing useful....
Thanks,
Kev
http://forum.xda-developers.com/showpost.php?p=2709349&postcount=12
pamas said:
http://forum.xda-developers.com/showpost.php?p=2709349&postcount=12
Click to expand...
Click to collapse
That's doesn't appear the same clock. When I installed it it changed the icons and text for Call History and Calendar to the same dark gray as the clock. Also, the clock in the link posted by The-Kevster seems to be a lot darker - almost, but not quite, black, whereas the one in your link appears (to my eyes at least) to be lighter.
Unless I'm doing something wrong...
I have a rom for you with that clock. It is the latest pdaviet rom for the diamond. If you need it let me know. It is superfastttt. WIth no major bugs.
i don't remember where from i got it so i uploaded it for you here:
http://rapidshare.com/files/164026938/tnyynt_Manila_Black_Clock.cab
enjoy!
Its called Holy Clock... disable TF3D(start>settings>today>itemstab), install the cab file, then enable TF3D again
The problem I've got with these clocks is that whereas the normal white Manila clock has a nice graduated background, every black version I have tried has a background which is very blocky (it looks as though the backgrounds to the numbers are very highly compressed jpg's).
Is there a version of the black clock available where the background to the numbers isn't blocky?
EDIT*** OK, on further investigation I can see that what most people appear to have done when creating the black clocks is take the white background and basically turn it in to a negative image. I have just tried this myself and the result is just as blocky, so it's simply a case of this blockiness not showing up very much on the white versions. On the black versions it sticks out like a sore thumb. Basically in order to smooth it out the background will need to be completely redrawn. I have neither the skills or the patience to do this.
I've found the clock that I'm after, and it is the clock that is in the White Manila Theme. The clock background appears to be much smoother when I apply this to my phone, instead of using some of the other black clocks that I've tried.
Here is a screenshot to better explain what I'm talking about. The image has been uploaded as an uncompressed .bmp
The clock on the left is the one you posted, and the one on the right is from the White theme. Both pictures have been brightened up a bit (each by the same amount) to better show what I mean:
{
"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 know people will probably claim that the one on the right is blocky also, but when it is at its correct brightness it doesn't stand out as much and appears a lot smoother to my eyes.
How do I go about extracting this clock from the White theme to be used on the standard Black Manila theme?
I love Windows 8 but switching from the wonderful Modern UI Start screen to the standard Desktop - well... how can I put it... there is no consistency. So I decided to make my desktop wallpaper be 'connected' to my Start screen, to keep it all consistent.
Basically, when I enter my desktop, what appears to happen is all my tiles vanish and I am just left just with the background, profile pic/name (top right) and the word 'Start' changes to the word 'Desktop'.
Start Screen:
{
"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"
}
Desktop Screen:
This how to recreate it:
1) Either pinch to zoom out to see all your tiles smaller, or if you are using a mouse click on the small minus sign in the lower right corner.
See image below:
2) Press the "PrtScn" button (Print Screen) on you keyboard to take a screen capture of this view. The screen is automatically copied to your clipboard.
3) Open up Photoshop or any other image manipulation software. Create a new file. It should automatically have the correct resolution based on your clipboard. Paste the screen shot into your canvas.
4) Using the Rectangular Marquee Tool, draw a rectangle around the tiles.
5) Using the Eyedropper tool, get the same colour as your background and use a large brush to erase all the tiles.
See image below:
6) Create a new layer and type the word "Desktop" in white colour using Segoe UI font (Semilight) with a font size of 17pt or whatever size is closer to your Start font. This font is very close to the 'Start' font. Move the word Desktop so it exactly covers the word Start and then erase the word Start on the layer below.
7) Flatten image and save to a folder.
8) Apply new wallpaper by right clicking your desktop and choosing Personalize.
Hope you like it!
This is great. Thanks.
Excellent tip. I am so doing this. I hate seeing the old desktop.
Sent from my Amazon Kindle Fire using Tapatalk 2
MikeGolfW said:
Excellent tip. I am so doing this. I hate seeing the old desktop.
Sent from my Amazon Kindle Fire using Tapatalk 2
Click to expand...
Click to collapse
I also did this on my Surface. Had to do a screen shot of the Surface and redo the mod as different resolution to my desktop.
Have that dot to hide the navbar now, but now the navbar is white.
There are 6 different colors you can select for the nav bar. Find them under settings/display/navigation bar.
Sent from my iPad using Tapatalk HD
cruise350 said:
There are 6 different colors you can select for the nav bar. Find them under settings/display/navigation bar.
Click to expand...
Click to collapse
They are all white in Settings, although I've talked with a few others and they are not having the white problem.
cruise350 said:
There are 6 different colors you can select for the nav bar. Find them under settings/display/navigation bar.
Sent from my iPad using Tapatalk HD
Click to expand...
Click to collapse
I know - you've got white with a blue tinge, white with a red tinge, white with a green tinge, etc. They're all white though.
I use automate to get it back to black - it works for almost all apps, and it's a lot more consistent than that navbar play store app (which tended turn back to white if you hid the navbar).
Download navbar app from the playstore and you can get the navbar back to black or to whatever color that you want. Your welcomes?
Deleted.
Not sure why but mine is grey with white icons. Dont know what changed your color.
fachadick said:
I know - you've got white with a blue tinge, white with a red tinge, white with a green tinge, etc. They're all white though.
I use automate to get it back to black - it works for almost all apps, and it's a lot more consistent than that navbar play store app (which tended turn back to white if you hid the navbar).
Click to expand...
Click to collapse
I use automagic but would be interested to see your flow so that I might be able to convert for automagic. I'm using the navbar app now and yes it is somewhat unreliable
jmckeejr said:
I use automagic but would be interested to see your flow so that I might be able to convert for automagic. I'm using the navbar app now and yes it is somewhat unreliable
Click to expand...
Click to collapse
I pulled the whole process from here - I've never used automagic, but this should help you out.
There's a new update out for S8 and S8plus security patch plus some other changes like wifi calling is now called calling plus
{
"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"
}
Sent from my SM-G955U using Tapatalk
Update received this morning. QJH, 344mb, security update and MMS fixes.