Qbasicnews.com

Full Version: Problem creating simple controlls
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

Please, can somebody post any axamples of creating simple controlls such as Button TextBox and other.
I tried to do them as i did on C++ , but nothing is working :???:
Code, please?
Look at the archives of QB Express, I've done two tutorials so far on GUI creation with FB. It should point you in the right direction.
Indeed, go to adosorken's tutor, it'll be a big help to you.

If you still need some examples, try out this Free little program:

It's called EzeeGUI.

It will create a sample for you in the window's ClipBoard.

All you have to do is Click on an area (top left and Bottom Right corners) on a Grid, you don't drag it, that will represent your Parent. Then you click on Parent on the menu bar. Next you click on an area on the Parent's grid to place your Control and click on the control's name on the bar.

To View what you already have done Right Click anywhere on the screen, but not on the Bar. Hitting Enter will do the same. You have to Place EzeeGUI in the same directory as Freebasic compiler for this instant View to work.

When you are done with you little window, click on Build and the Sample will be in the Clipboard.


If you would be interested in something like this, it's located here:
http://www.freewebs.com/fielden/

If you are puzzled on how EzeeGUI works, there's also a simple little tutor on that site.

Later.........Jerry Fielden
Jerry, EzyGui is a great idea , keep on improving it!

Now the problem: It does not work for me. I put it besides fbc.exe, and keeps saying the ENTER key won't work as EzyGui is not at the same dir as fb. I tried too from command line, changing to fb dir an calling Ezygui from there. Perhaps a problem with an absolute path somewhere?
Thank You!!
This is that thing i had been loking for.
But stop!!!!
Really it is asking for FreeBasic compiler directory but it is already in!
Ok, I'll check it out, Thanks, it's been working for me. It might be I have the wrong one posted, I'll download it and see.

Later...........Jerry Fielden
I think the problem is, it only works in the older freebasic 12b.

I tried it in 13 and when I hit Enter or clicked the Right Mouse button, I get an error and all errors kicks out that little messagebox, I need to change that. Smile

Sorry, right now 12b only. I'll look at 13 a little closer later and see what I can do. When I get it to working with 13, I'll post another copy.



Later........Jerry Fielden
I think maybe your problem is, that you didn't run Install.bat with Freebasic 13 which installs all the Libraries including the GUI ones. I tried that and it works fine now for me.


If you haven't, try that and download EzeeGUI 2.1 and see if that don't work for you.

http://www.freewebs.com/fielden/downloadezeegui.htm

Let me know if it doesn't.

Later......Jerry Fielden
Yeah!
Version 2.2 Works with FBv12B
and it doesn't work with FBv13B (At least I think so Smile
Pages: 1 2