You are here

Someone Please Help Me!!!

23 posts / 0 new
Last post
drmjj55
Offline
Last seen: 13 years 11 months ago
Joined: 2009-07-13 20:05
Someone Please Help Me!!!

I am making a portable app in BASIC, but how do you make the splash screen come up???
Thank you for your help.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Don't use BASIC

Just don't use BASIC. Why would you be using BASIC? Which implementation of BASIC, anyway?

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
... That language is OLD...

...

That language is OLD... Blum

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 7 months ago
Developer
Joined: 2009-08-11 11:24
Is Not!! :P

No it's not... Blum
Seriously, my 2 apps - KidSafe and Robots - are both created using REALbasic, a cross-platform BASIC dialect... and it works just fine. Smile

To answer the OP's question, you should probably use NSIS - you can just copy/paste from existing launchers if you want to learn on-the-job, or you can read the NSIS docs if you want to get it down thoroughly first. The choice is up to you... (although you'll probably end up doing a lot of copy/paste stuff anyway, just to save time)

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
I definitely avoid language

I definitely avoid language bashing anywhere. I figure if you know a language inside and out, you're doing good. Better then trying to implement something in a language you don't know just cause the language is more popular.

I will make a friendly exception for python though Blum

We use NSIS here, so you're more likely to be able to get a response on how to do something.

The bonus is all the pieces of code you can find in different places. You're very likely to get a, download this launcher to see a implementation, check out lines 136 to 245 Blum Just kidding, there's nothing that wordy, except maybe my comments.

Wow, I just re-posted everything computerfreaker just said.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Ironic

As John said, it's ironic that we use NSIS when the apps are defined to not need installers :P.
Anyway, the only problem with NSIS (unless LogicLib comes in) is that it nurtures spaghetti code. C made that apparent (speaking of, does anybody know a good GUI designer?)

Insert original signature here with Greasemonkey Script.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
We use LogicLib for

We use LogicLib for everything now.

I don't know quite why you're trying to hijack this thread with asking about GUI designers. Anyway, it depends entirely on what GUI system you're using (Windows API usage, wxWidgets, GTK, Qt, etc.).

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
there's one for autohotkey,

there's one for autohotkey, is that what you're looking for?

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Sorta

I know of SmartGUI, but it's 50% unpredictable, so I think I'll try my hand a Python. What kind of GUI designers are there for that?

Insert original signature here with Greasemonkey Script.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Wikipedia

Start at Graphical user interface builder (Wikipedia). (Not here, you're hijacking this thread, please stop it)

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

drmjj55
Offline
Last seen: 13 years 11 months ago
Joined: 2009-07-13 20:05
not for the installer....

im talkin about the splash screen at the start of running the program

https://portableapps.com/files/images/development/SplashDevelopmentTestR...

high explosives and electricity yay!

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Don't use BASIC

As I said, just don't use BASIC. You can't do it with it.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

drmjj55
Offline
Last seen: 13 years 11 months ago
Joined: 2009-07-13 20:05
oh

thx

high explosives and electricity yay!

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
um I believe zach thibeau

um I believe zach thibeau managed to do that. Only problem he had was is you had to dismiss the screen . . .

EDIT:
I just did a quick google search and it appears that it is possible.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 7 months ago
Developer
Joined: 2009-08-11 11:24
Sure, it's possible... In

Sure, it's possible...
In REALBasic, the development environment I use (not for installers though), you can create a "plain box" window - no title bar, no frame, no icon, just a plain box. I'd just create a plain box window, put the "Unsupported release" icon as its Backdrop, then use a timer to hide it.

Of course, the instructions will vary from dialect to dialect of BASIC... but the general idea is the same.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
REALbasic ≠ BASIC

The possibilities of REALbasic are completely different from those of BASIC. BASIC is command-line only, REALbasic (or Visual Basic, or Small Basic) are Windows programs. With BASIC it is utterly impossible to do a splash screen such as we use.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

OliverK
OliverK's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2007-03-27 15:21
Yes, but we're not talking

Yes, but we're not talking about commandline only apps. We're talking about windows apps.

And our NSIS based system uses windows to let the user know if something has gone wrong. Not dos-based windows.

Therefore, the use of straight basic is pretty much ruled out, not because of the splash screen issue, but because there would be no way to create these message boxes that we use. Correct? Please tell me if I'm off base with that statement.

But REALBasic would be acceptable, as it can display splash screens and create the needed interface.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 6 months ago
Developer
Joined: 2006-05-26 12:08
I did but I did it using

I did but I did it using FreeBASIC and my limitations is that I still couldn't get registry functions working so I gave up on the idea, though I may try again but with c++ just for the fun of it.

your friendly neighbourhood moderator Zach Thibeau

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 7 months ago
Developer
Joined: 2009-08-11 11:24
Registry functions aren't too

Registry functions aren't too bad once you write a wrapper... I have a VB6 module that wraps the Registry functions, and RB includes Registry support built-in.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 5 months ago
Joined: 2006-11-18 10:26
All:

The original poster (OP) has only made two posts in this whole thread and neither specify the dialect of BASIC they're trying to use (QBASIC, FreeBASIC, REALbasic, etc). Until that nugget of knowledge is known, you can't say "it can't be done" because you don't know what they're trying to code with. This is a failing of the OP in being non-specific in their request.

http://en.wikipedia.org/wiki/List_of_BASIC_dialects_by_platform#Microsof...

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
"Dialects"

I wouldn't call them dialects myself; I'd call them completely different languages from the original BASIC dialects like QuickBASIC. How much syntax do REALbasic and Microsoft QuickBASIC share? Almost none is putting it gently.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 5 months ago
Joined: 2006-11-18 10:26
Take your complaint up with Wikipedia

Or edit the entry yourself.

"This is a list of dialects of the BASIC computer programming language, sorted into groups for better conceptual organization."

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

Darkbee
Darkbee's picture
Offline
Last seen: 3 years 11 months ago
Joined: 2008-04-14 09:41
Waiting for the punch line

I think you should use punch cards.

Log in or register to post comments