Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Screens elimination

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
Armoured
Posts: 3
Joined: April 13th, 2009, 7:25 pm
Location: Italy
Contact:

Screens elimination

Post by Armoured »

How I can delete a screen?
I have defined a screen in the configuration pannel and now I want delete it.

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

You can't actually delete a screen. You can clear the contents of the lines on that screen, or uncheck the "Enabled" checkbox to prevent it being displayed.

You always have 20 screens to play with, but you can leave spare screens disabled to prevent them being used/displayed.

Armoured
Posts: 3
Joined: April 13th, 2009, 7:25 pm
Location: Italy
Contact:

Post by Armoured »

[quote="mattcro"]You can't actually delete a screen. You can clear the contents of the lines on that screen, or uncheck the "Enabled" checkbox to prevent it being displayed.

You always have 20 screens to play with, but you can leave spare screens disabled to prevent them being used/displayed.[/quote

Add an option to delete. I don't like to switch (in the configuration) trough unnecessary screens :(

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

LCDSmartie is open source, you can get it here and modify it to your liking.
http://sourceforge.net/scm/?type=cvs&group_id=122330

You can bring your additions to the main build so they get incorporated into the next version ;)

Happy coding!

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

Being able to delete screens could get messy... Smartie allows you to use actions to jump to specific screens by number. Deleting a screen would change the numbering (everything would get shuffled up), so the delete function must take account of all sorts of things like this.

You also then need an option to add a new screen. Perhaps a better option is to have a drop-down list box instead of the screen select spin control, so you can jump directly to a specific screen in the config window. You'd have to remember the screen number, unless a brief description for each screen could be added...

I agree that flicking through several unused/inactive screens in the config window is a bit of a hassle though. I tend to arrange all the active screens in the lowest numbered screens so that I have a solid block of screens, e.g. screens 1-6 used with no gaps.

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

You can enter a number in that box to jump directly to a specific screen.

A drop-down list should be possible to implement though.

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

Ah, yes, I had forgotten about typing into the box (have used it myself in the past).

If we have a drop-down list, it would be handy to be able to give screens a name to make it easier to find them quickly, e.g. "winamp", "volume", "network"...

Post Reply