Indigo Rose Software
  #1  
Old 09-17-2005
holmes holmes is offline
Forum Member
 
Join Date: Sep 2005
Posts: 10
Help pls.

I've installed today v6.0

Whenever I try to add action "file open or file run" to a button, I get a message pop-up saying: Unexpected symbol near ???

How can I overcome this ?

Thnks in advance
Reply With Quote
  #2  
Old 09-17-2005
TJ_Tigger's Avatar
TJ_Tigger TJ_Tigger is offline
Indigo Rose Customer
 
Join Date: Sep 2002
Location: Sol 3
Posts: 3,188
Can you post the code that you have on the button?
__________________
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
Reply With Quote
  #3  
Old 09-17-2005
holmes holmes is offline
Forum Member
 
Join Date: Sep 2005
Posts: 10
Quote:
Originally Posted by TJ_Tigger
Can you post the code that you have on the button?

File.Open("AutoPlay\\Docs\\dreamsuite_4.", , SW_SHOWNORMAL);
Attached Images
File Type: jpg Syntax Error.jpg (7.5 KB, 27 views)
Reply With Quote
  #4  
Old 09-17-2005
Eagle Eagle is offline
Indigo Rose Customer
 
Join Date: Mar 2005
Location: WA 'wait a while' - Australia
Posts: 827
Hi, this one is from the related action help file example:

File.Open("AutoPlay\\Docs\\readme.txt", "", SW_SHOWNORMAL);

so its should be just a syntax thing, have a look at the "" above
and compare with your posted syntax.

also check your file path..the file extension seems a little odd.

without any change to the file extension, try below now:

File.Open("AutoPlay\\Docs\\dreamsuite_4.", "", SW_SHOWNORMAL);

hope helps.

Last edited by Eagle; 09-17-2005 at 12:53 PM.
Reply With Quote
  #5  
Old 09-17-2005
holmes holmes is offline
Forum Member
 
Join Date: Sep 2005
Posts: 10
Thnks Eagle for your reply.

It helped in file open, but not in file run.

Why this is happening? The code is created by the app itself when we browse to a file and select it.

I had no problems with previous version.

I'm runing Xp + Sp2

Please do reply.
Reply With Quote
  #6  
Old 09-17-2005
Eagle Eagle is offline
Indigo Rose Customer
 
Join Date: Mar 2005
Location: WA 'wait a while' - Australia
Posts: 827
Syntax Bug in File Open and File Run creation actions

Yes, now I understand what you mean..this appears to be bug in AMS60,

unless the 'Args' and Working folder' parameters are manually selected,
it does not create the default "" in these parameters, which causes the
error message.

Untill this is fixed, when selecting these types of actions, just click
once in each of the above mentioned 'parameter', as this triggers
the correct creation of the "" when the action has been created.

I have placed a reference to this link in the Feedback Section for IR

Last edited by Eagle; 09-17-2005 at 09:33 PM.
Reply With Quote
  #7  
Old 09-17-2005
Eagle Eagle is offline
Indigo Rose Customer
 
Join Date: Mar 2005
Location: WA 'wait a while' - Australia
Posts: 827
here is an example syntax for File.Run:

File.Run("AutoPlay\\Docs\\myfile.ext", "", "", SW_NORMAL, false); --no wait

File.Run("AutoPlay\\Docs\\myfile.ext", "", "", SW_NORMAL, true); --wait

hth keep you going for now

(the bug report link)

http://www.indigorose.com/forums/showthread.php?t=12986

Last edited by Eagle; 09-17-2005 at 09:57 PM.
Reply With Quote
  #8  
Old 09-17-2005
Eagle Eagle is offline
Indigo Rose Customer
 
Join Date: Mar 2005
Location: WA 'wait a while' - Australia
Posts: 827
Ooops, make that

File.Run("AutoPlay\\Docs\\myfile.ext", "", "", SW_SHOWNORMAL, false); --no wait

File.Run("AutoPlay\\Docs\\myfile.ext", "", "", SW_SHOWNORMAL, true); --wait


btw: another workaround is when the action has been created and added
into the script window, just double click the action and this will fix it also.

Last edited by Eagle; 09-17-2005 at 10:31 PM.
Reply With Quote
  #9  
Old 09-17-2005
holmes holmes is offline
Forum Member
 
Join Date: Sep 2005
Posts: 10
Thnks once again Eagle. Hope this will be fixed soon. I'll be watching the forum.
Reply With Quote
  #10  
