Splash screen
Apr 03, 2013
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 03, 2013
11:15 AM
Splash screen
Adepters:
Does anyone know of a way to suppress the Arbortext Editor splash screen? Or alternatively, replace it?
Thanks,
Dave
Does anyone know of a way to suppress the Arbortext Editor splash screen? Or alternatively, replace it?
Thanks,
Dave
4 REPLIES 4
Apr 03, 2013
12:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 03, 2013
12:39 PM
Hi David--
It's pretty hard to do this, because the splash screen is baked right
into the editor executable file. So you can't just swap out a .gif file
and get your own splash screen. And I couldn't find any startup command
parameters that would suppress the splash screen.
One thing I found that seems to work is to launch it as an ActiveX
object. If you create a file called startepic.js, containing the
following code:
var epic = new ActiveXObject("Epic.Application");
epic.Acl.execute("edit " + WScript.Arguments.item(0) + ");
you should be able to launch Arbortext without a splash screen by
calling
startepic.js "C:\my\file\path\doc.xml"
This depends on having the Windows Scripting Host enabled on your
system. You'll have to decide if this is more trouble than it's worth.
--Clay
Clay Helberg
Senior Consultant
TerraXML
1380 Forest Park Circle, Suite 100
Lafayette, CO 80027
It's pretty hard to do this, because the splash screen is baked right
into the editor executable file. So you can't just swap out a .gif file
and get your own splash screen. And I couldn't find any startup command
parameters that would suppress the splash screen.
One thing I found that seems to work is to launch it as an ActiveX
object. If you create a file called startepic.js, containing the
following code:
var epic = new ActiveXObject("Epic.Application");
epic.Acl.execute("edit " + WScript.Arguments.item(0) + ");
you should be able to launch Arbortext without a splash screen by
calling
startepic.js "C:\my\file\path\doc.xml"
This depends on having the Windows Scripting Host enabled on your
system. You'll have to decide if this is more trouble than it's worth.
--Clay
Clay Helberg
Senior Consultant
TerraXML
1380 Forest Park Circle, Suite 100
Lafayette, CO 80027
Apr 07, 2013
07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 07, 2013
10:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 07, 2013
10:20 PM
Gareth--
Actually, I was able to find the splash screen by opening the executable in MS Visual Studio. But I would definitely not want to recommend to anyone that they try to hack the exe binary just to tweak a splash screen. I'm pretty sure that would void your warranty, at the very least, and might well break the executable.
--Clay
Sent from my iPad
Actually, I was able to find the splash screen by opening the executable in MS Visual Studio. But I would definitely not want to recommend to anyone that they try to hack the exe binary just to tweak a splash screen. I'm pretty sure that would void your warranty, at the very least, and might well break the executable.
--Clay
Sent from my iPad
Apr 07, 2013
11:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 07, 2013
11:08 PM
If you’re not living on the edge, you’re taking up too much space 🙂
-G
-G
