Answer file with type BMPf?
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Wed Jan 26 00:14:21 EST 2011
    
    
  
On 1/25/11 12:19 PM, William de Smet wrote:
> Hi there,
>
> Why doesn't this work for BMP files?
> answer file "Kies een foto:" with type "All
> Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf"
>
> on mouseup
>      answer file "Choose:" with type "All
> Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf"
>                 if it = empty
>                 then
>                    put empty into img "x1"
>                      exit mouseUp
>                 end if
>                 put url ("binfile:"&  it) into img "x1"
> end mouseup
It looks like it should work. What goes wrong?
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list