Hi Eduardo
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Eduardo Volpi
Sent: Wednesday, 6 December 2000 8:28 AM
To: [EMAIL PROTECTED]
Subject: Help needed please
1 - How do I launch a standalone in palette mode?
Put palette [the name of the stack] into the preOpenStack handler
2 - I have a list field (a tutorial index) containing
chapters that when double clicked go to some card:
on mouseDoubleDown
if the hilite of me = "some" then go card "some"
end mouseDoubleDown
When back from card "some" to the list, I'd like to have
the last clicked chapter hilited
Is the list on a card in the same stack or a different stack
3 - Could someone please point me what is wrong with the
following lines:
get setRegistry("HKEY_CLASSES_ROOT\.ebf\", "EbookFacil")
get setRegistry
("HKEY_CLASSES_ROOT\EbookFacil\", "EbookFacil Files")
get setRegistry
("HKEY_CLASSES_ROOT\EbookFacil\DefaultIcon\", "EbookFacil
.exe,1")
get setRegistry
("HKEY_CLASSES_ROOT\EbookFacil\Shell\Open\command\", "Ebo
okFacil.exe%1")
Yes the last command is missing some quotes I think also that you may want
to put the full path I can't see how the system will know where this
executable is.
get setRegistry
("HKEY_CLASSES_ROOT\EbookFacil\Shell\Open\command\", ""Ebo
okFacil.exe"%1")
Everything works fine except when I click on an .ebf file
Windows doesn't launch "EbookFacil.exe" and tells me:
somefile.ebf is not a valid Win32 application.
Thanks
Eduardo Volpi
__________________________________________________________________________
Preocupado com v�rus? Crie seu e-mail gr�tis do BOL com antiv�rus !
http://www.bol.com.br
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.