Hello,
I shortly tested it on Vista 64 to update the Allocine script, and it has worked (very well :-)).
Thanks
Didier
Search found 6 matches
- 2007-07-29 21:03:53
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [ALL] Update Script for Script Updates ! ;)
- Replies: 83
- Views: 87526
- 2007-07-29 20:56:27
- Forum: Ant Movie Catalog > Help
- Topic: Problem with the label (Vista)
- Replies: 2
- Views: 1286
Problem with the label (Vista)
Hello,
I'm using Vista 64 (I know this is not a good idea so far ...), but the labels of edit fields are disappearing ... Any idea or workaround ? (I can work, but is not so convenient).
By the way, gives it a solution to mark the movies as seen ?
Thanks for any hints
Bye
Didier
I'm using Vista 64 (I know this is not a good idea so far ...), but the labels of edit fields are disappearing ... Any idea or workaround ? (I can work, but is not so convenient).
By the way, gives it a solution to mark the movies as seen ?
Thanks for any hints
Bye
Didier
- 2006-10-30 22:13:50
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
- Replies: 1594
- Views: 781633
Allocine tout coincé
Salut à tous,
Là c'est tout coincé ... rien ne se pass et 'Read Time Out'.
Bon j'ai été sur le site avec un Browser, c'est lent, lent et lent ...
D'autres ont le même problème ?
Là c'est tout coincé ... rien ne se pass et 'Read Time Out'.
Bon j'ai été sur le site avec un Browser, c'est lent, lent et lent ...
D'autres ont le même problème ?
- 2006-10-18 11:01:17
- Forum: Ant Movie Catalog > Scripts
- Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
- Replies: 1594
- Views: 781633
Allocine - image
Salut à tous,
A vous lire vous arrivez à vous en sortir avec ces scripts :-)
J'y ai jeté un oeil, mais je me perds rapidement.
Depuis quelques temps, je n'obtiens plus l'image depuis allocine, y a-t-il une correction ?
Le script disponible sur le site n'est pas remis à jour lors de vos modifs ...
A vous lire vous arrivez à vous en sortir avec ces scripts :-)
J'y ai jeté un oeil, mais je me perds rapidement.
Depuis quelques temps, je n'obtiens plus l'image depuis allocine, y a-t-il une correction ?
Le script disponible sur le site n'est pas remis à jour lors de vos modifs ...
- 2006-09-27 12:53:31
- Forum: Ant Movie Catalog > Templates
- Topic: Printing - Designer report - Script problem
- Replies: 2
- Views: 2288
- 2006-09-25 21:15:15
- Forum: Ant Movie Catalog > Templates
- Topic: Printing - Designer report - Script problem
- Replies: 2
- Views: 2288
Printing - Designer report - Script problem
Hello,
I'm trying to build a string with several field but one or the other could be empty. So, I've to chekc the length :
begin
Text := Length([MediaType]);
end
I add this code in the Memo script editor, it returns always 0.
I've also tried with :
begin
Text := Length('Test');
end
Always 0 ...
I'm trying to build a string with several field but one or the other could be empty. So, I've to chekc the length :
begin
Text := Length([MediaType]);
end
I add this code in the Memo script editor, it returns always 0.
I've also tried with :
begin
Text := Length('Test');
end
Always 0 ...