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:
App Input text for filename (More Info for components)
-
- Valued Contributor
- Posts: 1028
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 196 times
- Been thanked: 218 times
-
- Matrix Staff
- Posts: 1512
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 211 times
- Been thanked: 351 times
Re: App Input text for filename (More Info for components)
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.
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.
-
- Matrix Staff
- Posts: 1512
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 211 times
- Been thanked: 351 times
Re: App Input text for filename (More Info for components)
There is also an "Input Text" file for text entry in Web Developer.
-
- Valued Contributor
- Posts: 1028
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 196 times
- Been thanked: 218 times
Re: App Input text for filename (More Info for components)
Yes I can enter a text but how to read the text?You can use the "EditBox" 2d primitive to allow entry of text in a PC Developer project.
maybe I'm doing something wrong?
-
- Matrix Staff
- Posts: 1994
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 630 times
- Been thanked: 666 times
Re: App Input text for filename (More Info for components)
Hi Stefan,
Attached is one way.
I then added a text component:
Attached is one way.
I then added a text component:
- Attachments
-
- Post_user_text1.fcsx
- (9.11 KiB) Downloaded 7 times
Martin
-
- Valued Contributor
- Posts: 1028
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 196 times
- Been thanked: 218 times
Re: App Input text for filename (More Info for components)
Hi Martin
Perfect, that's very simple!
I have done this with text set value to editbox2 and it works well.
Perfect, that's very simple!

I have done this with text set value to editbox2 and it works well.
-
- Matrix Staff
- Posts: 1994
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 630 times
- Been thanked: 666 times
Re: App Input text for filename (More Info for components)
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
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