here is qvga version.
http://rapidshare.com/files/198558253/CommMgr_qvga.zip
Pointui » Home 2 Applets Showcase
[Applet CommManager] New theme.
(57 posts)-
Posted 1 year ago #
-
installed QVGA version on my i760, works well, everything looks good, good work guys!
Posted 1 year ago # -
Posted 1 year ago #
-
This is a great skin, very elegant. It's almost rude of me to ask, given what a great job you've done, but when you turn a feature on or off the button temporarily disappears (i guess it's just reloading a graphic with a green led instead of blue). Is there a way to prevent this from happening? It would be the finishing touch on an applet that is already very slick..
thanks orlando/ibrythrill
using a htc touch hd
Posted 1 year ago # -
i tried on my LG Ks20 and it has a problem like ngreg
Posted 1 year ago # -
*delete*
Posted 1 year ago # -
Hey guys I cant download from Rapidshare! Could you download in any other site?
(Sorry for my English I'm Ukrainish)Posted 1 year ago # -
I've attached the qvga version in the first post.
Posted 1 year ago # -
ibrythill Thanks!
Posted 1 year ago # -
so I just put this on my phone.... and I am having the same problem as ngreg with the qvga version. I wonder if there is a pattern here since all three of us have LG phones. I wonder if it is a wqvga issue? any thoughts? or any way to fix it?
thanks in advance.
Posted 1 year ago # -
hmmm I can't download it.. is the link working for everyone else?
Seems to be a very useful applet! The old Home had something like this but at least this beta is missing this functionality
Posted 1 year ago # -
Perhaps it is a common LG issue but you can try to fix it yourself.
Open the CommManager.cs file scroll down to( around line 401 )
Controls.Add(btnBT);
//x = GetWidth() - (GetWidth() / 24);
//y = 0;
//x -= btnBT.GetWidth();
x = cbgLeft + 12;
y = 53;
btnBT.SetBounds(x, y);
and play with X a little. Try to add a bigger number and see if this helps.
Remember to unload and add again this applet to see the changes.
That'a all I can do right now since I dont have a qvga device.Posted 1 year ago # -
Cant i mean that in my network one external ip for everyone and i dont have a premium account at Rapidshare.
Posted 1 year ago # -
not sure if this is a bug,
when i activate the bluetooth, the icon indicates that the bluetooth is enabled (green light) then I swipe the applet to the left/right (to move to another applet) before swiping it back to the comm mgr applet, the bluetooth icon still shows it's enabled, but there's a text "0" on top of the bluetooth icon. I thought it's showing the number of devices the bluetooth is connected, but when my bluetooth carkit connects to my phone, it still shows as "0".
If I click on the bluetooth icon again, the text now shows "Discoverable", and then when I click again twice (which means bluetooth will be deactivated before activated again), the buggy text disappeared.
Posted 1 year ago # -
I had the same bug than ngreg but i resolve it like this :
" Controls.Add(btnWifi);
//x = GetWidth() - (GetWidth() / 24);
//y = 0;
x += btnBT.GetWidth();
y = 52;
btnWifi.SetBounds(x, y);
"Remplace Y = 51 to Y= 52
My phone is a HTC P3600. (sory for my english i'm french)Posted 1 year ago # -
I tried i on my htc touch and liked it. But one thing I doesn't. And that is that is the Icons disapear when you push te icons . I use the qvga version. But real version had also fix??? gr victor
Posted 1 year ago # -
it's the same for me, the icons desapear when i whant to load or unload a peripheral but it reapear when it done. so i don't think this will be fix because it's not a bug (for my part)
Posted 1 year ago # -
ibrythill:
I changed to this:
Controls.Add(btnBT);
//x = GetWidth() - (GetWidth() / 24);
//y = 0;
//x -= btnBT.GetWidth();
x = cbgLeft + 75;
y = 53;
btnBT.SetBounds(x, y);and now I have the comm manager centered on the screen but the bluetooth button isn't there. any thoughts?
also... oddly enough... I have discovered that if I hit the enable flight mode button, the bluetooth button shows up but is about 40 pixels higher than the other buttons and almost in the center of the screen behind the other buttons. weird :s
Posted 1 year ago # -
I like this version of comm manager but I'd like to add a button for the connexion of data because I have an HTC Touch and it is very irritating to connect him.
Sorry I'm not good in english
Posted 1 year ago # -
someone please help me with this.... refer to post number 48 for current problem. I have changed every freaking value I can in the code and can't get the bluetooth button on the screen. Thanks in advance
Posted 1 year ago # -
I really like this app, however i've tried to change the icons, just to try it out i made an icon the exact same size as the pngs that were available earlier in this post, but i don't get the same size..
I'm trying on my Xperia btw...
anyone have a clue why? What size do the png files have (pixels, not kb's =) )?edit: Maybe i'm trying to make it to easy for myself? Do i have to do anything else when i create new icons?
Posted 1 year ago # -
i've changed some icons now, but they're not aligned to the center, i'm not sure what values i should change i the .cs files, this is how it looks now:
Posted 1 year ago # -
mertzin
you need to play with x/y coords in the .cs file. Look for btn... in the load region.Posted 1 year ago # -
Ok, thx, will try that!
Posted 1 year ago # -
in future a gprs/umts switcher?
and can you post the original button switcher images? i want black gradient..
tnx great work!Posted 1 year ago # -
@sidvizioso
What original images? You can download the original CommManager for that.
I can make a gprs/umts switcher if I konw where it is in the registry.
Perhaps you know?Posted 1 year ago # -
How come the buttons disappear when they're pressed and also it seems like it considers a swipe (to change applet) as pressing one of the buttons in, as in, as if you press it in but it doesn't do anything.
Posted 1 year ago #
Reply
You must log in to post.
