Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Reg color in dialog

Posted on by 560

Hi,

 I have created a dialog box and Now i want the text field in the dialog box in red color and TextSize should be bold..

can you please suggest on how to do that..

please advice

*This post is locked for comments

  • Rustem Galiamov Profile Picture
    Rustem Galiamov 8,072 on at
    RE: Reg color in dialog

    Ohhh... yes))

    Thanks Martin!

  • Martin Dráb Profile Picture
    Martin Dráb 230,198 Most Valuable Professional on at
    RE: Reg color in dialog

    We have a similar questions in the DUG forum, it's just about Box::yesNo() and the text should be in italics.

    If it's the same person, I wonder whether it shouldn't be about the same class in both cases.

    If these are different people, I wonder how they're related...

  • Verified answer
    Rustem Galiamov Profile Picture
    Rustem Galiamov 8,072 on at
    RE: Reg color in dialog

    Hi!

    Try this:

    Object dialog()

    {

       DialogRunbase       dialog = super();

       FormStringControl   control;

       ;

       dialog.caption("Caption");

       dialog.addGroup("Vendor");

       fieldVendAccount = dialog.addField(extendedTypeStr(vendAccount));

       control = fieldVendAccount.control();

       control.bold(7);

       control.colorScheme(FormColorScheme::RGB);

       control.foregroundColor(WinAPI::RGB2int(255,0,0));

       control.backgroundColor(WinApi::RGB2int(255,255,255));

       return dialog;

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans