Search found 61 matches

by Willspo
2004-05-16 09:17:31
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

I said before!

Type this into your browser and you'll see whats wrong :hum:

http://home.nycap.rr.com/edterri/movies.xml
by Willspo
2004-05-14 14:37:33
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

You forgot to upload movies.xml

Magius, you forgot to upload movies.xml!
It has to be in the same folder as everything else.
:wink:
by Willspo
2004-05-13 08:47:11
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

:o

Missed that. And the code in my last post does'nt work ;) Guess you have to locate the illegeal chars and replace them. :D
by Willspo
2004-05-13 06:16:19
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

Antp is probably right

My guess to is that your xml file contains illegal characters (It has nothing to do with the number of movies). If you can't find them (the strange characters) you can also try to edit the xsl file. Insert a CDATA clause (<![CDATA[ ... ]]>) everywhere the template writes out data. For example: <span...
by Willspo
2003-12-01 11:15:23
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

Why not window.print()

where window is the popup window.
by Willspo
2003-09-30 09:08:40
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

1. It's possible but I can't figure out a smart way to do it. Frames would be the most obvious solution but I think it will make the code even harder to read. 2. I will upload a new version soon (later today if I remember). In his version columns.xml will work and with a new attribute align :) 3. Yo...
by Willspo
2003-09-12 07:58:45
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

:o
In default.js add this line at the end of method readConfig():
addParam("skin", sourcePath + "columns.xml");

I'll fix it soon and upload a new version.

Nice skin. You have to e-mail it to me (with images).
by Willspo
2003-09-10 18:16:36
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

Correction

First of all I corrected a little typo that made the images dissapear. So now it works. (same download link) to Frau: javaScript is type sensitive if you typed id="langselect" you can't find that object with langSelect :cool: A simple way to find errors in javascript is by using alert(stri...
by Willspo
2003-09-01 21:00:31
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

Thank you :D About the <source> tag: Did you run config.hta first? This prog lets you choose source file and writes to config.xml. About the ActiveX error: It's becuase you need Microsoft XML Parser version 4. It's not included in any Windows version so you have to download it separately. The setup ...
by Willspo
2003-08-25 15:49:42
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

I don't really understand your question but you can find me on msn: d99_vsp@hotmail.com
by Willspo
2003-08-25 07:30:11
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

Bad URL --> New link

Hello
The link I posted before did'nt work so I posted a new one:
viewtopic.php?p=3919#3919
by Willspo
2003-08-25 07:08:10
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

Hmm

Sorry about that.
I can't download it either. :shocked:
I'll try to post a new link to another server soon.
by Willspo
2003-08-24 18:31:11
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

New Improved Version

I've made some improvements to the template and started a new thread
"New Improved Version"

/w
by Willspo
2003-08-24 18:29:47
Forum: Ant Movie Catalog > Templates
Topic: New Improved Version
Replies: 37
Views: 19268

New Improved Version

Hello, I've made some improvements to my template. It's currently BETA and there are a couple of visual bugs but I think it works. This new version is like a stand alone program and not for use on the Internet. Improvements: Frames (Only the list scrolls) Uses the AMC native XML format (No more expo...
by Willspo
2003-06-05 10:12:13
Forum: Ant Movie Catalog > Comments
Topic: Command line support
Replies: 17
Views: 6641

Can you mail the two files to me?
by Willspo
2003-06-05 09:10:27
Forum: Ant Movie Catalog > Comments
Topic: Command line support
Replies: 17
Views: 6641

Command line support

Hi, I was thinking it might be good if you could run movie catalog from the command line to export to a template for example. That way the template could call the program to update the movielist and you would always have a fresh list. :ha: Or maybe if you could access the .amc file right away like a...
by Willspo
2003-05-21 12:45:45
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

:D
by Willspo
2003-05-20 09:00:34
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

It will never work with netscape!

It will never work with netscape! :evil:

/w
by Willspo
2003-05-10 11:19:47
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 95113

To Guest Replace (in transform.xml) <xsl:value-of select="substring-before( title[contains(., '(')], '(' )" /> <xsl:value-of select="title[not(contains( ., '(' ))]" /> with <xsl:value-of select="title" /> To ben Frau Holle code was almost correct. But the function need...