Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kent79

Pages: 1 ... 44 45 [46] 47 48 ... 57
676
Themes / Re: wernaFLAT - coming soon
« on: May 30, 2016, 04:01:42 PM »
So nice. Thank you  :)

677
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 02:57:32 PM »
It works perfectly. Thank you.  ;)
How to set text RGB for the weather?
Somehow go see icons for the weather?



I am still not working. Could you provide theme's code to me for testing?  Thanks  :)

678
Themes / Re: [WIP] New Station Theme - ArcadeBliss please come in
« on: May 30, 2016, 09:05:50 AM »
Hi kent79,

so I finally got around to adding the favorites code. To change the positioning and size, just edit the following lines

Code: [Select]
//favorites icon spin settings
 local Spin_fav_x = [ flx*0, flx*0.035, flx*0.042, flx*0.384, flx*0.336, flx*0.456, flx*0.6, flx*0.672, flx*0.802, flx*0.83, flx*1.058, 1.2, ]; 
 local Spin_fav_y = [ fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, ];
 local Spin_fav_w = [ 0, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, 0, ];
 local Spin_fav_a = [ 240,  240,  240,  240,  240,  240, 240,  240,  240,  240, 240,  240, ];
 local Spin_fav_h = [ 0,  flh*0.03,  flh*0.03,  flh*0.03, flh*0.03,  flh*0.03, flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  0, ];

Let me know if there are any issues.
Enjoy.

Great Help. Many Many Thanks.  :)

679
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 09:05:06 AM »
Code: [Select]
//
 fe.load_module("file-format");
 local xmlSettings = xml.loadFile( FeConfigDirectory + "/plugins/weather/weather_data.xml");
 local query = xmlSettings.getChild("query");
 local results = query.getChild("results");
 local channel = results.getChild("channel");
 local item = channel.getChild("item");
 local condition = item.getChild("yweather:condition");

 fe.add_text(condition.attr["temp"] + "° " + condition.attr["text"], 0, 0, 100, 20 );

example to use

Where to get weather_data.xml file?

680
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 03:58:25 AM »
New Plugin Weather
usage inside of plugin.nut

Works os Windows, Linux and OSX

Extract inside the folder plugins....

Thanks for liquid8 for helping me with file-format module...

https://onedrive.live.com/redir?resid=C85434BAA340DA03!2824&authkey=!AEQekLzhTetnL4g&ithint=file%2czip

Thank you so much. Could you provide a sample layout to apply the plugin. Thanks

681
Themes / New theme for HD TV
« on: May 29, 2016, 05:21:09 PM »
It will be released soon.  ;D


682
Themes / Re: ArcadeBliss - Cab Edition: 2016-05-16 Update
« on: May 28, 2016, 05:47:07 PM »
Hi ArcadeBliss

Just find something issue on your theme's image - flyer.png . The file size is 3.57MB. I think the picture didn't optimize. You may update it if you like. Thanks.

683
Themes / Re: [WIP] New Station Theme - ArcadeBliss please come in
« on: May 28, 2016, 05:43:48 PM »
I just change light animation effect to another one. Hope you like it.

684
Themes / Re: Some artwork and two generic/unfinshed themes
« on: May 28, 2016, 12:09:09 AM »
Quote
Could you make one more Ribbons image? (Taito Type X & Ex-board combine into single Ribbons ) Thanks.
Attached to post. If its not quite what you wanted let me know.

Quote
look my theme maelstrom there as 72 systems logo
Thanks for the logos  ;D

Thank you so much. My new theme is better than before.  :)

685
Themes / Re: [WIP] New Station Theme - ArcadeBliss please come
« on: May 28, 2016, 12:00:51 AM »
Just updated the code. More improvement on layout design.  It is closed to complete.  :)

I will add favorite function & support CRT resolution on next version. Enjoy!

686
Themes / Re: Some artwork and two generic/unfinshed themes
« on: May 27, 2016, 08:43:17 PM »
Quote
Thank you very much. I like it very much.

Could you help me to create more system for Ribbons image? Thank you.

naomi
atomiswave
model2
model3
Taito Type X & Ex-board




Attached to post. Let me know if I used any of the wrong logos.

Quote
what the heck?! Is that a ... YouTube theme?  8)

Yea, I kinda wanted to see how it looked as a layout so I figured why not  ;)

Could you make one more Ribbons image? (Taito Type X & Ex-board combine into single Ribbons ) Thanks.

687
Themes / Re: Some artwork and two generic/unfinshed themes
« on: May 27, 2016, 06:54:29 AM »
Thank you very much. I like it very much.

Could you help me to create more system for Ribbons image? Thank you.

naomi
atomiswave
model2
model3
Taito Type X & Ex-board

688
Themes / Re: [WIP] New Station Theme - ArcadeBliss please come
« on: May 25, 2016, 08:25:13 PM »
Confucius Quote

It does not matter how slowly you go so long as you do not stop.  ;D

Agree with you. Never give up  ;D

689
Themes / Re: [WIP] New Station Theme - ArcadeBliss please come
« on: May 25, 2016, 08:22:39 PM »
Don't worry kent79, I am still on this. I have hit a problem with time at the moment which is why I have been so quiet. After reviewing the code, I will need to create a new class to hold the objects used in the conveyour base constructor to make this happen.

Patience young jedi :D

Many Many Thank you and appreciate for your great help  :)

690
Themes / Re: [new theme] Nostalgio - Download Link
« on: May 25, 2016, 06:40:36 AM »
Great job. Many Thanks  :)

Pages: 1 ... 44 45 [46] 47 48 ... 57