Search found 49 matches

by vfxman
March 18th, 2008, 1:09 pm
Forum: Scripts Discussion
Topic: Text file to dockable panel
Replies: 14
Views: 22396

Re: Text file to dockable panel

Interesting, I WAS closing and relaunching. I even restarted AE. Hmmm... I'll keep trying and thanks for the extra code piece. I'll see if I can get it up and running on my machine. :) Also is there any special URL or info you would like me to put into this script notes for a credit other than your ...
by vfxman
March 18th, 2008, 12:32 pm
Forum: Scripts Discussion
Topic: Text file to dockable panel
Replies: 14
Views: 22396

Those adjustments you made definitely gets the text into a dockable palette. Thank you very much. Now the next hurdle. I added more lines... "group { \ orientation:'column', alignment:['left', 'fill'], spacing:5, \ text1: StaticText { text:'' }, \ text2: StaticText { text:'' }, \ text3: StaticT...
by vfxman
March 17th, 2008, 5:35 pm
Forum: Scripts Discussion
Topic: Text file to dockable panel
Replies: 14
Views: 22396

Re: Text file to dockable panel

Ok, so I've been researching, learning and piecing together and learning and failing and learning... :) I've put this together with help from other scripts and concepts. Still doesn't work, but maybe someone can help me push this along further. This is the code so far... // aeKeysSetup Object functi...
by vfxman
March 13th, 2008, 8:48 pm
Forum: Scripts Discussion
Topic: Text file to dockable panel
Replies: 14
Views: 22396

Text file to dockable panel

Ok this is probably really ambitious for my lean knowledge, but I am trying to get the contents of a local txt file read from it's path location and placed into a dockable palette window in AE CS3. I have tried various piecing together of scripts to try and get something to work, but have only figur...