Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: view bug or bad coding?

From: carl:cybercraft at: 4-Aug-2002 23:14

On 04-Aug-02, Brett Handley wrote:
> bitmap: make image! none > Crashes for me too. A crash should never happen. > You should let feedback know about it.
Indeed. I haven't the beta, but I don't get a crash in View 1.2...
>> x: make image! none
== make image! [0x0 #{}] I assume make image! 1x1 works? But I'm curious. What use is a non image? Can you alter the sizes of images after they've been created? I know this doesn't work...
>> x/size: 2x2
== 0x0
>> x
== make image! [0x0 #{}]
>>
-- Carl Read