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
  • Blog
  • 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
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Low Code App – IAS Layout Shift

Solved1.41K views5th January 2023IAS low code app low code apps
4
Blake Smethers [SLC] [DevOps Advocate]980 3rd January 2023 3 Comments

I'm using an automation script to schedule a planned outage on a device with a custom made interactive automation script. In Cube, the IAS looks fine:

When I use a low code app however, it seems the layout of the remove button is skewed:

Is there a setting to fix this? Any help is appreciated, thanks.

Joey Vanhalst [SLC] [DevOps Advocate] Posted new comment 5th January 2023
Lander Vanhaverbeke [SLC] [DevOps Member] commented 4th January 2023

Hey, can you give some more info on the layout you’re using? On which column is that button, how are the column widths configured, etc.

Blake Smethers [SLC] [DevOps Advocate] commented 4th January 2023

Hi Lander, I’m setting up the Screen like below:
UIBuilder uib = new UIBuilder();
uib.RequireResponse = true;
uib.ColumnDefs = “a;a;a”;
uib.RowDefs = “a;a;a;a;a;a;a;a;a”;
uib.Width = 700;
uib.Height = 600;
uib.AppendBlock(StaticText(“OutageNameLabel”, OutageNameLabel, 0, 1, 0, 1, 150, 30));
uib.AppendBlock(TextBox(“OutageName”, 0, 1, 1, 1, 200, 30, OutageName));
uib.AppendBlock(StaticText(“StartDateLabel”, StartDateLabel, 1, 1, 0, 1, 100, 30));
uib.AppendBlock(Calendar(“StartDateSelection”, 1, 1, 1, 1, 200, 30));
uib.AppendBlock(StaticText(“EndDateLabel”, EndDateLabel, 2, 1, 0, 1, 100, 30));
uib.AppendBlock(Calendar(“EndDateSelection”, 2, 1, 1, 1, 200, 30));
uib.AppendBlock(StaticText(“FilterLabel”, FilterLabel, 3, 1, 0, 1, 100, 30));
uib.AppendBlock(FilterBox(“FilterSelection”, 3, 1, 1, 1, 200, 30, FilterSelection));
uib.AppendBlock(StaticText(“SelectChannelsLabel”, SelectChannelsLabel, 4, 1, 0, 2, 300, 30));
uib.AppendBlock(CheckBoxList(“ChannelNameChecks”, 5, 3, 0, 1, 200, 300, false, ChannelNames));
uib.AppendBlock(Button(“AddButton”, AddButton, 5, 1, 1, 1, 100, 30, “Center”));
uib.AppendBlock(Button(“RemoveButton”, RemoveButton, 6, 1, 1, 1, 100, 30, “Center”));
uib.AppendBlock(CheckBoxList(“SelectedChannels”, 5, 3, 2, 1, 200, 300, false, SelectedChannels));
uib.AppendBlock(Button(“CreateButton”, CreateButton, 8, 1, 0, 3, 180, 30, “Right”));

The first number in each method (button, checkboxlist, etc) is the row, then rowspan, column, then column span. Those are then followed by the width & height.
So in the code above, the “AddButton” and “RemoveButton” are in the same column but different rows, and they both have a width of 100 and height of 30.

Hope this helps. Thanks

Joey Vanhalst [SLC] [DevOps Advocate] commented 5th January 2023

Hi Blake, if you are not yet familiar, you can also use the Interactive Automation Toolkit to more easily build your interactive automation scripts. See https://community.dataminer.services/documentation/getting-started-with-the-ias-toolkit/ how to get started.

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Lander Vanhaverbeke [SLC] [DevOps Member]1.00K Posted 4th January 2023 3 Comments

Hi Blake. I don't see any mistakes in the code you provided, so it looks like this is caused by a bug in web IAS. At the very least there is a difference in building the layout between Cube and web. Can you create a task for this and assign it to Automation & Orchestration for investigation? Attach the script, or a test script that reproduces the issue to the task.

Thanks for reporting!

Lander Vanhaverbeke [SLC] [DevOps Member] Posted new comment 24th February 2023
Matthias Declerck [SLC] [DevOps Advocate] commented 4th January 2023

Task: https://collaboration.dataminer.services/task/201450

Lander Vanhaverbeke [SLC] [DevOps Member] commented 23rd January 2023

FYI: We picked up this task.

Lander Vanhaverbeke [SLC] [DevOps Member] commented 24th February 2023

This has been fixed with RN35504 and will be available in 10.3.0 CU1 and 10.3.4.

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

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (110) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (154) low code app (167) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin