AmigaOpen (417/1744)

From:Richard Collier
Date:13 Oct 2000 at 09:39:49
Subject:RE: AMIOPEN: File dialog

The source is included so hack away!

-----Original Message-----
From: Ajay Bhatia [mailto:ajay@ruksun.com]
Sent: 10 October 2000 20:17
To: open@amiga.com
Subject: Re: AMIOPEN: File dialog

im using createfile.....i want to make my own one....can i u help me with
that??

Thanx
Ajay
----- Original Message -----
From: "Richard Collier" <Rich@Armature.com>
To: <open@amiga.com>
Sent: Tuesday, October 10, 2000 6:46 PM
Subject: RE: AMIOPEN: File dialog

> Which file dialog are you using???
>
> Try mine! Go to http://www.phatrepublic.co.uk/prods.html and get
> filedialog.asm.
>
> You can then simply call
>
> qcall ave/avo/gdg/std/filedlg,(p0,p1,p2,i0:p0,p1,p2,i0)
>
> where in params are
>
> p0 - filename or 0.p
> p1 - dirname pr 0.p
> p2 - filter or 0.p
> i0 - state flags (0=Load or FI_SAVE = Save)
>
> and out params are
>
> p0 - filename
> p1 - dirname
> p2 - filter
> i0 - status (0=CANCEL else OK)
>
> Rich "PhatBoi" Collier.
>
> -----Original Message-----
> From: Ajay Bhatia [mailto:ajay@ruksun.com]
> Sent: 10 October 2000 14:01
> To: open@amiga.com
> Subject: AMIOPEN: File dialog
>
>
> hi......i have created a file dialog window to load a bmp image to a
> window.....how do i set the filter to display just BMP files and how do i
> read the strings in the textfields??that is the filename.
>
> Thanx
> Ajay
>
> Subscribe/Unsubscribe: open-request@amiga.com
> Amiga FAQ: http://www.amiga.com/faq.html
> Subscribe/Unsubscribe: open-request@amiga.com
> Amiga FAQ: http://www.amiga.com/faq.html

Subscribe/Unsubscribe: open-request@amiga.com
Amiga FAQ: http://www.amiga.com/faq.html
Subscribe/Unsubscribe: open-request@amiga.com
Amiga FAQ: http://www.amiga.com/faq.html