View resource hex string question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

View resource hex string question

Bill Schwab-2
Hello all,

What's the best way to load an old view resource from its hex string?
Obviously, the view resource in question couldn't be really old, or it would
be in an all-STB .pac file.  Actually, the view that prompted this question
was that old, and I loaded it into a 3.06 image to get a look at it.  But in
general, my goal would be to load the view into a view composer _without_
updating/overwriting any current view resources.  Is there a way to do that?

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: View resource hex string question

Andy Bower
Bill,


> What's the best way to load an old view resource from its hex string?
> Obviously, the view resource in question couldn't be really old, or it
would
> be in an all-STB .pac file.  Actually, the view that prompted this
question
> was that old, and I loaded it into a 3.06 image to get a look at it.  But
in
> general, my goal would be to load the view into a view composer _without_
> updating/overwriting any current view resources.  Is there a way to do
that?

Unless I'm missing something, can't you save the string out to a file with
.VU extension and then use the ViewComposer's import command to bring it
into Dolphin?

Best Regards,

Andy Bower
Dolphin Support
http://www.object-arts.com
---
Are you trying too hard?
http://www.object-arts.com/Relax.htm
---


Reply | Threaded
Open this post in threaded view
|

Re: View resource hex string question

Bill Schwab-2
Andy,

> Unless I'm missing something, can't you save the string out to a file with
> .VU extension and then use the ViewComposer's import command to bring it
> into Dolphin?

That will work.  Even if .vu files are still expected to be STB, I could
"unhex" the string and do what you describe.

Thanks!

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]