Old 09-17-2005
Eagle Eagle is offline
Indigo Rose Customer
 
Join Date: Mar 2005
Location: WA 'wait a while' - Australia
Posts: 827
noproblemo
Reply With Quote
  #11  
Old 09-18-2005
hjortsune hjortsune is offline
Forum Member
 
Join Date: Sep 2002
Posts: 9
Seems to be the same problem with File.RunOnReboot and Shell.CreateShortcut....
Reply With Quote
  #12  
Old 09-18-2005
holmes holmes is offline
Forum Member
 
Join Date: Sep 2005
Posts: 10
Quote:
Originally Posted by hjortsune
Seems to be the same problem with File.RunOnReboot and Shell.CreateShortcut....

You are right. Apart from this, the App keeps freezing when some commands are executed. I really don't understand what the Beta testers have done, but I will uninstall this version and return to the previous one.

For sure I'll not buy it now.
Reply With Quote
  #13  
Old 09-18-2005
Tek Tek is offline
Forum Member
 
Join Date: Mar 2004
Location: Toronto, ON CANADA
Posts: 691
holmes,

Try not to judge a product based on a few bugs you have found. I am a software tester and I can say from experience with IR software that they are quick to log a bug when it is found and it is not usually long before a service release is available to fix the problem.

A viable workaround has been provided so it's only a matter of time before you can use this action without any problems.

You will not find a comparable product on the market today that can compete with AMS 6.0. There will always be some bugs in a new major version of any software and usually most severe bugs have already been found and fixed before the release.

I think all IR software is wonderful to work with and I'm glad our company decided to implement IR software with our software rollout plans.
Reply With Quote
  #14  
Old 09-18-2005
Corey's Avatar
Corey Corey is offline
Registered User
 
Join Date: Aug 2002
Posts: 9,746
Hi, a couple thoughts from someone who has used *a lot* of software. On the "professional developer tool" level it's impossible to produce "100% bug free" software in a commercial context. No company has ever done that. Every piece of commercial developer software you currently own contains at least one bug. Microsoft, Adobe, Borland, Sun, NASA, IBM, Macromedia and Oracle all have never released a "100% bug free" commercial developer tool...

What we have achieved is a very high level of functionality with a minimum of problems, this is the best any developer can hope to do. AutoPlay Media Studio is as solid, on a feature-by-feature basis, as any comparable software on the market today was in its first week of release.

Eagle has presented a simple workaround which will give you the exact functionality you need until a fix is released. This particular bug is insignificant in terms of completing a project today.

We don't claim our software is "100% bug free" nor do any other software companies as far as I know. But if you view our track record, you'll see that we do a great job of releasing fixes for reported bugs in a timely and efficient fashion. That's the best any developer can be expected to do. We're definitely "as good or better than" any comparable team in our sector in that regard.

When compared to the alternatives, AutoPlay Media Studio 6.0 is an extremely good package with a ton of features and some of the best product support in our industry. It's a heck of a value for the price, and allows you to do quite a few things which no other software does.
Reply With Quote
  #15  
Old 09-18-2005
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,058
Quote:
Originally Posted by holmes
You are right. Apart from this, the App keeps freezing when some commands are executed. I really don't understand what the Beta testers have done, but I will uninstall this version and return to the previous one.

For sure I'll not buy it now.
One thing I have found with concerns to Indigo Rose's software and support services. They WILL get it fixed if that is the outcome of a situation!

Remember, AMS 6.0 just came out.... and what Corey is, for what's it's worth, right on the money.

Hiccups will happen... but it's how a company handles such that you should be focusing on.

AMS 6 = a very nice platform that has strong roots in AMS 5 (for those new to the Autoplay Media Studio line of I.R. products).

I would have paid for AMS 6 even if I had not received a copy from I.R. for helping in the beta testing stage. Because I know they care and it shows in everything I have seen them put forth, done.

Sincerely,
__________________
Intrigued
www.amsuser.com
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pls. help ( product key ) fawzi Setup Factory 7.0 Discussion 2 02-24-2005 11:22 AM
Help pls Casper Setup Factory 7.0 Discussion 2 01-11-2005 10:09 PM
PLS HELP! Some ppl have no button labels Mr.Gray AutoPlay Media Studio 5.0 6 02-16-2004 04:25 PM
Bad Browser - Pls Help! Grim AutoPlay Media Studio 4.0 3 12-17-2003 05:45 AM


All times are GMT -6. The time now is 03:45 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software