It is currently October 13th, 2024, 2:17 am
Get help with creating, editing & fixing problems with skins
sea1monkey2
Posts: 28 Joined: April 21st, 2010, 4:03 am
Post
by sea1monkey2 » June 20th, 2010, 6:16 pm
so i am making an rss feeder, and it has tabs, and i have been trying to considerably down the code to make it easier to add more tabs at will
So here is my first attempt at making slim code system
i have the variables being changed by clicking the tabs, which has worked in the past on this skin for changing tabs and such, but it seems that the webparser does not like to work that way
then i made a second attempt
on this attempt, i moved the variables to the string measures, but those measure also do not wish to be changed by variables
any ideas?
JpsCrazy
Posts: 667 Joined: April 18th, 2010, 2:16 pm
Location: NY, USA
Post
by JpsCrazy » June 20th, 2010, 6:22 pm
Dynamic Variables do not work with plugins.
sea1monkey2
Posts: 28 Joined: April 21st, 2010, 4:03 am
Post
by sea1monkey2 » June 20th, 2010, 6:24 pm
is there a cheap workaround, or would i have to write out all of the string measures for each tab?
JpsCrazy
Posts: 667 Joined: April 18th, 2010, 2:16 pm
Location: NY, USA
Post
by JpsCrazy » June 20th, 2010, 6:26 pm
As far as I know, you'll have to write it all out.
May I recommend copy and paste and change what you need each time?
sea1monkey2
Posts: 28 Joined: April 21st, 2010, 4:03 am
Post
by sea1monkey2 » June 20th, 2010, 6:32 pm
its alright, i already have it written out in another instance of the feed reader, im just trying to make it lighter, thanks