Change image by clicking it? - Zooper Widget General

Hi, i am completely new to zooper and i want to make a button that changes an image in the same widget by just clicking on the button.
Is there anyway to do this? Can't find a suitible way to do it in the click action :S
Skickat från min GT-I9300 via Tapatalk

jolerius said:
Hi, i am completely new to zooper and i want to make a button that changes an image in the same widget by just clicking on the button.
Is there anyway to do this? Can't find a suitible way to do it in the click action :S
Skickat från min GT-I9300 via Tapatalk
Click to expand...
Click to collapse
This is currently only possible with Tasker. Zooper has no internal way of triggering such a change.
Send from my secret moonbase via space carrier pigeons

And how do i do it?? I've manage to do it in a tasker scene, but i want ro create a widget
Skickat från min GT-I9300 via Tapatalk

jolerius said:
And how do i do it?? I've manage to do it in a tasker scene, but i want ro create a widget
Skickat från min GT-I9300 via Tapatalk
Click to expand...
Click to collapse
I once made a Task for this kind of purpose, you can download it here if you want to import it into Tasker: https://googledrive.com/host/0B2PketucM7xiSUc2UnBCbmxWNTQ/Toggle.tsk.xml
After you have imported the Task, set it as the OnTap module action of your button. It will then toggle a variable named #TVIEW# between 0 and 1. All you have do now is to check this variable to determine if you should show one or the other picture in your widget. You can do that by using two bitmap modules, each with the following line as an advanced parameter
$#TVIEW#!=x?[bo]0[/bo]$
where x is the state where you want to show it, so one module should be 0 and the other 1.
I hope this helps you out and if you have any more questions, just ask

Related

Toggles

Can we do toggles?
Like for example.. lets just say a wifi toggle.. I have an image in which I would like to put it at opacity of 65 and when I tap on it to turn it on. it will become an opacity of 100..
Are there any threads that teach how to do it?
Sent from my GT-I9505 using xda app-developers app
billab0n6 said:
Can we do toggles?
Like for example.. lets just say a wifi toggle.. I have an image in which I would like to put it at opacity of 65 and when I tap on it to turn it on. it will become an opacity of 100..
Are there any threads that teach how to do it?
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
This is only possible if you have Tasker. Zooper currently has no built-in function for this.
I think there was a tutorial on Zooper/Tasker integration but I'll have to look that up. If there is not, I'll put in on my (ever growing) Todo list.
Actually you can. This is what makes Zooper so good, much better than the other custom widget app.
Insert your bitmap and set the opacity to 65
In the advanced parameters enter
For wifi connected
Code:
$#NWSTATE#=2?[bo]100[/100]$
For wifi on but NOT connected
Code:
$#NWSTATE#=1?[bo]80[/100]$
change the value between [bo] to your desired opacity
krysdafur said:
Actually you can. This is what makes Zooper so good, much better than the other custom widget app.
Insert your bitmap and set the opacity to 65
In the advanced parameters enter
For wifi connected
Code:
$#NWSTATE#=2?[bo]100[/100]$
For wifi on but NOT connected
Code:
$#NWSTATE#=1?[bo]80[/100]$
change the value between [bo] to your desired opacity
Click to expand...
Click to collapse
Yes, that would work to display the current state of wifi but his question was if he can do an actual toggle that switches the state of the wifi when touched (and then display it). That is currently not natively possible in Zooper.
kwerdenker said:
Yes, that would work to display the current state of wifi but his question was if he can do an actual toggle that switches the state of the wifi when touched (and then display it). That is currently not natively possible in Zooper.
Click to expand...
Click to collapse
Oops, you're right. Zooper cannot toggle any settings. You will need another app to do that function.
billab0n6 - you can use an wifi shortcut app and link to it from Zooper's ontap action. I'm not sure how to use Tasker but Trigger (aka NFC Task Launcher) can create shortcuts.
krysdafur said:
Oops, you're right. Zooper cannot toggle any settings. You will need another app to do that function.
billab0n6 - you can use an wifi shortcut app and link to it from Zooper's ontap action. I'm not sure how to use Tasker but Trigger (aka NFC Task Launcher) can create shortcuts.
Click to expand...
Click to collapse
Tasker and Zooper integrate very nicely.
krysdafur said:
Oops, you're right. Zooper cannot toggle any settings. You will need another app to do that function.
billab0n6 - you can use an wifi shortcut app and link to it from Zooper's ontap action. I'm not sure how to use Tasker but Trigger (aka NFC Task Launcher) can create shortcuts.
Click to expand...
Click to collapse
Tasker works really well, when you know how to set it up right. I already used it in my setups
Tasker seems very very complicated to use.. I do know seeing them in the forums.. alot of advanced users are using them but from the way I see them talk about it.. it seems quite hard to set it up. .. sigh
Sent from my GT-I9505 using xda app-developers app
You can also use More shortcuts by chYK - available on play store - just link to it in on tap shortcuts. Hope this is helpful to you.

How Do I Create a Slider for MP3s?

