one can stuff almost anything - images, scripts, stylesheets into a dll file
and then use these resources through res:// protocol. Occasionally I used
Microsoft's HTA (Html application) technology before I found Revolution. It
allows to develop an application using html/css/javascript+activex, create
the "front" start.hta that loads and uses all the things (stylesheets,
javascripts, bitmaps) on request from whatever.dll like a <href=
res://mysoft.dll/GUI/SOFT_SQL">SQL query</a>.
 
Drawback of HTA is that it is MS Windows only and patented by Microsoft, so
unlikely to become multiplatform. However Adobe with its AIR somehow managed
to overcome patenting issues and is releasing similar thing for all
platforms. 
 
 Viktoras
-------Original Message------- 
 
From: Scott Kane 
Date: 29/06/2007 15:43:42 
To: How to use Revolution 
Subject: Re: AW: The Art of Dissolving Splash Screens 
 
From: "Stephen Barncard" <[EMAIL PROTECTED]> 
 
>I didn't know that. I always thought a Windoze app usually consisted of a 
>bunch of little files. I guess a multi stack project still is with Rev. 
 
We call it a file. It is a file. But the file is broken up into segments 
(header etc). Works exactly the same as a "bundle". It's just that we 
think of it as a file because that's how it's presented to us in the OS. 
The same can be said for folders (directories). They are no more "real" 
than files. ;-) 
 
Scott Kane 
 
 
_______________________________________________ 
use-revolution mailing list 
use-revolution@lists.runrev.com 
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to