Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]3 Replies - 48 Views - Last Post: Today, 05:25 PM
#1
Reputation: 0
- Posts: 5
- Joined: 17-August 12
Posted Today, 04:58 PM
Hey guys, im trying to use a my.setting setting as an object (I hope thats correct). What I want is to use it, like this:Dim mysetting As Object = My.Settings.setting 'Now, the setting will be changed to something like Form1.Button1 'And I want to use mysetting instead of form1.Button1, like; mysetting.Backgroundimage.fromfile ("C:\Users\Admin\Pictures\pic1.png")
This doesn't work, sadly. So im wondering if its possible, because it would cut my code down by quite a few lines.
Thanks in advance
.Aidan
Is This A Good Question/Topic? 0
Replies To: Using My.Settings.setting as Object
#2
Reputation: 6089
- Posts: 22,006
- Joined: 12-June 08
Re: Using My.Settings.setting as Object
Posted Today, 05:01 PM
Why not store all the object properties as an XML string and then store that string in the my.settings? Then, when you need it, you can pop out the XML, cycle through the nodes, and create the object?
#3
Reputation: 0
- Posts: 5
- Joined: 17-August 12
Re: Using My.Settings.setting as Object
Posted Today, 05:17 PM
modi123_1, on 24 March 2013 - 05:01 PM, said:
Why not store all the object properties as an XML string and then store that string in the my.settings? Then, when you need it, you can pop out the XML, cycle through the nodes, and create the object?
Well, 3 reasons
1. I have no idea what you're talking about cause im a newb
2. I have no idea what you're talking about cause im a newb
3. I have no idea what you're talking about cause im a newb
But im sure my method would work with a bit of tweaking.
#4
Reputation: 6089
- Posts: 22,006
- Joined: 12-June 08
Re: Using My.Settings.setting as Object
Posted Today, 05:25 PM
GUI objects are quite big.. but if you must - drill down the 'type' to 'browse'.. then drill down to the windows forms until you find the GUI control you want and there you go.Typically my objects are all types across the board so I just save their important bits in XML and then save that XML string in the my.settings under 'string'.
Page 1 of 1
Source: http://www.dreamincode.net/forums/topic/316584-using-mysettingssetting-as-object/
asteroid mining memorial day ivan rodriguez planetary resources mothers day gift ideas natalee holloway scotty mccreery
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.