Can i create a form using xcode [SOLVED]
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/10/2010 at 01:26, xxxxxxxx wrote:
User Information:
ResEdit Version: R8---------
Can i create a form using xcode instead of using ResEdit?
There is some example somewhere? -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/10/2010 at 06:43, xxxxxxxx wrote:
I should think it's highly unlikely. How would you represent all the custom GUIs Cinema can use in the Xcode editor, for example? Then you'd have to convert the result into the correct format needed by C4D.
I'd love it to be possible, ResEdit is such a dog, but I'm sure it isn't.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/10/2010 at 07:50, xxxxxxxx wrote:
So if i want to add an image inside the form, how can i do?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/10/2010 at 09:37, xxxxxxxx wrote:
If you want to add an image to a dialog you add a GeUserArea element when editing the dialog with ResEdit. When your plugin runs you have to 'attach' this user area to the dialog and draw your bitmap into the user area. It's easier than it sounds.