How can I make a progress bar for playing MP3s? And is it possible to make it so you can slide your finger along the progress bar to control where you want to play the MP3?
omaral said:
How can I make a progress bar for playing MP3s? And is it possible to make it so you can slide your finger along the progress bar to control where you want to play the MP3?
Click to expand...
Click to collapse
Assuming that you already have Media Utilities installed and setup to work with Zooper this will do the trick to display the song progress. Using it as a slider is not possible though.
Progress bar module with custom values setup:
Min 0
Value #TMU_TRACK_PERC#
Max 100
kwerdenker said:
Assuming that you already have Media Utilities installed and setup to work with Zooper this will do the trick to display the song progress.
Progress bar module with custom values setup:
Min 0
Value #TMU_TRACK_PERC#
Max 100
Click to expand...
Click to collapse
Yes I got Media Utilities already set up in Zooper, so thats not a problem. I entered the code as you said in the progress bar module value. Min and max values already had 0 and 100 respectively by default. But it doesnt work. Could you check to see if this is the right code?
omaral said:
Yes I got Media Utilities already set up in Zooper, so thats not a problem. I entered the code as you said in the progress bar module value. Min and max values already had 0 and 100 respectively by default. But it doesnt work. Could you check to see if this is the right code?
Click to expand...
Click to collapse
Did you check the "Send progress" option in Media Utilities? It's down at the bottom in the Experimental section.
I'm sure the code works because I tested it on my device before posting it
kwerdenker said:
Did you check the "Send progress" option in Media Utilities? It's down at the bottom in the Experimental section.
I'm sure the code works because I tested it on my device before posting it
Click to expand...
Click to collapse
Ahhh.. perfect! thanks a million. One question.. do you think Zooper drains battery?
Not really. I have my screen full of zooper and it uses very low battery.
Sent from GT-I9505 via Tapatalk

S Finder App / Shortcut / Widget

Anyone know how to add a shortcut or widget to the home screen? I use it frequently and it would be great if I could add it to the home screen and / or dock. I understand that it's available in the drop down window, but I'm looking for quicker access.
Sent from my SM-P905V using Tapatalk
Mike005 said:
Anyone know how to add a shortcut or widget to the home screen? I use it frequently and it would be great if I could add it to the home screen and / or dock. I understand that it's available in the drop down window, but I'm looking for quicker access.
Sent from my SM-P905V using Tapatalk
Click to expand...
Click to collapse
If you use Nova launcher, you can add Shortcut - Activities - S Finder
If not, I think someone need to make an app to launch S Finder... but who's that someone
stiudied two days on this and you gave the answer via nova/shortcuts.
You outsmarted me!
Huib

Is it possible to change the widget with the widget

I don't know if I'm working this right. But basically is it possible to make it where if I click on a certain part of the widget it actually changes it to a different widget. example, so you have a clock widget that has the temperature and your cell signal. When you click on the clock it changes to another widget that is just the clock
zathus said:
I don't know if I'm working this right. But basically is it possible to make it where if I click on a certain part of the widget it actually changes it to a different widget. example, so you have a clock widget that has the temperature and your cell signal. When you click on the clock it changes to another widget that is just the clock
Click to expand...
Click to collapse
That's currently only possible if you use Tasker to setup a task that changes a variable and pushes that variable back to Zooper. You can then use that widget to control the visibility of the modules in your widget. You would then have to use that task as an OnTap action of your widget/module to toggle between the two "versions" of your widget.
kwerdenker said:
That's currently only possible if you use Tasker to setup a task that changes a variable and pushes that variable back to Zooper. You can then use that widget to control the visibility of the modules in your widget. You would then have to use that task as an OnTap action of your widget/module to toggle between the two "versions" of your widget.
Click to expand...
Click to collapse
Any way you could point me in the right direction. I just got Tasker a few days ago and to be honest it's a tad overwhelming. Maybe just a nudge in the right direction??
Sent from my VS980 4G using Tapatalk
Andyrosser said:
Any way you could point me in the right direction. I just got Tasker a few days ago and to be honest it's a tad overwhelming. Maybe just a nudge in the right direction??
Sent from my VS980 4G using Tapatalk
Click to expand...
Click to collapse
Please see my answer here: http://forum.xda-developers.com/showthread.php?p=52275715&highlight=tasker+toggle#post52275715
It contains a link to my Tasker task and a description on how to use it.
kwerdenker said:
Please see my answer here: http://forum.xda-developers.com/showthread.php?p=52275715&highlight=tasker+toggle#post52275715
It contains a link to my Tasker task and a description on how to use it.
Click to expand...
Click to collapse
holy fing hell!! thats like EXACTLY what i was looking for. pure genius sir! thank you so much
kwerdenker said:
Please see my answer here: http://forum.xda-developers.com/showthread.php?p=52275715&highlight=tasker+toggle#post52275715
It contains a link to my Tasker task and a description on how to use it.
Click to expand...
Click to collapse
alrighty, first. thanks so much! second, is it posable to have this also effect things like text? so, i can have a clock in one position when x=1 then have it in a second position when x=0. or just have it make it where when on 1, it appears and on 0 it disappears.
zathus said:
alrighty, first. thanks so much! second, is it posable to have this also effect things like text? so, i can have a clock in one position when x=1 then have it in a second position when x=0. or just have it make it where when on 1, it appears and on 0 it disappears.
Click to expand...
Click to collapse
What you use it for is up to you. You'll just have to substitute the options you need like [ox][/ox] for the horizontal offset or [c][/c] for the color instead of the [bo][/bo] as in the example I have in the original post.

Force Update Tasker

Hello Guys,
Can anyone explain how to force update zooper, using tasker.
Thanks.
tiagoggama said:
Hello Guys,
Can anyone explain how to force update zooper, using tasker.
Thanks.
Click to expand...
Click to collapse
Sorry, not possible. You can't call that functionality from external tools like Tasker.
kwerdenker said:
Sorry, not possible. You can't call that functionality from external tools like Tasker.
Click to expand...
Click to collapse
I really wish there was a way to send zooper intent for update. Is zooper's caching smart enough to know that an update does not affect what is displayed? If not, you could have tasker send an update to a variable that is displayed off screen or with transparent color. Time to experiment....

Categories

Resources