Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 18/12/2013 at 07:14, xxxxxxxx wrote:
I've been looking around the internet for a while to figure out how to take the .res file created in Cinema using the ResEdit plugin. Are there any simple tutorials out there that show how to create a simple window using ResEdit? Or better yet a free one that can be reverse engineered? Most of the tutorials I find show how to create a GUI using python but none showing how to reference a .res file. Any help is appreciated.
-This is also posted here
On 18/12/2013 at 07:43, xxxxxxxx wrote:
Yes. I created an example for that very reason. Because there was no example of using a .res file in the Python examples.
Link: https://sites.google.com/site/scottayersmedia/plugins Look in the Python section. The plugin is called "Dialog Using Resources".
-ScottA
On 18/12/2013 at 09:06, xxxxxxxx wrote:
Thank you ScottA!