MTChristy98 Posted November 14, 2019 Share Posted November 14, 2019 I'm attempting to write a simple app that will: 1. Fill a screen with a static document or list box 2. Fill the screen with several rows/columns (Grid) 3. Click a cell and enter some text, then display it. Sounds too simple to even ask about, but I am having difficulty in creating the "backplane" for this app. It simply will display two words per row, and have 4-8 rows that fill the screen. Link to comment Share on other sites More sharing options...
MTChristy98 Posted November 14, 2019 Author Share Posted November 14, 2019 No replies yet, but more from my end. I decided to try to create a GUI with 8 buttons. That is easy. But, then I need to click a button, get some input; and set the buttons displayed text to that input. I figured out how to make the FONT size big, and can do this. However the odd thing is that after I see the button text displayed, when I click another button the displayed text changes back to what it was before... wha? There is no code inside my loop (a case/switch statement to trap what button is clicked). How does that work? Link to comment Share on other sites More sharing options...
t0nZ Posted November 17, 2019 Share Posted November 17, 2019 HI @MTChristy98, maybe if you want to create a gui with a lot buttons, you can take a look at this post, it's an example of a quick code I often use. Bye MTChristy98 1 Link to comment Share on other sites More sharing options...
MTChristy98 Posted November 25, 2019 Author Share Posted November 25, 2019 On 11/17/2019 at 12:09 PM, t0nZ said: HI @MTChristy98, maybe if you want to create a gui with a lot buttons, you can take a look at this post, it's an example of a quick code I often use. Bye Very nice, thank you. I will examine this and probably be able to use some. My task is a "reader board", running on a touch screen. When you touch a "field", a pop-up will ask for input which is then simply displayed as the name or title of that cell or button. Simple... they said. Link to comment Share on other sites More sharing options...
Developers Jos Posted November 28, 2019 Developers Share Posted November 28, 2019 Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states: Quote Share your cool AutoIt scripts, UDFs and applications with others. Do not post general support questions here, instead use the AutoIt Help and Support forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now