Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Is it possible to align the text on the button using IAS toolkit?

Solved1.24K views14th July 2023automation scipt interactive automation script
2
Jason Wan [SLC] [DevOps Advocate]216 13th April 2022 0 Comments

Hi,

When a button is created using IAS, the text on it is automatically aligned to the center. Is it possible to make it align to the left or right?

Thanks!

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Matthias Declerck [SLC] [DevOps Advocate]2.75K Posted 13th April 2022 2 Comments

Hi Jason,

Normally, this is supported on the button. I don’t know if it is supported on the content.
Could you add the alignment on the button and check the outcome?
Sample code:

UIBlockDefinition uibDef = new UIBlockDefinition();
uibDef.Type = UIBlockType.Button;
uibDef.Text = “EXIT SOURCE BT”;
uibDef.HorizontalAlignment = “Left”; // Left, Center, Right
uibDef.VerticalAlignment = “Center”; // Top, Center, Bottom

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023
Jason Wan [SLC] [DevOps Advocate] commented 14th April 2022

Thanks Matthias, I tested the method based on Thomas’s answer. The attribute work for the button but not for content.

Matthias Declerck [SLC] [DevOps Advocate] commented 14th April 2022

I have checked the code and there is no content support.
I do question myself: why do you want to align it to the left?
isn’t that against IAS UI guidelines or so? I can’t remember any display of any program or website that does such alignment.
Could you perhaps enlighten us with your user story?
Thanks in advance

4
Thomas Cauwelier [SLC] [DevOps Advocate]1.50K Posted 13th April 2022 1 Comment

Hi Jason,

If you are using the Interactive Automation Toolkit community library, you can try what Matthias proposed like this:

dialog.AddWidget(new Button(“▲ EXT Source BT”), 0, 0, HorizontalAlignment.Left, VerticalAlignment.Center);

Jason Wan [SLC] [DevOps Advocate] Posted new comment 14th April 2022
Jason Wan [SLC] [DevOps Advocate] commented 14th April 2022

Thanks, Thomas, I tried this method but it didn’t work. I think the HorizontalAlignment and VerticalAlignment work on the position of the button but not the content on the button.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs