Software: modifications and extensions Toon

Everything about software tools, new software development and toolchains. For developers, mostly.

Moderators: marcelr, TheHogNL, Toonz

makkie2002
Member
Member
Posts: 66
Joined: Fri Aug 18, 2017 3:28 pm

Re: Software: modifications and extensions Toon

Post by makkie2002 »

Hi guys,

I am strugling with my webcam app.
I want to download images only when the webcam is fullscreen or when the small webcam tile is shown.
I managed to let the app detect when the fullscreen widget is shown, however I do not know how to detect that the small tile is actively shown ... any suggestions are welcome !

Marc
Attachments
webcam-0.0.6.zip
(13.28 KiB) Downloaded 477 times
michel30
Member
Member
Posts: 286
Joined: Fri Aug 25, 2017 4:42 pm

Re: Software: modifications and extensions Toon

Post by michel30 »

Hello,

I have a small problem with ClockTile.qml date and time in dim function.
The problem is when the TOON goes in dim mode it does not show the date.

When I edit the following file ClockTile.qml and I remove this ! in visible: !dimState than the date will show in the dim function but not in the normal function.
In what file I could edit this so it will show me the date and time in dim and normal mode?
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Software: modifications and extensions Toon

Post by TheHogNL »

michel30 wrote:When I edit the following file ClockTile.qml and I remove this ! in visible: !dimState than the date will show in the dim function but not in the normal function.
In what file I could edit this so it will show me the date and time in dim and normal mode?
What do you think the ! means in front of the dimState :)

visible: !dimState = visible when screen is NOT in dimstate
visible: dimState = visible when screen IS in dimstate

So, just remove the whole line when you want to have the txtDate to be visible always :)
Member of the Toon Software Collective
michel30
Member
Member
Posts: 286
Joined: Fri Aug 25, 2017 4:42 pm

Re: Software: modifications and extensions Toon

Post by michel30 »

Super thanks for your help and explaining :D

It works.
makkie2002
Member
Member
Posts: 66
Joined: Fri Aug 18, 2017 3:28 pm

Re: Software: modifications and extensions Toon

Post by makkie2002 »

Does anybody know what are the memberfunctions/membervariables of the screenStateController?
I want to know because my Toon has issue with going into dim-state.
walberg
Member
Member
Posts: 181
Joined: Tue Jan 08, 2013 7:22 pm
Location: Diemen
Contact:

Re: Software: modifications and extensions Toon

Post by walberg »

Anybody else has some ideas?[/quote]

How do you get the file domoticz.zip to de Toon? as no ftp program on Windows or Mac work with Toon
TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Software: modifications and extensions Toon

Post by TerrorSource »

walberg wrote:Anybody else has some ideas?
How do you get the file domoticz.zip to de Toon? as no ftp program on Windows or Mac work with Toon[/quote]

What do you want to do with the file? Is it the official Domoticz installation? That's not going to work as it cannot run on a Toon.
walberg
Member
Member
Posts: 181
Joined: Tue Jan 08, 2013 7:22 pm
Location: Diemen
Contact:

Re: Software: modifications and extensions Toon

Post by walberg »

sorry i was confused with the app domoticzboard. I have been Domoticz for 2 years on my Synology. In this topic there are many applications to install but the problem is that you can not copy a file from your Mac or Windows to the Toon with an ftp program.
marcelr
Global Moderator
Global Moderator
Posts: 1153
Joined: Thu May 10, 2012 10:58 pm
Location: Ehv

Re: Software: modifications and extensions Toon

Post by marcelr »

walberg wrote:... l but the problem is that you can not copy a file from your Mac or Windows to the Toon with an ftp program.
That's not true.
Install the sftp server (see downloads thread) and you can shuttle files to toon and back as much as you like.
klaphekje
Starting Member
Starting Member
Posts: 36
Joined: Sat Oct 08, 2016 10:05 pm

Re: Software: modifications and extensions Toon

Post by klaphekje »

Or use something like SCP if you have trouble installing the sftp server.
marcelr
Global Moderator
Global Moderator
Posts: 1153
Joined: Thu May 10, 2012 10:58 pm
Location: Ehv

Re: Software: modifications and extensions Toon

Post by marcelr »

scp is installed together with dropbear. Since you have a rooted toon, that should work.
walberg
Member
Member
Posts: 181
Joined: Tue Jan 08, 2013 7:22 pm
Location: Diemen
Contact:

Re: Software: modifications and extensions Toon

Post by walberg »

Yes, with Winsscp on an old pc laptop i can transfer files. I have copied openssh-sftp-server_7.3p1-r10.0_qb2.ipk to /root and then opkg install openssh-sftp-server_7.3p1-r10.0_qb2.ipk Now i can connect with Filezilla from Mac.
Thanks.
walberg
Member
Member
Posts: 181
Joined: Tue Jan 08, 2013 7:22 pm
Location: Diemen
Contact:

Re: Software: modifications and extensions Toon

Post by walberg »

Schermafbeelding 2017-09-22 om 15.16.09.jpg
Schermafbeelding 2017-09-22 om 15.16.09.jpg (99.47 KiB) Viewed 13945 times
How do I get a (double) tile away? I was busy adding domoticzBoard, could only find all of gas and energy, had nothing selected from it, but 2 tiles were used with gas.
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Software: modifications and extensions Toon

Post by TheHogNL »

Press and hold the tile a few seconds, then a delete option will show
Member of the Toon Software Collective
Vibestar
Member
Member
Posts: 53
Joined: Wed Sep 06, 2017 11:42 pm
Location: Rosmalen

Re: Software: modifications and extensions Toon

Post by Vibestar »

Maybe more hardware and software related: is there a way to controle the state of the boiler with a movementsensor?
I had a thermostat of ICY for many years. Of I wasnt in the room for 30 min the thermostat was set back to a colder state. I was wondering if it could be done by the TOON?
Post Reply

Return to “Toon software development”