Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom text input field in Screen Painter

Former Member
0 Likes
1,318

Hello.

I'm trying to make the gui for for a person to be able to create a new activity against a bp.

Every activity has a note that can be multiple lines long attached to it.

So a single input field on the screen isn't enoguh for this (Height limited to 1).

Am I able to create a large text input field on the screen at all? I'm guessing somehow using a custom control?

Any help with this would be hugely appreciated.

Cheers

Kieran

Hello.

I'm trying to make the gui for for a person to be able to create a new activity against a bp.

Every activity has a note that can be multiple lines long attached to it.

So a single input field on the screen isn't enoguh for this (Height limited to 1).

Am I able to create a large text input field on the screen at all? I'm guessing somehow using a custom control?

Any help with this would be hugely appreciated.

Cheers

Kieran

1 REPLY 1
Read only

Former Member
0 Likes
1,065

I've found a demo program called DEMO_CUSTOM_CONTROL that looks like it does what I'm after.

I'd still welcome other people comments or suggestions. Thanks