App Input text for filename (More Info for components)

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
stefan.erni
Valued Contributor
Posts: 1219
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 227 times
Been thanked: 242 times

App Input text for filename (More Info for components)

Post by stefan.erni »

More Info for components
I want to enter a filename in a textbox and then save the data with this name.
Most text functions are only for displaying text but not for reading it.
It would also be practical if I could already see the macros of the components.
Now I have to drag the text components to the pannel and see if there is a macro to read text.

There are also 2D shapes that are available for 3D?

I assume WebFormText is not for the App or it does not work
What input is needed for the APP-Developer?

See before:
2025-07-03_14-43-50.PNG
2025-07-03_14-43-50.PNG (39.85 KiB) Viewed 9894 times

Steve-Matrix
Matrix Staff
Posts: 1861
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 270 times
Been thanked: 443 times

Re: App Input text for filename (More Info for components)

Post by Steve-Matrix »

You can use the "EditBox" 2d primitive to allow entry of text in a PC Developer project.

To see the available macros without adding to the panel, right click the component entry in the menu and select "help". This opens the wiki which will list the available macros.

It looks like your image is showing the results of a search. The search will list all components available within Flowcode, even those that are normally hidden from the menus. These hidden ones are often old and no longer used, but may remain in older projects and so the components need to be available.

I do not see the "WebFormTextBox" in my list.

Steve-Matrix
Matrix Staff
Posts: 1861
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 270 times
Been thanked: 443 times

Re: App Input text for filename (More Info for components)

Post by Steve-Matrix »

There is also an "Input Text" file for text entry in Web Developer.

stefan.erni
Valued Contributor
Posts: 1219
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 227 times
Been thanked: 242 times

Re: App Input text for filename (More Info for components)

Post by stefan.erni »

You can use the "EditBox" 2d primitive to allow entry of text in a PC Developer project.
Yes I can enter a text but how to read the text?
maybe I'm doing something wrong?
Post_user_text1.fcsx
(8.55 KiB) Downloaded 356 times
2025-07-03_15-53-22.PNG
2025-07-03_15-53-22.PNG (49.7 KiB) Viewed 9879 times

medelec35
Valued Contributor
Posts: 2274
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 708 times
Been thanked: 768 times

Re: App Input text for filename (More Info for components)

Post by medelec35 »

Hi Stefan,
Attached is one way.
I then added a text component:
Post User text1.png
Post User text1.png (26.49 KiB) Viewed 9863 times
Attachments
Post_user_text1.fcsx
(9.11 KiB) Downloaded 319 times
Martin

stefan.erni
Valued Contributor
Posts: 1219
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 227 times
Been thanked: 242 times

Re: App Input text for filename (More Info for components)

Post by stefan.erni »

Hi Martin

Perfect, that's very simple! :)
I have done this with text set value to editbox2 and it works well.
2025-07-03_17-29-08.PNG
2025-07-03_17-29-08.PNG (22.01 KiB) Viewed 9852 times

medelec35
Valued Contributor
Posts: 2274
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 708 times
Been thanked: 768 times

Re: App Input text for filename (More Info for components)

Post by medelec35 »

Brilliant, yep, you got it.
I'm glad you found it very simple.
Those API's come in very handy, especially for component creation.
Thanks for letting me know
Martin

Post Reply