This is really good!
I'm posting from it.
Offline
thebuilderdd wrote:
LS97 wrote:
fire219 wrote:
i will check it out, when i am at my computer. i am on the road, on my DSi, using Verizon Wireless Tether.
Wait... what's Verizon WL Tehther?
A thing that's USB and it will connect to a cell phone tower (or satellite) and give you wifi! But I don't think they make them for dsi...
So is it WiFi or GPRS/3G/E/etc?
And do you have to pay for it as you go, do you have a monthly subscription, or is it free?
Offline
I've forgotten I'm using Windows at all!
It looks nicer, but is quite slow.
Offline
TheSuccessor wrote:
This is really good!
![]()
I'm posting from it.
Thanks!
No suggestions for me?
Offline
TheSuccessor wrote:
I've forgotten I'm using Windows at all!
![]()
It looks nicer, but is quite slow.
I know, that's the main problem about it. Windows takes up so much space for itself and leaves so little space for me..
Something you can try, however, is to open up the task manager and set the SS_Crystal.exe process to a high priority (right click, set priority). That should reduce lag only so slightly!
Offline
LS97 wrote:
thebuilderdd wrote:
LS97 wrote:
Wait... what's Verizon WL Tehther?A thing that's USB and it will connect to a cell phone tower (or satellite) and give you wifi! But I don't think they make them for dsi...
So is it WiFi or GPRS/3G/E/etc?
And do you have to pay for it as you go, do you have a monthly subscription, or is it free?
No, it is not what thebuilderdd said. In this case, it is my dad's rooted Droid X sharing it's data/internet connection, and functioning as a Wi-Fi hotspot.
Offline
How do you get a window to take up the entire screen using VB?
Also, I can add a SilviSoft executable as a new program. How can I develop these?
Offline
fire219 wrote:
LS97 wrote:
thebuilderdd wrote:
A thing that's USB and it will connect to a cell phone tower (or satellite) and give you wifi! But I don't think they make them for dsi...So is it WiFi or GPRS/3G/E/etc?
And do you have to pay for it as you go, do you have a monthly subscription, or is it free?No, it is not what thebuilderdd said. In this case, it is my dad's rooted Droid X sharing it's data/internet connection, and functioning as a Wi-Fi hotspot.
That's a method, because one time I went to the beach and there was no wifi, so we connected my dad's blackberry, now they make you pay $.
Offline
LS97 wrote:
thebuilderdd wrote:
LS97 wrote:
Wait... what's Verizon WL Tehther?A thing that's USB and it will connect to a cell phone tower (or satellite) and give you wifi! But I don't think they make them for dsi...
So is it WiFi or GPRS/3G/E/etc?
And do you have to pay for it as you go, do you have a monthly subscription, or is it free?
I don't know about question 1, but there is a monthly or a yearly subscription.
Offline
TheSuccessor wrote:
How do you get a window to take up the entire screen using VB?
Also, I can add a SilviSoft executable as a new program. How can I develop these?
To get a fullscreen window (assuming you're using VB.NET), you have to change the following properties in the Form:
FormBorderStyle = FormBorderStyle.None
WindowState = FormWindowState.Maximized
If you want your fullscreen window to stay on top of other Windows, set
TopMost = True
This means that you can't have external programs running on top of it though, so I don't recommend it.
As for the SilviSoft Executable, in Crystal it's just a placeholder for either
a) an update to SS Crystal where a program interpreter will be included, or
b) SilviSoft Firedust, which will definitely include some kind of language! Don't get your hopes high, but it might implement a sort of block-based IDE like Scratch (And Chrome OS). This is because Firedust is designed to be a Shell OS for people which really hate all these useless options in Windows (which I personally like
) and want a simple, easy-to-use environment.
Offline
LS97 wrote:
TheSuccessor wrote:
How do you get a window to take up the entire screen using VB?
Also, I can add a SilviSoft executable as a new program. How can I develop these?To get a fullscreen window (assuming you're using VB.NET), you have to change the following properties in the Form:
FormBorderStyle = FormBorderStyle.None
WindowState = FormWindowState.Maximized
If you want your fullscreen window to stay on top of other Windows, set
TopMost = True
This means that you can't have external programs running on top of it though, so I don't recommend it.
Thanks! I've always wanted to know how to do that. I have Visual C#, and I don't know whether it's .NET, but it still works.![]()
As for the SilviSoft Executable, in Crystal it's just a placeholder for either
a) an update to SS Crystal where a program interpreter will be included, or
b) SilviSoft Firedust, which will definitely include some kind of language! Don't get your hopes high, but it might implement a sort of block-based IDE like Scratch (And Chrome OS). This is because Firedust is designed to be a Shell OS for people which really hate all these useless options in Windows (which I personally like) and want a simple, easy-to-use environment.
Cool! I'm working on an editor in C# for my new programming language, Whistle. Maybe I could make it so it can export executables for your OS!
Last edited by TheSuccessor (2011-02-21 14:14:51)
Offline
TheSuccessor wrote:
LS97 wrote:
As for the SilviSoft Executable, in Crystal it's just a placeholder for either
a) an update to SS Crystal where a program interpreter will be included, or
b) SilviSoft Firedust, which will definitely include some kind of language! Don't get your hopes high, but it might implement a sort of block-based IDE like Scratch (And Chrome OS). This is because Firedust is designed to be a Shell OS for people which really hate all these useless options in Windows (which I personally like :P) and want a simple, easy-to-use environment.Cool! I'm working on an editor in C# for my new programming language, Whistle. Maybe I could make it so it can export executables for your OS!
That would be really great! We could discuss that more in detail... Skype/Hamachi?
I would be very glad if we could manage that. Shouldn't be too hard...
Offline
LS97 wrote:
TheSuccessor wrote:
LS97 wrote:
As for the SilviSoft Executable, in Crystal it's just a placeholder for either
a) an update to SS Crystal where a program interpreter will be included, or
b) SilviSoft Firedust, which will definitely include some kind of language! Don't get your hopes high, but it might implement a sort of block-based IDE like Scratch (And Chrome OS). This is because Firedust is designed to be a Shell OS for people which really hate all these useless options in Windows (which I personally like) and want a simple, easy-to-use environment.
Cool! I'm working on an editor in C# for my new programming language, Whistle. Maybe I could make it so it can export executables for your OS!
That would be really great! We could discuss that more in detail... Skype/Hamachi?
I would be very glad if we could manage that. Shouldn't be too hard...
Can i make raw exectutables in VB .net 2010 for that?
Since, after all, they are the same language?
Offline
bbbeb wrote:
LS97 wrote:
TheSuccessor wrote:
Cool! I'm working on an editor in C# for my new programming language, Whistle. Maybe I could make it so it can export executables for your OS!That would be really great! We could discuss that more in detail... Skype/Hamachi?
I would be very glad if we could manage that. Shouldn't be too hard...Can i make raw exectutables in VB .net 2010 for that?
Since, after all, they are the same language?
No, it doesn't work like that. VB had no tools whatsoever to interpet VB code on the spot and I am using a different language anyway, a brand new one.
Offline
Uh, bump.
Offline
LS97 wrote:
bbbeb wrote:
LS97 wrote:
That would be really great! We could discuss that more in detail... Skype/Hamachi?
I would be very glad if we could manage that. Shouldn't be too hard...Can i make raw exectutables in VB .net 2010 for that?
Since, after all, they are the same language?No, it doesn't work like that. VB had no tools whatsoever to interpet VB code on the spot and I am using a different language anyway, a brand new one.
C# 2011?
SMALLTALK?
What is this language you speak of?
Offline
bump
Offline
bbbeb wrote:
LS97 wrote:
bbbeb wrote:
Can i make raw exectutables in VB .net 2010 for that?
Since, after all, they are the same language?No, it doesn't work like that. VB had no tools whatsoever to interpet VB code on the spot and I am using a different language anyway, a brand new one.
C# 2011?
SMALLTALK?![]()
What is this language you speak of?
Scratch 2.0
Offline
LS97 wrote:
bbbeb wrote:
LS97 wrote:
No, it doesn't work like that. VB had no tools whatsoever to interpet VB code on the spot and I am using a different language anyway, a brand new one.C# 2011?
SMALLTALK?![]()
What is this language you speak of?Scratch 2.0
![]()
LOL. can you do that?!?!?
Offline
Product key please?
Offline
Thanks, I'm using the new OS now.
Offline
ProgrammingFreak wrote:
LS97 wrote:
bbbeb wrote:
C# 2011?
SMALLTALK?![]()
What is this language you speak of?Scratch 2.0
![]()
LOL. can you do that?!?!?
Offline
Max4344 wrote:
Cant update i get a error that the server may be down
Ouch. That's been happening too often lately... I'll need to change my installation wizard for firedust!
Offline