DiyLightAnimation

Software => Nutcracker: RGB Effects Builder => Topic started by: barbotte on July 08, 2013,

Title: problem copying a xlm file
Post by: barbotte on July 08, 2013,
Sean i am trying to accomplish what you did in the 30 may video around the 50-55 minute mark .... wich is copying the xml file to my show ...when i go to your site http://www.nutcracker123.com/nutcracker/effects/song_xml/1.xml... i copy the contemt ... then opend a new text file and paste it into the contemt ..it does not save in row like you have ,,it save in a line like this             <xsequence BaseChannel="0" ChanCtrlBasic="0" ChanCtrlColor="0"><tr><td>Start Time</td><td>Label</td><td>MTREE</td></tr><tr><td>  0.262</td><td>1</td><td/></tr><tr><td>  5.133</td><td>2</td><td/></tr><tr><td>  6.749</td><td>3</td><td/></tr><tr><td> 11.607</td><td>4</td><td/></tr><tr><td> 13.212</td><td>5</td><td/></tr><tr><td> 18.077</td><td>6</td><td/></tr><tr><td> 19.702</td><td>7</td><td/></tr><tr><td> 24.567</td><td>8</td><td/></tr><tr><td> 31.014</td><td>9</td><td/></tr><tr><td> 35.861</td><td>10</td><td/></tr><tr><td> 37.489</td><td>11</td><td/></tr><tr><td> 42.353</td><td>12</td><td/></tr><tr><td> 50.445</td><td>13</td><td/></tr><tr><td> 56.912</td><td>14</td><td/></tr><tr><td> 69.837</td><td>15</td><td/></tr><tr><td> 76.301</td><td>16</td><td/></tr><tr><td> 81.158</td><td>17</td><td/></tr><tr><td> 82.774</td><td>18</td><td/></tr><tr><td> 87.621</td><td>19</td><td/></tr><tr><td> 98.949</td><td>20</td><td/></tr><tr><td>105.412</td><td>21</td><td/></tr><tr><td>124.827</td><td>22</td><td/></tr><tr><td>131.

it also save in note pad and i try with word too no luck.....so when i try to copy my change to put into the xlm file it wont paste it ... what do i do wrong ????
thanks
Title: Re: problem copying a xlm file
Post by: smeighan on July 08, 2013,
i would suggest you download http://notepad-plus-plus.org/download/v6.4.1.html
Notepad++. It can open any size file. It is an enhancement over the normal windows Notepad program.

After you install it I would then go to

"Plugins, Plugin Manager,Show Plugin manager"

Select "XML Tools"

Now you have a very cool feature, automatically reformat xml files. Under the Plugins menu you will now see "XML Tools"


Paste your xml into Notepad and save it with an xml extension. Like wizards.xml.

To pretty print the xml, "ctl-alt-shift-B"

i only use notepad when writing xml or viewing files.

thanks
sean

Title: Re: problem copying a xlm file
Post by: Dennis Cherry on July 08, 2013,
+1 on Notepad++, so much faster than Notepad and so many more features.