text input box for widgets

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
terigilteo
Posts: 4
Joined: 14 Oct 2014 08:58

text input box for widgets

Post by terigilteo » 14 Oct 2014 09:05

Hi there, I have a feature request. Or if this is already possible I'd like to know how.

What I want to accomplish is a text box widget in which whatever I type is stored in a variable. Ideally the variable is set whenever I type a character and not only when I hit enter/ok. So basically the text in a widget should be editable.
This feature would be similar to the editable text box from tasker, which can be used in scenes and is as of now the only reason why I prefer tasker to automagic.
for reference: http://tasker.dinglisch.net/userguide/e ... tedit.html

The reason I am looking for this is mainly cosmetics.

teri

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: text input box for widgets

Post by Martin » 14 Oct 2014 18:15

Hi,

Automagic does not provide a way to place an EditText on a widget and I'm not sure if I will ever add support for such control elements to be placed directly on widgets since it's hard to define a proper layout that works across different devices with different screen resolutions.
As a workaround you could use a clickable action on a widget that executes a flow with an action Input Dialog to enter the value.

Regards,
Martin

terigilteo
Posts: 4
Joined: 14 Oct 2014 08:58

Re: text input box for widgets

Post by terigilteo » 22 Oct 2014 14:02

Hi Martin,

thanks for your reply.
My goal was to have a live-updated list of items depending on the current text. Kind of like the google search, which I find particularly poor implemented. This would not be possible with an input dialog.
Thank you anyways.

teri

Locked