Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / Usefull "Stuff" Dll..

Author
Message
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 25th Dec 2005 23:44
hey all, im learning delphi languange, and i made a small dll with no name where u got 7 v. useful functions.

Function List:


ill also work on that dll more in next days and put some new updates here(i think.. )

so enjoy from the dll!

Just. ...Leave me alone =/

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 15:54
humm.. 40 viewers and no replys eh?
anyhow, working now on Forms! and here is a new updates:


Just. ...Leave me alone =/

Attachments

Login to view attachments
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 26th Dec 2005 15:59 Edited at: 26th Dec 2005 16:13
It looks useful. I think I'll be using the save and open msgboxes the most.

[edit]
The ini file isn't correct. I'll work it out.

Also, how do you specify the filter of open and savefilebox()?
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 16:02
heh thx..
im planning to make that dll better then BlueGUI

Just. ...Leave me alone =/
FROGGIE!
20
Years of Service
User Offline
Joined: 4th Oct 2003
Location: in front of my computer
Posted: 26th Dec 2005 16:05
It looks useful, can you post it in zip format plz. Also, does it include info on what each of the parametres mean/what they should be?
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 26th Dec 2005 16:19 Edited at: 26th Dec 2005 16:20
Posted the ini file you have to use.

In case you missed my question:

how do you specify the filter of the fileboxes?

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 16:32 Edited at: 26th Dec 2005 17:00
about what each parameter should be, didnt made that yet
but here is some small examples:

ErrorMessage:


SimpleMessage


Simple Message With Positions on it


Open File Box:



Save File Box:


Input Box:


ModPrompt:



and Forms:



well thats all so far, ill add a buttons that will work on forms also soon

Just. ...Leave me alone =/

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 16:37 Edited at: 26th Dec 2005 16:40
Quote: "how do you specify the filter of the fileboxes? "


filter$ = "3D objects |*.x;*.3ds;*.md3"

or:
filter$ = "DirectX (*.X)|*.x|3D Studio (*.3Ds)|*.3ds"

Just. ...Leave me alone =/
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 26th Dec 2005 16:49
It's great!

Though, the make form() doesn't work here. It says "variable makeform does not exist in program"
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 16:51
it must return a Form ID..

Form1 = MakeForm()

(u can make 100 forms in same time)

Just. ...Leave me alone =/
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 26th Dec 2005 16:55
Still doesn't work. I just copy/pasted it, and it still says "variable makeform does not exist in program"...
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 16:59 Edited at: 26th Dec 2005 17:00
oh right
instead of MakeForm() type MakeWindow() sorry..

Just. ...Leave me alone =/
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 26th Dec 2005 17:04 Edited at: 26th Dec 2005 17:07
Hehe, it works now.

Congrats GogetaX. If you continue developing this, Robert Knight won't be so happy with it.

BTW, the updated ini file. With the CORRECT commands

[edit] Can't wait till next update by the way!

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 17:09 Edited at: 26th Dec 2005 17:09
haha thx..

btw, who is Robert Knight? BlueGUI creator or something?

Just. ...Leave me alone =/
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 17:53
New Updates:



Just. ...Leave me alone =/

Attachments

Login to view attachments
French gui
20
Years of Service
User Offline
Joined: 11th May 2004
Location: France
Posted: 26th Dec 2005 18:41
Cool dll Gogetax! Is there a way to have a 'open directory' box? (a dialog to choose a directory... )

Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 26th Dec 2005 19:05
@French gui: ill work on it

Just. ...Leave me alone =/
FXTC
19
Years of Service
User Offline
Joined: 3rd Jul 2004
Location: CzechRepublic
Posted: 26th Dec 2005 22:10
you plugin looks useful thanks
is possibile update imput textplain?

AMD 2,4 512MB RAM,2x200GB hdd,GforceFX5700GT128MB
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 27th Dec 2005 11:28
whats imput textplain?
if u mean InputBox...

Just. ...Leave me alone =/
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 27th Dec 2005 12:46 Edited at: 27th Dec 2005 12:46
They will come right? Labels, input boxes, Lists, command buttons, etc. ?
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 27th Dec 2005 14:05
yeah.. ill try to make all of those..
im just learning, and what i've already learned, i puted into the dll..

Just. ...Leave me alone =/
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 27th Dec 2005 14:47
update:

3 new dialogs added. (Font,Image Opener and saver)


Just. ...Leave me alone =/

Attachments

Login to view attachments
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 28th Dec 2005 11:42 Edited at: 28th Dec 2005 11:43
Ok, I noticed 2 things:

1) When I use the SavePictureBox(), I first get a prompt with the filter I used. Why?

2) When I'm trying to call the FontBox(), it says Could not find function 'FontDialog()' in 0:dbprocore.dll.
Huh?

Else than that: Yay!
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 28th Dec 2005 14:42
ahh.. it was my debug mode of that filter thingy
and about the fontbox.. fixed.

Just. ...Leave me alone =/

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 28th Dec 2005 19:58
i finally done the Browse For Folder dialog (called FolderBox() function)



to use it:
folder$ = FolderBox()

and if u will click on Cancel, or just exit from the folderbox, it will return "None"



i think im finally done with the dialogs, and now i think ill work on the buttons and textboxes etc. so im looking for testers.. does someone here got MSN and want to test it?
add me: sergy100@netvision.net.il

Just. ...Leave me alone =/

Attachments

Login to view attachments
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 28th Dec 2005 22:13 Edited at: 28th Dec 2005 22:15
Update:
now u can download files from any URL!


