Currently, in a Text Document it is not possible to deactivate the guide lines.
If the purpose of your application is to simply recognize text and you do not want the guidelines, then you shall create a "Text" part and disable the guidelines setting the "text.guides.enable" to false.
In your code, this can be done as follows: conf.setBoolean("text.guides.enable",false);
Best regards,
Olivier
1 person likes this
441083997
said
almost 3 years ago
Hi, Olivier
Thank you for your reply.
Another question, how show text in one line.
Set "text.guides.enable" to false.
1. first write text "one" , text "one" show on first line.
2. second writ text "two", text "two" show on second line.
How to show these text in one line?
--------------------------------------
-----------------------------------
--------------------------------------
O
Olivier @MyScript
said
almost 3 years ago
Answer
Dear User,
Currently, this is as designed, there is no configuration that would allow to concatenate lines in a Text part.
What is the use-case you want to implement? So that we may think of another way to proceed?
441083997
In the example, Demo app.
Select Text Document, lines show in the view.
How to not show the line in the view?
Dear User,
Currently, this is as designed, there is no configuration that would allow to concatenate lines in a Text part.
What is the use-case you want to implement? So that we may think of another way to proceed?
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear User,
Thank you for contacting us and your question
Currently, in a Text Document it is not possible to deactivate the guide lines.
If the purpose of your application is to simply recognize text and you do not want the guidelines, then you shall create a "Text" part and disable the guidelines setting the "text.guides.enable" to false.
In your code, this can be done as follows: conf.setBoolean("text.guides.enable",false);
Best regards,
Olivier
1 person likes this
441083997
Hi, Olivier
Thank you for your reply.
Another question, how show text in one line.
Set "text.guides.enable" to false.
1. first write text "one" , text "one" show on first line.
2. second writ text "two", text "two" show on second line.
How to show these text in one line?
--------------------------------------
-----------------------------------
--------------------------------------
Olivier @MyScript
Dear User,
Currently, this is as designed, there is no configuration that would allow to concatenate lines in a Text part.
What is the use-case you want to implement? So that we may think of another way to proceed?
Best regards,
Olivier