Commercial Grade Applications

Everything else that doesn't fall into one of the other PB categories.
asawyer13
New User
New User
Posts: 9
Joined: Thu Jun 21, 2007 6:57 pm

Commercial Grade Applications

Post by asawyer13 »

I am needing to conver an existing Access application to something. It needs to be modernized, more user friendly, etc. and I was thinking of using PureBasic to accomplish this.
Are there any PureBasic non game applications, say for general business use, that are being sold and updated with newer looks so I can see if PB would work for me?
Thanks,
Alan
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

The PureBasic IDE is written in PureBasic.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

Soccer traineris written in PureBasic
Please correct my english
http://purebasic.developpez.com/
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

I'm not exactly sure what you mean by 'modernized', so this may not apply, since I've deliberately taken a 'minimalist' approach, both from personal preference and cost (I don't want to spend money on 'skinning' and/or fancy icons, etc.).

The freeware application at http://clipguru.com was done entirely in PureBasic while I was still learning the language.

Version 2, which is currently in final test, and will still be 'freeware', will be released shortly and will rival many of the commercial products being offered today. For most, this will probably seem to be a somewhat trivial application and may not apply to what you're requesting information about, so without knowing your base application and requirements, I can only speculate :). I can say, there's more to it than might appear on first glance.

During the development cycle, my partner often suggested I employ a 'more robust' (e.g.'bloated' imo), language, such as a visual offering, but, to date, he's been unable to sugest anything which I haven't been able to accomplish, usually rather easily (with netmaestro and srod assisting :)) , using PureBasic.

For any of you visiting the site as a result of this post, and thinking of downloading, - Version 2 is still a week or so off, and is a much better product. The current version 1, while very functional, is a more a product of my 'learning' Purebasic.
Last edited by rsts on Fri Jul 06, 2007 12:30 am, edited 1 time in total.
asawyer13
New User
New User
Posts: 9
Joined: Thu Jun 21, 2007 6:57 pm

Post by asawyer13 »

Thanks, I will look at both these applications.
Right now the Access application is a little ugly and basically an Access application.
What I'm looking for is something more Vista looking or XP looking at least.
Best way to explain is to show a demo of what the client considers a modern looking application.
I have a demonstration video os an application, but I don't know if I can upload it here.
It's about 4mb in size.
Can someone tell me how to upload it so you can see what I mean?
Thanks,
Alan
asawyer13
New User
New User
Posts: 9
Joined: Thu Jun 21, 2007 6:57 pm

Post by asawyer13 »

I haven't used RapidShare before but I was able to upload the video to it, so if someone can review it, I would apprciate it.
This is what the client wants the new application to look similar to.
http://rapidshare.com/users/U8SSAD

Thanks,
Alan
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Your PB application will look much better than that.
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

Trond wrote:Your PB application will look much better than that.
I agree you can create better interface design than that. ;)
Actually I find it easier to make a better interface in PB than any other languages.

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Have a look at Karbon's kBilling which I use to run all of my invoicing and billing affairs. Completely written in PB.

http://www.k-billing.com/
I may look like a mule, but I'm not a complete ass.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

ReportBuilder looks ok I guess...

www.applepanic.com
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Well, I *hope* my stuff looks "modern" :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
asawyer13
New User
New User
Posts: 9
Joined: Thu Jun 21, 2007 6:57 pm

Post by asawyer13 »

It looks very good, now I just have to figure out how to make my stuff look as good.
Alan
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Karbon wrote:Well, I *hope* my stuff looks "modern" :-)
Based on what I saw, it looks very professional.

cheers
asawyer13
New User
New User
Posts: 9
Joined: Thu Jun 21, 2007 6:57 pm

Post by asawyer13 »

If only someone had a good application in PB that I could use as a base for what I need to do.
That would be perfect.
I would sign an NDA, buy it (not too expensive), etc, but something that would save a lot of time.
Alan
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

asawyer13 wrote:If only someone had a good application in PB that I could use as a base for what I need to do.
That would be perfect.
I would sign an NDA, buy it (not too expensive), etc, but something that would save a lot of time.
Alan
Ah, but could you then really sit back at the end of the day and say, honestly; "Aye, I wrote that mighty fine looking application!"

There's no substitute for writing it yourself! :wink:

Hang on, I've just stripped out all the code written by netmaestro from all of my applications (300 000 lines of code in total) and this is what I'm left with:

Code: Select all

;Written by srod.
End
Doh!

:)
I may look like a mule, but I'm not a complete ass.
Post Reply