Just. ...Leave me alone =/

Attachments

Login to view attachments
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 29th Dec 2005 08:33
Wow, this is great. I'm a fan

I volunteer for testing by the way.
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 29th Dec 2005 17:46 Edited at: 29th Dec 2005 18:25
New Update:
Color Picker Done!


[edit] it still got some bugs..

Just. ...Leave me alone =/

Attachments

Login to view attachments
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 30th Dec 2005 12:11
Cool! Can't wait for the next update.
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 30th Dec 2005 14:03 Edited at: 30th Dec 2005 14:03
well next update, is color picker fix/buttons and textboxes!
this will take me a long while..

Just. ...Leave me alone =/
FXTC
19
Years of Service
User Offline
Joined: 3rd Jul 2004
Location: CzechRepublic
Posted: 30th Dec 2005 16:46
good news GogetaX

AMD 2,4 512MB RAM,2x200GB hdd,GforceFX5700GT128MB
Freddy 007
19
Years of Service
User Offline
Joined: 30th Nov 2004
Location: Denmark
Posted: 31st Dec 2005 01:41
Wow! This looks amazing. I might look into this one( and I even have BlueGUI)


I can't be fired... Slaves are SOLD!
Snowy The Evil Snowman
18
Years of Service
User Offline
Joined: 13th Nov 2005
Location: Deep Inside The Devils Dark Bunker
Posted: 2nd Jan 2006 22:42
These plugins / Dlls already exist and are 100% free and working...

http://mysite.wanadoo-members.co.uk/darksidefreeware/dllpage.htm

Why not get some good Free 3D objects also.....

http://mysite.wanadoo-members.co.uk/darksidefreeware/objectpage.htm



Play Hard, Code Harder Then Shake Deaths Funky Claw.
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 3rd Jan 2006 12:45
...
Quote: "These plugins / Dlls already exist and are 100% free and working"


and what you want to say by this?
guess what, mine is also free..(for now)

Just. ...Leave me alone =/
Snowy The Evil Snowman
18
Years of Service
User Offline
Joined: 13th Nov 2005
Location: Deep Inside The Devils Dark Bunker
Posted: 3rd Jan 2006 19:55
What i mean is... If it already exists and works dont rewrite it.
Create somthing new that does need doing like simple collision etc.

And !!!NEVER!!! put all your eggs in one basket, you are young and will learn.

You should also think about testing you Dll on various Win O.S



Play Hard, Code Harder Then Shake Deaths Funky Claw.
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 3rd Jan 2006 20:44
u know what. say it to BlueIDE/DarkIDE and SwiftIDE creators.. i mean, they also making a new IDE even if there is always the old one that basicly the same like the others..

Just. ...Leave me alone =/
Snowy The Evil Snowman
18
Years of Service
User Offline
Joined: 13th Nov 2005
Location: Deep Inside The Devils Dark Bunker
Posted: 4th Jan 2006 00:16
They doing it for the cash$$$, Were not getting payed.


Play Hard, Code Harder Then Shake Deaths Funky Claw.
empty
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: 3 boats down from the candy
Posted: 4th Jan 2006 02:49 Edited at: 4th Jan 2006 02:51
Quote: "They doing it for the cash$$$"

No, all those DBpro IDEs are free as far as I know. At least there are quite a few free IDEs out there (BlueIDE is even open source).
There are lots of TPCs that contain functions or function sets that can also be found in other TPCs. From the replies you'll notice that there are a couple of people interested in this, plus it's a learning experience for the author, so all in all it's a good idea.

In order to catch up the functionality of BlueGUI it's a very, very long way to go for him, and even if this project will never go that far, as long as it helps to learn a new programming language it's neither wasted time nor effort.


Play Nice! Play Basic! Version 1.089
TFE
18
Years of Service
User Offline
Joined: 1st Oct 2005
Location: Sweden
Posted: 5th Jan 2006 01:29
How do I create a plugin user folder for DBPro?

And how do I make DBPro load the dlls in it?

it's not only the graphics, but the story which makes a game the best...
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 5th Jan 2006 12:44
put this dll into Plugins-User folder in DarkBasicPro\Compiler folder. and just call the commands from the dll.
for example:
Quote: "m$ = FontBox()

wait key"


the FontBox command WONT be hilighted, but it doesnt metter. it still will work.

Just. ...Leave me alone =/
Xenocythe
19
Years of Service
User Offline
Joined: 26th May 2005
Location: You Essay.
Posted: 8th Jan 2006 00:27
Hey Gogeta, really nice DLL! I think for input box you should make it so user can choose how many inputs there are so you can have:

Username: | |
Password: | |

Instead of just:

Username: | |
Xenocythe
19
Years of Service
User Offline
Joined: 26th May 2005
Location: You Essay.
Posted: 8th Jan 2006 00:41
Found a bug! When you click outside of a window, it just dissapears... and you should make a 'maximize' and 'minimize' window command!
Sergey K
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 8th Jan 2006 17:13
Quote: "Hey Gogeta, really nice DLL! I think for input box you should make it so user can choose how many inputs there are so you can have:

Username: | |
Password: | |
"

thats not an input box already ^^

and about the bug u found, the window is not disapears, he just goes for BACK of the dbp window.
thats why there is only ONE way to use forms in my plugin:


Just. ...Leave me alone =/

Login to post a reply

Server time is: 2024-06-17 07:10:02
Your offset time is: 2024-06-17 07:10:02