Page 3 of 3

Posted: 24 Jul 2008 22:03
by admin
serendipity wrote:Yes, make it optional please. +1 for this.
serendipity wrote:Yes, make it optional please. +1 for the common standard.
Are you trying to play the 2-fools game alone? :wink:

Posted: 24 Jul 2008 22:19
by admin
admin wrote:
serendipity wrote:Yes, make it optional please. +1 for this.
serendipity wrote:Yes, make it optional please. +1 for the common standard.
Are you trying to play the 2-fools game alone? :wink:
Anyway, I'm also for it so we are two (three?) at least.

The only case where old code could be broken is when a script/UDC refers to an unquoted app that has blanks in the path (but no switches -- else should be quoted). E.g.

Code: Select all

::open C:\Program Files\Blah\Blah.exe
This works with the current syntax, but needs to be quoted in "common standard" syntax:

Code: Select all

::open "C:\Program Files\Blah\Blah.exe"
Else "Files\Blah\Blah.exe" would be interpreted as command line switch.

Now I just wonder how I can cleverly make the switch. Actually I don't like to add another option but want to totally move over to the new syntax. Hmm...

Posted: 24 Jul 2008 23:02
by serendipity
admin wrote:
serendipity wrote:Yes, make it optional please. +1 for this.
serendipity wrote:Yes, make it optional please. +1 for the common standard.
Are you trying to play the 2-fools game alone? :wink:
:lol:, i did not intend to. But seems like it worked.

Posted: 25 Jul 2008 11:50
by jacky
Okay, so I'm adjusting my quotes now, but it's broken! At least for PFAs, when I don't quote it doesn't work, and when I do on LM it seems it does (icon shows up) but when using it (eg POM) then no more icon and not working (D:\Program not found) unless there were parameters defined !

Posted: 25 Jul 2008 13:02
by admin
jacky wrote:Okay, so I'm adjusting my quotes now, but it's broken! At least for PFAs, when I don't quote it doesn't work, and when I do on LM it seems it does (icon shows up) but when using it (eg POM) then no more icon and not working (D:\Program not found) unless there were parameters defined !
Okay, I check that.

Did you try the CatalogOnTop? (I did not mention it in history.)

Posted: 25 Jul 2008 13:20
by admin
jacky wrote:Okay, so I'm adjusting my quotes now, but it's broken! At least for PFAs, when I don't quote it doesn't work, and when I do on LM it seems it does (icon shows up) but when using it (eg POM) then no more icon and not working (D:\Program not found) unless there were parameters defined !
Should work now (v7.30.0026).

Posted: 25 Jul 2008 14:01
by jacky
admin wrote:Should work now (v7.30.0026).
Yep, thanks!
admin wrote:Did you try the CatalogOnTop? (I did not mention it in history.)
Yes, my Catalog moved to the top; AFAICS it works good. As I expected it's a bit "odd" at first, cause I'm so use to look down for it and have the tree all the way up, but I think I like it yes... :D Probably gonna end up using Catalog more now.