Search found 14 matches

by Miss_Kitty
2009-02-28 14:34:35
Forum: Ant Movie Catalog > Scripts
Topic: Moviemeter script picture update
Replies: 1
Views: 1224

Moviemeter script picture update

program MovieMeter; uses StringUtils1; var MovieName: string; procedure AnalyzeMoviePage(Address: string); var PageText, Line, Value: string; begin PageText := GetPage(Address); // URL SetField(fieldURL, Address); // title & year Line := TextBetween(PageText, '<h1>', '</h1>'); Value := TextBetw...
by Miss_Kitty
2009-02-01 09:31:46
Forum: Ant Movie Catalog > Scripts
Topic: Probleem met import moviemeter
Replies: 5
Views: 2064

Landfix

Het probleem zit 'm in regel 40... Verander Value := TextAfter(Value, '>'); in Value := TextAfter(Value, '-->'); en het zou weer moeten werken... program MovieMeter; uses StringUtils1; var MovieName: string; procedure AnalyzeMoviePage(Address: string); var PageText, Line, Value: string; begin PageTe...
by Miss_Kitty
2008-09-13 13:54:03
Forum: Ant Movie Catalog > Scripts
Topic: Moviemeter import doesn't work anymore
Replies: 11
Views: 2714

Ik heb het script als volgt aangepast: program MovieMeter; uses StringUtils1; var MovieName: string; procedure AnalyzeMoviePage(Address: string); var PageText, Line, Value: string; begin PageText := GetPage(Address); // URL SetField(fieldURL, Address); // title & year Line := TextBetween(PageTex...
by Miss_Kitty
2007-05-27 11:12:08
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 219815

Can't get the download link to work.
But I only changed the AnalyzeResultsPage line and it worked for me again.

Edit: Updated scripts and got new version to work now.
Thanks guys, great job... :grinking:
by Miss_Kitty
2007-04-28 12:01:39
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33305

I rest my case... :hihi:
by Miss_Kitty
2007-04-28 08:36:42
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33305

You are right Thermal.
If you try to drag an image that's in fact a link, you are dragging the link and not the actual image. That's why AMC doesn't accept this as a drop.
Backgroundimages you can't drag for the same reason you can't copy them to the clipboard... :)
by Miss_Kitty
2007-04-27 21:18:17
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33305

In fact nothing happens. The mousepointer is a circle with diagonal stripe when I drag an image from IE over the catalog window. It looks like catalog will not accept a drop.
by Miss_Kitty
2007-04-27 04:13:57
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33305

I tried dragging an image from Opera but can't drop the image anywhere on the catalog window. IE 7 same problem. Am I doing something wrong or is it just not possible. Anyway, my idea was creating a custom image in Photoshop, copy it to the clipboard and paste it into catalog. Your project will not ...
by Miss_Kitty
2007-04-26 08:59:35
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33305

I can't find a way to import an image from the clipboard.
Would be nice if this is possible... :)
by Miss_Kitty
2007-04-15 20:53:03
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 219815

Something is wrong with moviegoods.com script! i thing that search line was change!! Cheers Maybe this will help? program MOVIEGOODS; var MovieName: string; MovieURL: string; ImageURL: string; ImageName: string; // STRING PROCEDURES (don't delete any part of this) procedure CutAfter(var Str: string...
by Miss_Kitty
2007-04-15 10:15:28
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 219815

antp wrote:Thanks ;)
I kept both name in "authors" in the version included on my server.
That's even better... :) Again I replaced my version with yours in my .rar so now there's only one version to download.
by Miss_Kitty
2007-04-15 08:08:36
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 219815

@antp: Sorry for replacing your name with mine... It was my first attempt to modify a script and did not expect it to work or even release it...:) But once it did work, I forgot to adjust the properties again... :ha: I corrected my mistake, cleaned up the source a bit and uploaded the new file. Anyw...
by Miss_Kitty
2007-04-14 19:06:03
Forum: Ant Movie Catalog > Scripts
Topic: Moviemeter Problem
Replies: 3
Views: 1443

Looks like the problem is solved... :)
by Miss_Kitty
2007-04-14 18:28:02
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 219815

Maybe this can help.
Download Script