SSBBM wrote:
When I go to the last page of the new topic my browser (chrome) says it's a phishing site. Anyone else get this?
Testing...please wait....
Yeah, you're right! That's weird, maybe someone put something on there that was from an "untrustworthy" website...do any other browsers pick that up?
Offline
StrykerV wrote:
Okay I tried the disable programmer facilities again, and in fill screen on it turns red, and on fill screen off a message pops up saying "attempt to index non-existent element in an ordered coll"
If it was magenta and you have Windows Vista, you got the purple/pink screen of death.
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
sparks wrote:
does anyone know how to make this into smalltalk code? (it's just a mockup, but I need it!)
http://img824.imageshack.us/img824/7660/56429932.gif
(there's a little sneak peek of the new multiline strings coming out in Panther 1.1 by the way!)
(this is reading a webpage, so it's going to be a version if the one-line smalltalk command:
self readLine: 5 FromUrl: link
Can I have Panther 1.1 please?
On my web filter we have a time limit of infinity:infinity.
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
scimonster wrote:
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
I apologize for posting in the old library again, but you still have not gave me Panther 1.1.
Offline
rdococ wrote:
scimonster wrote:
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.I apologize for posting in the old library again, but you still have not gave me Panther 1.1.
Panther 1.1 doesn't really exist at the moment, It's still in development.
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
zorket wrote:
Whoah! You changed it entirely!
I have a useless block, operators, but some people might want it. It is: 'report [string]' block!blockspec:
('report %s' #r #report: 'hello')Code:
report: t1 ^ t1And you have it!
p.s. I left this somewhere else first
p.p.s. typed in wrong!!!
I Can Think Of One Place Where This Won't Work. The "When I Recieve $Event$ Hat Block.
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
Pecola1 wrote:
This is key pressed extra keys.
First go to ScriptableScratchMorph> instance> sensing ops> asciiFor:
add the strip:Code:
'enter' localized = t2 ifTrue: [^ Character cr asciiValue]. 'shift' localized = t2 ifTrue: [^ 16]. 'control' localized = t2 ifTrue: [^ 17]. 'alt' localized = t2 ifTrue: [^ 18]. 'backspace' localized = t2 ifTrue: [^ 8]. 'escape' localized = t2 ifTrue: [^ 27]. 'f1' localized = t2 ifTrue: [^ 112]. 'f3' localized = t2 ifTrue: [^ 114]. 'f4' localized = t2 ifTrue: [^ 115]. 'f5' localized = t2 ifTrue: [^ 116]. 'f6' localized = t2 ifTrue: [^ 117]. 'f7' localized = t2 ifTrue: [^ 118]. 'f8' localized = t2 ifTrue: [^ 119]. 'f9' localized = t2 ifTrue: [^ 120]. 'f10' localized = t2 ifTrue: [^ 121]. 'f11' localized = t2 ifTrue: [^ 122]. 'f12' localized = t2 ifTrue: [^ 123]. 'tab' localized = t2 ifTrue: [^ 9].Then switch to keyNames:
add the stripCode:
'shift' 'control' 'alt' 'backspace' 'escape' 'f1' 'f2' 'f3' 'f4' 'f5' 'f6' 'f7' 'f8' 'f9' 'f10' 'f11' 'f12' 'tab'http://www.weebly.com/uploads/5/4/1/3/5 … 966431.png
http://www.weebly.com/uploads/5/4/1/3/5 … 435385.png
um, I tried this and i got does not understand message localized. any ideas?
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
Please stop posting that! It's very annoying!
Offline
rdococ wrote:
Please stop posting that! It's very annoying!
... Have you read it? If you didn't post that message we wouldn't have to post it again. But now we will. A little self-defeatist, don't you think? The point is to let people know that the library has moved. If you find it annoying you don't have to read here or post. The one above was posted several days ago anyway so it's not like it was even on the first page!
Offline
This thread is now closed as the Block Library has moved.
Click here to visit the new Library!
Please do not post here without good cause, instead post any queries in the new thread, thank you!
Moderators please do not actually close this thread, I may need to make changes or copy code at a later date, thank you.
Offline
chippo wrote:
you know, I think that in the next scratch there should be only one hat block, which would be: _________
/ \___________
| When < >___________|
\_/
and then all the other hat blocks would be condensed into Boolean.
for example, to use [blocks]<when green flag clicked>[/blocks]
you would put a <Green Flag Clicked?> Boolean into the only hat block.
Nice! Then You Could Do A
<when[ <mouse down?>
Or An
<if> <when green flag clicked>
<end>
WOW!!!!!!!!!!!!!!!!!!!!!!!
Last edited by mrsrec (2011-07-17 16:15:07)
Offline
Closed by request of owner.
Offline