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 - iOtero

Pages: 1 ... 5 6 [7] 8 9 ... 28
91
Themes / Re: Ambience HD theme [WIP]
« on: June 27, 2019, 04:00:49 AM »
Too much work in progress ... more than a year ...   :D

92
Scripting / Re: Show Image For X Seconds?
« on: June 27, 2019, 03:20:15 AM »
Thanks. I'm glad i was useful.  :-[

93
Scripting / Re: Show Image For X Seconds?
« on: June 26, 2019, 04:53:51 AM »
Simply:

Code: [Select]
fe.load_module("animate");

local logo = fe.fe.add_image("logo.png", flx, fly, flw, flh);

local fade = {property = "alpha", start = 255, end = 0, time = 2500, delay = 3500, pulse = true}
animation.add(PropertyAnimation(logo, fade));

94
Scripting / Re: KeyboardSearch module
« on: June 26, 2019, 03:09:18 AM »
A doubt.
Can you decrease the font size when you are selecting a letter or number?

From what i have seen analyzing the module, you can not.

95
Scripting / Re: KeyboardSearch module
« on: June 24, 2019, 04:54:03 AM »
Thanks. I'm glad i was useful.  :-[

96
Scripting / Re: KeyboardSearch module
« on: June 23, 2019, 10:24:09 AM »
Run:
Code: [Select]
attract --loglevel debug

launch the keyboardsearch module and put here the last_run.log file.

I'm putting 2 files. One log and the other layout. I put the module script in the last line of the layout file.

The [ ] in the colors must be removed.
And I would leave the function like this:

Code: [Select]
fe.load_module("objects/keyboard-search");
local search_surface = fe.add_surface(fe.layout.width, fe.layout.height)
KeyboardSearch(search_surface)
    .search_key(my_config["user_search_key"])
    .mode(my_config["user_search_method"])
    .text_color(255,0,255,255)
    .keys_color(255,255,255,255)
    .keys_selected_color(255,50,255,255)
    .init()
search_surface.set_pos(0, 0, fe.layout.width, fe.layout.height);


97
Scripting / Re: KeyboardSearch module
« on: June 23, 2019, 07:34:15 AM »
Run:
Code: [Select]
attract --loglevel debug

launch the keyboardsearch module and put here the last_run.log file.

98
Scripting / Re: KeyboardSearch module
« on: June 22, 2019, 10:27:18 AM »
I'm not sure but think something is missing in this line for the module to work on my theme.
Code: [Select]
local search_surface = fe.add_surface(fe.layout.width, fe.layout.height)

Try:

Code: [Select]
local flwc = fe.layout.width;
local flhc = fe.layout.height;

local search_surface = fe.add_surface(flwc, flhc)

99
Scripting / Re: Key pressed
« on: June 14, 2019, 06:52:39 AM »
Thanks, zpaolo, its runs perfectly.  :D

100
Scripting / Re: Key pressed
« on: June 13, 2019, 02:24:27 AM »
Nobody knows if it can be done or not?

101
General / Re: Rocket Launcher with Attract-Mode?
« on: June 07, 2019, 11:01:09 AM »
I just wanted to know if you could do more than use bezels and special keys... and apparently it's not like that... :-[

And since RetroArch does it quite well, I do not see the utility. Nothing else.  8)




102
General / Re: Sega32 +Retroarch PC settings
« on: June 07, 2019, 10:56:50 AM »
You are mixing Windows paths with Linux paths... I do not understand anything...  :-[

103
General / Re: Install Attract-Mode on Lakka
« on: June 07, 2019, 10:52:34 AM »
In a Pi you do not emulate the wii neither with Dolphin nor with Whale :)

And for the Pi, it's best to use Raspbian lite, Attract-Mode and RetroArch. But forget about Dolphin. The Pi is not an F1. On the pi, nothing higher than Nintendo 64 will work properly for you.

I installed AM in Lakka, but i prefer Raspbian Lite + Attract-Mode, it goes better in Pi 3B+. If you follow Keil's tutorials it will be easy for you to do it.

104
General / Re: Help Installing on Ubuntu 19.04
« on: June 07, 2019, 10:38:19 AM »
To me, in Lubuntu 16.04 it works perfectly for me on a Samsung N120 Netbook with 2GB of RAM from 2009. :-[

105
General / Re: Rocket Launcher with Attract-Mode?
« on: June 07, 2019, 10:28:03 AM »
Thanks for your explanations, but it does not help me at all if it's only for those things.

I still find it more of a nuisance, than a utility.

Too complicated for what little he gives and how much he "eats".  :-[

With Attract-Mode and RetroArch, it's more than enough.  :P

Thanks for the help.  :D

Pages: 1 ... 5 6 [7] 8 9 ... 28