Splash code HELP to lisp gurus!

Splash code HELP to lisp gurus!

Anonymous
Not applicable
207 Views
9 Replies
Message 1 of 10

Splash code HELP to lisp gurus!

Anonymous
Not applicable
I have a long lisp program and I want to be able to pop up a windows splash
screen. I've loaded the DOSLIB4 that has the
(dos_splash "name.bmp" seconds) but I get an AutoCAD error that says :
"error..cant initialize window"

I'd really prefer code that is written into my program (it always works
smoother and can be manipulated to better suit the variables used)

I've tried the (load_dialog) don't call (start_dialog) method but that's not
a real splash window suitable for presentation.

Can someone please help me with code on what I need to interact with in
Windows NT4 to activate the splash in LISP.

I'd appreciate all suggestions,

Thanks

owilliam@gmgw.com
0 Likes
208 Views
9 Replies
Replies (9)
Message 2 of 10

Anonymous
Not applicable
Give the complete path to the bitmap (256 color windows bitmap)
and use / forward slashes for path delimiter.

Should work just fine.
P.Farrell
0 Likes
Message 3 of 10

Anonymous
Not applicable
I've tried that already to no avail.

(dos_splash "name.bmp" 5)
(dos_splash "c:\\temp\\name.bmp" 5)
(dos_splash "c:/temp/name.bmp" 5)

"error cant initialize window"

Peter Farrell wrote in message
news:7vuo8g$dal11@adesknews2.autodesk.com...
> Give the complete path to the bitmap (256 color windows bitmap)
> and use / forward slashes for path delimiter.
>
> Should work just fine.
> P.Farrell
>
>
0 Likes
Message 3 of 10

Anonymous
Not applicable
I've tried that already to no avail.

(dos_splash "name.bmp" 5)
(dos_splash "c:\\temp\\name.bmp" 5)
(dos_splash "c:/temp/name.bmp" 5)

"error cant initialize window"

Peter Farrell wrote in message
news:7vuo8g$dal11@adesknews2.autodesk.com...
> Give the complete path to the bitmap (256 color windows bitmap)
> and use / forward slashes for path delimiter.
>
> Should work just fine.
> P.Farrell
>
>
0 Likes
Message 5 of 10

Anonymous
Not applicable
Oral,

Are you using a 256 color or lower BMP file?

--
Phillip Kenewell
CAD Systems Technician
Air Gage Company
pkenewell@airgage.com
===================
> Not < a Member of the AutoDESK
Discussion Forum Moderator Program

Oral Williams wrote in message
news:7vupnm$dak12@adesknews2.autodesk.com...
> I've tried that already to no avail.
>
> (dos_splash "name.bmp" 5)
> (dos_splash "c:\\temp\\name.bmp" 5)
> (dos_splash "c:/temp/name.bmp" 5)
>
> "error cant initialize window"
>
> Peter Farrell wrote in message
> news:7vuo8g$dal11@adesknews2.autodesk.com...
> > Give the complete path to the bitmap (256 color windows bitmap)
> > and use / forward slashes for path delimiter.
> >
> > Should work just fine.
> > P.Farrell
> >
> >
>
>
0 Likes
Message 6 of 10

Anonymous
Not applicable
Oral;

Dont know for sure, but a smaller bmp might work....did for me.

Hope this helps;

Bo Nielsen

Oral Williams wrote in message
news:7vunm6$d9v14@adesknews2.autodesk.com...
> I have a long lisp program and I want to be able to pop up a windows
splash
> screen. I've loaded the DOSLIB4 that has the
> (dos_splash "name.bmp" seconds) but I get an AutoCAD error that says :
> "error..cant initialize window"
>
> I'd really prefer code that is written into my program (it always works
> smoother and can be manipulated to better suit the variables used)
>
> I've tried the (load_dialog) don't call (start_dialog) method but that's
not
> a real splash window suitable for presentation.
>
> Can someone please help me with code on what I need to interact with in
> Windows NT4 to activate the splash in LISP.
>
> I'd appreciate all suggestions,
>
> Thanks
>
> owilliam@gmgw.com
>
>
>
0 Likes
Message 7 of 10

Anonymous
Not applicable
YES I've created BMP files from Paintbrush and ensured it was a 256 color
from VISIO!

Phil Kenewell wrote in message
news:7vuptq$d9v17@adesknews2.autodesk.com...
> Oral,
>
> Are you using a 256 color or lower BMP file?
>
> --
> Phillip Kenewell
> CAD Systems Technician
> Air Gage Company
> pkenewell@airgage.com
> ===================
> > Not < a Member of the AutoDESK
> Discussion Forum Moderator Program
>
> Oral Williams wrote in message
> news:7vupnm$dak12@adesknews2.autodesk.com...
> > I've tried that already to no avail.
> >
> > (dos_splash "name.bmp" 5)
> > (dos_splash "c:\\temp\\name.bmp" 5)
> > (dos_splash "c:/temp/name.bmp" 5)
> >
> > "error cant initialize window"
> >
> > Peter Farrell wrote in message
> > news:7vuo8g$dal11@adesknews2.autodesk.com...
> > > Give the complete path to the bitmap (256 color windows bitmap)
> > > and use / forward slashes for path delimiter.
> > >
> > > Should work just fine.
> > > P.Farrell
> > >
> > >
> >
> >
>
>
0 Likes
Message 8 of 10

Anonymous
Not applicable
Where do you find the doslib4 file?

Rick

> > screen. I've loaded the DOSLIB4 that has the
> > (dos_splash "name.bmp" seconds) but I get an AutoCAD error that says :
> > "error..cant initialize window"
> >
> > I'd really prefer code that is written into my program (it always works
> > smoother and can be manipulated to better suit the variables used)
0 Likes
Message 9 of 10

Anonymous
Not applicable
Mr. Keller,

DOSLIB4 can be located at www.mcneel.com.

--
Eugene N. Kilmer
Owner/Mag Drafting
0 Likes
Message 10 of 10

Anonymous
Not applicable
thanks

Eugene N. Kilmer wrote in message
news:7vv6qo$fhj8@adesknews2.autodesk.com...
> Mr. Keller,
>
> DOSLIB4 can be located at www.mcneel.com.
>
> --
> Eugene N. Kilmer
> Owner/Mag Drafting
>
0 Likes