Pointui » Home 2 Applets Showcase

[Applet] HomeClock (v2)

(162 posts)
  1. Hi Guys!
    I'm releasing something like a "status screen" applet.
    It is VGA only!
    It is a part of my "Blue Orb" suit:
    THEME: The Blue Orb
    COMM MANAGER: CommManager
    On the left you have Phone signal and on the right Battery meter.
    I've uploaded the pngs ONLY(!) for QVGA version

    VERSION 2 for PointUI 2.0.18b: Finally there is working alarm notification, so the applet is 100% done! All attachments are updated.
    QVGA v2 cs files added! Alarm.off.jif for qvga also necessary!

    Happy downloading!

    OPTIONAL:
    - For 12h clock and short date download HomeClock_12h_shortdate.txt and rename to HomeClock.cs
    - For 24h clock and short date download HomeClock_24h_shortdate.txt and rename to HomeClock.cs

    QVGA versions in post #24 thanx to dancer69! and post #48 thanks to lolo33!
    QVGA 12h clock in post #81 thanx to darkestdaze!


    And a little bonus! A style matching to my next theme "BlueLight":

    If you like what I do, you can buy me an energy drink:

    Attachments

    1. alarm.off.qvga_jif.zip (1.3 KB, 1,199 downloads) 1 year old
    2. HomeClock-12hr-qvga_v2.txt (13.5 KB, 818 downloads) 1 year old
    3. HomeClock.cs.qvga_24h_v2.txt (12.9 KB, 969 downloads) 1 year old
    4. HomeClock_BlueLight.zip (80.1 KB, 4,072 downloads) 1 year old
    5. HomeClock.zip (49.1 KB, 3,089 downloads) 1 year old
    6. HomeClock_24h_shortdate.txt (13 KB, 671 downloads) 1 year old
    7. HomeClock_12h_shortdate.txt (13.5 KB, 504 downloads) 1 year old
    8. qvga_pngs_only.zip.zip (54.1 KB, 1,491 downloads) 1 year old
    9. 2009_02_18_19_43_04_0055_111g.jpg (48.6 KB, 545 downloads) 1 year old
    10. 2009_02_16_14_06_06_0024_111g.jpg (37 KB, 291 downloads) 1 year old
    Posted 1 year ago #
  2. arghhh need it!! QVGA please!!!

    Posted 1 year ago #
  3. I can provide QVGA .pngs if someone wants to make a QVGA version of the applet.

    Posted 1 year ago #
  4. But is not only resizing the pngs not? Some coding must be done... i think?
    i will resize the pngs if u want, but i can't programm..

    Posted 1 year ago #
  5. I have no problem resizing pngs and I can upload them, but correct placing them on a qvga screen without the qvga screen is a bit hard;)

    Posted 1 year ago #
  6. Aaron McCarthy
    Member

    I installed your bluelight clock and it looks great. The only issue I have is accross the top where it says the date it takes up the entire top part and looks REALLY cluttered. Right now it says "Wednesday, Feburary 18,2009AT&T" That isnt a typing error either. Where it says AT&T there is no space between the 2009. Any way I can fix this?

    Also... Any way we can get it to go to a 12 hour format instead of the 24 hour?

    Thanks

    Posted 1 year ago #
  7. blazingwolf
    Member

    I'm willing to work on getting this up and running for QVGA. Can you go ahead and post the pics for QVGA? Thanks. :)

    Posted 1 year ago #
  8. what does the two % indicates? battery and ??

    Posted 1 year ago #
  9. blazingwolf
    Member

    Phone signal.

    Posted 1 year ago #
  10. dancer69
    Member

    Qvga? Or the images to port it to qvga?

    Posted 1 year ago #
  11. rsohne
    Member

    I have the same problem except with VERIZON WIRELESS it is completely garbled. Looks very nice otherwise.

    Posted 1 year ago #
  12. i prefer the flipclock skin, but i really like this functionality (of being able to show the battery and phone signal strength)

    tough choice :(

    Posted 1 year ago #
  13. blazingwolf
    Member

    You should be able to add that info to the other clock too.

    Posted 1 year ago #
  14. Added in the first post:
    - Optional version with short date and 12h clock.
    - Qvga pngs

    Posted 1 year ago #
  15. blazingwolf
    Member

    Thanks. :)

    Posted 1 year ago #
  16. dancer69
    Member

    I think this pngs is for bigclock only. There isn't any image for battery or singnal inside the zip.

    Posted 1 year ago #
  17. jalnospam
    Member

    Please................some one make a QVGA version.

    Posted 1 year ago #
  18. Sorry! I've uploaded wrong file! pngs should be in place now!

    Posted 1 year ago #
  19. Aaron McCarthy
    Member

    Is there a way we can have it so that it only shows the short form for the day and month. Right now it shows "Wednesday, Feburary 18" which takes up the whole top... if it were say "Wed,Feb 18" that would be MUCH better

    Posted 1 year ago #
  20. Aaron McCarthy
    look at the the first post

    Posted 1 year ago #
  21. szmidt344
    Member

    :* dzieki :)

    Posted 1 year ago #
  22. Thanks for your contribution ibrythill!

    >>> Added in the Applets Store.

    Posted 1 year ago #
  23. jojojojojojo
    Member

    Hi,

    OFFTOPIC
    Could someone tell where to get those nice "Start"-button-, profile-, Wifi-Icons in the most upper line? Looks great (and does not belong to the theme, right?)
    Thanks in advance
    Johannes

    Posted 1 year ago #
  24. dancer69
    Member

    QVGA version ready.
    Hope I didn't miss something.

    Attachments

    1. HomeClock_QVGA.zip (30.9 KB, 1,640 downloads) 1 year old
    Posted 1 year ago #
  25. dickenz
    Member

    Hey guys,

    Themed this one a bit... See attached!

    The PointUI theme is a WIP. It will be released soon.

    @ibrythill - I couldn't work out how to get it to open G-Alarm on click as opposed to Windows alarms... I tried replacing:

    void imgCBG_OnClick(Control sender, int x, int y) // Click background image to select the city
    {
    // App to launch alarm
    Process.StartControlPanelApplet("cplmain.cpl", 16, 0);
    }

    with...

    void imgCBG_OnClick(Control sender, int x, int y) // Click background image to select the city
    {
    // App to launch alarm
    appPath = "/Program Files/ageye/G-Alarm/GAlarm.exe";
    }

    No go though?

    Anyone offer any assistance?

    Attachments

    1. HomeClock.zip (46 KB, 449 downloads) 1 year old
    Posted 1 year ago #
  26. Try this:
    void imgCBG_OnClick(Control sender, int x, int y) // Click background image to select the city
    {
    // App to launch on clock click
    appPath = "{ProgramFiles}\\ageye\\G-Alarm\\GAlarm.exe";
    appParameters = "";
    Process.Start(appPath, appParameters);
    }

    Posted 1 year ago #
  27. dickenz
    Member

    EDIT: I must be drunk unless you edited that post ibrythill haha...

    The above code worked perfectly! Cheers mate!

    Posted 1 year ago #
  28. blazingwolf
    Member

    I'm getting there. Just a little bit more time.

    Attachments

    1. 2009_02_18_19_04_42_0001_111f.jpg (16 KB, 29 downloads) 1 year old
    Posted 1 year ago #
  29. thanks blazingwolf!! you're doing great job!

    Posted 1 year ago #
  30. ouch there was a qvga version done before.. some posts up... from Dancer69
    but it has a bug i think, when the signal is in 100%

    Posted 1 year ago #

RSS feed for this topic

Reply »

You must log in to post.