SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 13 | July | 2006 ]

<< Previous Message << >> Next Message >>


Date: Thu, 13 Jul 2006 16:38:43 -0700
From: "Jon Harrison" <jharrison@seadog.reno.nv.us >
Reply-To: scoug-help@scoug.com
To: < "scoug-help@scoug.com" > scoug-help@scoug.com >
Subject: SCOUG-Help: Recreating mouse object?

Content Type: text/plain

On Thu, 13 Jul 2006 10:47:16 -0700, Steven Levine wrote:

>
>If you don't have one of these, you can try orc150 from Hobbes.

Didn't work. Reports an error.

I also tried Object Inspector and dug up a package from some time
ago. I made a rexx script but it too fails. Regardless if I
answer update, Replace, or Fail, it offers the choice of
registering 0 classes or press any key to skip. Either choice
results in a failure.

Creating [Mouse]
> failed to create [Mouse | WPStickMouse] at location
[]

The script is (partial posting):

CreateObject: procedure
Parse Arg Class, Title, Location, Setup, Collision
Say 'Creating ['Title']'
rc = SysCreateObject( Class, Title, Location, Setup, Collision
)
If rc <> 1 Then
Say ' > failed to create ['Title' | 'Class'] at location
['Location']'
return rc

CreateObjects:

rc = CreateObject( 'WPStickMouse',,
'Mouse',,
'',,
'NOCOPY=YES;'||,
'NODELETE=YES;'||,
'NOPRINT=YES;'||,
'DEFAULTVIEW=SETTINGS;'||,
'OBJECTID=',,
CreateCollision )

I have an older version of eCS on another computer but don't have
Object Desktop installed there, and as I recall, it's a bit of a
pain to install. Have to look for the book to get the key, install
FP's, etc.

Is there another way to troubleshoot this?

Thanks, jon

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 13 | July | 2006 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.