SCALE_H -> Error reading resource
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/01/2005 at 03:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;---------
Hi,I'm confused about using resource files, I'm trying to make it so a BUTTON is scaled horizontally in the AM, so all my buttons are matching up and sized the same.
To add the button I simply do this:
BUTTON IDC_RELEASE {NAME IDS_RELEASE; SCALE_H; }
But when SCALE_H; (or others like SIZE) is added, I recieve a Error Reading Resource error on that line.
I'm confused because other plugins Iv'e seen, has those flags added and they work fine!
Its probably something really stupid but why do I have such problems?
Thanks
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/01/2005 at 08:28, xxxxxxxx wrote:
I think you are mixing the syntax used for dialog resources with the description resources one used for the attributes manager. There's no SIZE equivalent for descriptions; you have much less control over the appearance than for dialogs.