how to make a simple form in GUI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to make a simple form in GUI

shawon58
Hello
i am new in GUI , so i want to know how to make a simple from that can have
some data and display those data.

Thanks



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: how to make a simple form in GUI

Ben Coman
On Wed, 22 Jul 2020 at 11:57, shawon58 <[hidden email]> wrote:
>
> Hello
> i am new in GUI , so i want to know how to make a simple from that can have
> some data and display those data.

https://books.pharo.org/spec-tutorial/
http://agilevisualization.com/

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: how to make a simple form in GUI

shawon58
Hello
I check the book but difficult to find what i want to do. actually i want to
create a text field and a button . when i put value in button and press the
button that data will send to other file such as i am using this code "LibC
system: 'D:\DEV_FreeCAD\build\bin\aa.bat 10'  " so in this code the value 10
will get from the text field thats all. how to do that if u have idea please
help me.

Thanks



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html