October 31, 2025, 11:56:16 AM

News:

IWBasic runs in Windows 11!


Tutorial for beginners for Emergence Basic

Started by oneplace2u, April 24, 2010, 08:56:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

oneplace2u

Is there a beginners Tutorial for Emergence Basic?
I know of the help area, but this is not really a tutorial for beginners.
I have learned a little from just picking up source codes from ibasic and then modifing them to fit into ebasic. They seem to work, but it does not tell me why it works.
Not knowing where to look or start a new program gets a little frustrating at times and would be alot better if there was a learning place to start

LarryMc

You also posted in the CB category.  Look at what Graham has started in the Learning to Program board there.
There is some overlapping between the two.

Some other discussions that Graham wrote can be found at http://ebasic.wikispaces.com/

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Andy

Hi,

If you want to email me with what you'd like to know

i.e. how to do a windows screen, create a file, read a file etc i'd be happy to send you some sample code of mine, just let me know, but please give me a little time to send it to you.

Thanks,
Andy.
Day after day, day after day, we struck nor breath nor motion, as idle as a painted ship upon a painted ocean.

oneplace2u

I have written several console exe programs.
But I have this one console source code that makes an html file that I would like to be able to show what it looks like when a person is filling out and making the program.
The console.exe file only shows each input statement one at a time. I would like the whole program to be displayed just like it would show when you ran the html except having the blank spaces where a person could fill in the blank areas and submit to save it. I don't even know if that is possible. If this is possible I need to learn how it is done.

LarryMc

To me, what you are describing is a window with edit controls on it.
The quickest example can be found in the database examples and specifically the "addressbook.eba" example.

Ignoring the database portion it will show you how to create a window, add edit controls for entering data and static controls for labeling.

And, as always, it really does help to go through the help files; even if you don't soak it all in the first few times.

Try to write some code then post it with specific questions you need help with.
There are plenty of people here who are willing to help you help yourself.

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

GWS

Hi Oneplace,

Here's a little introductory guide which might be of interest ..  :)

If you try the demo program, I believe a gremlin struck one or two single quotes, so you might have to change this kind ' ` ', with this kind ' ' '. 

it's not very obvious is it ..  ::) ..

best wishes,

Graham
Tomorrow may be too late ..

Rock Ridge Farm (Larry)

The beginning Ebasic Ebook should be out within the next 2 weeks.
I will post a message when it is ready.

It will be another $5.00 Ebook.

Larry