What does it means that it 'runs on top of Windows'? Can I still run Windows without uninstalling Firedust (if possible)?
Offline
LS97 wrote:
meowmeow55 wrote:
Oh yeah, and clicking inside a window while another one is focused doesn't focus the window you clicked on. You have to click on the titlebar. Annoying D:
Yup it's a little problem. Unfortunately, there's absolutely nothing I can do about it
![]()
u could fix it by making the window have focus in the Form1.Click event
Offline
maxskywalker wrote:
What does it means that it 'runs on top of Windows'? Can I still run Windows without uninstalling Firedust (if possible)?
yes u can still run Windows.... Firedust is an OS Shell...
Offline
so many users still use windows. that is amusing.

Offline
XenoKStudios wrote:
so many users still use windows. that is amusing.
lol Windows is very popular but i prefer Linux or Mac (i want a Mac
)
Offline
nathanprocks wrote:
XenoKStudios wrote:
so many users still use windows. that is amusing.
lol Windows is very popular but i prefer Linux or Mac (i want a Mac
)
I use linux(ubuntu 11.10) it is soo much better than windows, and doesnt cost a thing... although I would love to have a macbook air! Then I could design itouch/iphone/ipad games, and make money....

Offline
XenoKStudios wrote:
nathanprocks wrote:
XenoKStudios wrote:
so many users still use windows. that is amusing.
lol Windows is very popular but i prefer Linux or Mac (i want a Mac
)
I use linux(ubuntu 11.10) it is soo much better than windows, and doesnt cost a thing... although I would love to have a macbook air! Then I could design itouch/iphone/ipad games, and make money....
the only thing bad about buying a new computer is that u have to pay for Windows that comes with it... u can't just have the option to get any Linux OS preinstalled on it
Offline
I'm developing a shell that runs over Windows, too, with Visual Basic Express 2008 on a 20 GB RAM Windows XP, called RunOver. I am including Scratch with the software package, but I can't make something as good as Firedust! :-P
Last edited by didjexpert (2011-10-31 21:44:44)

Offline
didjexpert wrote:
I'm developing a shell that runs over Windows, too, with Visual Basic Express 2008 on a 20 GB RAM Windows XP, called RunOver. I am including Scratch with the software package, but I can't make something as good as Firedust! :-P
Looking forward
Offline
nathanprocks wrote:
maxskywalker wrote:
What does it means that it 'runs on top of Windows'? Can I still run Windows without uninstalling Firedust (if possible)?
yes u can still run Windows.... Firedust is an OS Shell...
I confirm this. Firedust will not interfere with your outer systems at all. The only trace you will find, like with any other application, is its settings which are in the same folder as the EXE.
Offline
nathanprocks wrote:
LS97 wrote:
meowmeow55 wrote:
Oh yeah, and clicking inside a window while another one is focused doesn't focus the window you clicked on. You have to click on the titlebar. Annoying D:
Yup it's a little problem. Unfortunately, there's absolutely nothing I can do about it
![]()
u could fix it by making the window have focus in the Form1.Click event
That will work only if the user clicks in the exact area.
By the way, I'm not using Forms. I'm using my very own custom usercontrols: that's why I had to re-do everything by myself.
Using forms would have meant that the windows focused on user click but would have been less fun
Offline
maxskywalker wrote:
What does it means that it 'runs on top of Windows'? Can I still run Windows without uninstalling Firedust (if possible)?
Running on top of Windows basicly means you can use windows without uninstalling it, and that its just like a full-screen program.
Offline
LS97 wrote:
nathanprocks wrote:
LS97 wrote:
Yup it's a little problem. Unfortunately, there's absolutely nothing I can do about it![]()
u could fix it by making the window have focus in the Form1.Click event
That will work only if the user clicks in the exact area.
By the way, I'm not using Forms. I'm using my very own custom usercontrols: that's why I had to re-do everything by myself.
Using forms would have meant that the windows focused on user click but would have been less fun![]()
can u give me link to download the control so i can make an app?
Offline
nathanprocks wrote:
LS97 wrote:
nathanprocks wrote:
u could fix it by making the window have focus in the Form1.Click eventThat will work only if the user clicks in the exact area.
By the way, I'm not using Forms. I'm using my very own custom usercontrols: that's why I had to re-do everything by myself.
Using forms would have meant that the windows focused on user click but would have been less fun![]()
can u give me link to download the control so i can make an app?
It's not that easy. I told you, I started from absolute scratch, and never decided to pack the control. Besides it needs some of Firedust's features (like the window position saving) or it will start giving you 100's of exceptions.
Offline
Dinoclor wrote:
Will the changes apply to the whole computer, or only my account?
There are no changes applied at all
Again, all it does is creating a bunch of files in a folder, in the same folder as the SS_Firedust EXE.
Offline
LS97 wrote:
That's right. Because Firedust doesn't only make life easier for the average user, but promotes developing as an educational experience. That means two languages, two environments. Firedust includes a block-based developing interface for console applications, and a syntax-highlighting text editor for its brand-new "FireScript" programming language.
... I don't get it... My vocabulary is big... but not THAT big!
Offline
Codebreaker wrote:
LS97 wrote:
That's right. Because Firedust doesn't only make life easier for the average user, but promotes developing as an educational experience. That means two languages, two environments. Firedust includes a block-based developing interface for console applications, and a syntax-highlighting text editor for its brand-new "FireScript" programming language.
... I don't get it... My vocabulary is big... but not THAT big!
I'll try to boil it down to two bullet points:
Firedust Console Script (FCS)
FCS is a text-based programming language for console applications (what windows calls the command prompt, and mac/linux call terminal). However, you can code FCS using a Scratch-like block editor, called FireBlocks.
FireScript
This language is more complex, semi-object-oriented, and allows you to create graphical applications: programs that run in a window like Scratch, Chrome, Safari, or Notepad. This one you can only use Rapidcode to code.
You can find more info at develop.firedust.freezoka.net!
Last edited by LS97 (2011-11-03 09:32:08)
Offline
How do I do a custom program? It wont let me select any exe files from my computer...
Offline
Pecola1 wrote:
How do I do a custom program? It wont let me select any exe files from my computer...
Of course not! You can link simple EXEs with shortcuts on the desktop. The custom programs are for your own coded stuff -- some incentive to trying
Offline
LS97 wrote:
Pecola1 wrote:
How do I do a custom program? It wont let me select any exe files from my computer...
Of course not! You can link simple EXEs with shortcuts on the desktop. The custom programs are for your own coded stuff -- some incentive to trying
![]()
Like... do i use that coding system and save the program then use it as a custom program?
Offline
Pecola1 wrote:
LS97 wrote:
Pecola1 wrote:
How do I do a custom program? It wont let me select any exe files from my computer...
Of course not! You can link simple EXEs with shortcuts on the desktop. The custom programs are for your own coded stuff -- some incentive to trying
![]()
Like... do i use that coding system and save the program then use it as a custom program?
Exactly! Make sure it saves as an .fps file
Offline
ok, I will, does this mean i can make a squeak program? Wouldn't you need a browser with the original codes like the codes for float or ifTrue: or what? LOL I guess you cant...
Sent to you using Silvanet, from Firedust!
Last edited by Pecola1 (2011-11-03 14:30:00)
Offline