Has anyone here already started development on a textbox...

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
JQB45
Posts: 24
Joined: Oct 04, 2005 20:52
Location: South East US

Has anyone here already started development on a textbox...

Post by JQB45 »

I'm developing a console mode IDE for FreeBASIC in FreeBASIC.

I'm to the point where I'm developing the keyboard routines and am currently developing the textbox routines.

Has anyone here developed anything similar and if so will you share the code with me? I just want to look at it for ideas, I'm not going to copy the code directly unless given permission to do so and your code matches my coding style ie. very strict.

Thanks for your help
-Jeff
Imortis
Moderator
Posts: 1966
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Post by Imortis »

Last edited by Imortis on Jan 11, 2007 16:24, edited 1 time in total.
JQB45
Posts: 24
Joined: Oct 04, 2005 20:52
Location: South East US

YAY - thanks - I got some questions.

Post by JQB45 »

What compiler version did you use to create this?

And what other related sources are there?

I love this code.
-Jeff
Imortis
Moderator
Posts: 1966
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Post by Imortis »

This is the latest CVS. I'm not sure what you mean by related code.
JQB45
Posts: 24
Joined: Oct 04, 2005 20:52
Location: South East US

Thanks - I downloaded 1/11/07 build and am currently

Post by JQB45 »

setting it up. Where do i find mouse class?

-Jeff
Imortis
Moderator
Posts: 1966
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Post by Imortis »

http://www.freebasic.net/forum/viewtopic.php?t=6729

Right there. It's nothing special. Just stores info on the mouse and had a sub to center it in the screen.
Last edited by Imortis on Jan 11, 2007 16:58, edited 1 time in total.
JQB45
Posts: 24
Joined: Oct 04, 2005 20:52
Location: South East US

Imortis ---

Post by JQB45 »

Imortis,

I'm interested in any of the classes (or other code) you've developed.

I will most likely use your code as is. But I will modify it where necessary.

Is it ok to use and modify your code for use in my IDE project?

I will give you credit for your code.

-Jeff
Imortis
Moderator
Posts: 1966
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Post by Imortis »

Use and modify away. I am in the midst of changing them up myself. I am going to make this more general and add them to a namespace. I will post the revised versions on the forum when they are working correctly.
JQB45
Posts: 24
Joined: Oct 04, 2005 20:52
Location: South East US

Thanks.

Post by JQB45 »

Thanks alot.
Post Reply