Author Topic: More beta testing  (Read 10278 times)

0 Members and 1 Guest are viewing this topic.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
More beta testing
« on: December 12, 2003, 11:57:08 AM »
Since you all are such good beta testers have you got the time for one more? This program is harmless, however same rules apply when testing new apps, open in a non-productive dwg. Same as the last one, just drag-n-drop into ACAD or however you load them, it will start itself. This program D/L's a file from TheSwamp and gives you an alert box. Nothing special, you'll see.

http://www.theswamp.org/swamp.files/mark/MST-ABC.VLX

Thank you very much.
TheSwamp.org  (serving the CAD community since 2003)

Craig

  • Guest
More beta testing
« Reply #1 on: December 12, 2003, 11:59:23 AM »
Quote
Thank you for being my beta tester
Make note of this number-> 1523356899


Yehaw! This is fun!!  :lol:

Kate M

  • Guest
More beta testing
« Reply #2 on: December 12, 2003, 01:12:29 PM »
Quote
Thank you for being my beta tester
Make note of this number-> 1523356899


Wheeeeeeeeeeeeeee...

One of these days you'll actually have to tell us what these programs *do*, you know... ;-)

rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
More beta testing
« Reply #3 on: December 12, 2003, 01:13:51 PM »
Here ya go.

Quote
Thank you for being my beta tester
Make note of this number-> 1523356899


Can I ask you this...I loaded the program into a junk production file and got the above. However, when I loaded it into a completely new session, nothing came up...WHY??? I only had one session of CAD open.

Rug
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

RCJDavis

  • Guest
More beta testing
« Reply #4 on: December 12, 2003, 01:23:14 PM »
Quote
Thank you for being my beta tester
Make note of this number->152356899

daron

  • Guest
More beta testing
« Reply #5 on: December 12, 2003, 01:25:45 PM »
Quote from: rugaroo
Here ya go.

Quote
Thank you for being my beta tester
Make note of this number-> 1523356899


Can I ask you this...I loaded the program into a junk production file and got the above. However, when I loaded it into a completely new session, nothing came up...WHY??? I only had one session of CAD open.

Rug


I did all the same and got all the same. I think the answer lies somewhere in here.

Craig

  • Guest
More beta testing
« Reply #6 on: December 12, 2003, 01:25:47 PM »
Quote from: Kate M
One of these days you'll actually have to tell us what these programs *do*, you know... ;-)


I bet he's getting paid to put Spyware on our computers.

rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
More beta testing
« Reply #7 on: December 12, 2003, 01:42:02 PM »
Craig - That's one of the benifits of being a governmental employee. :) Well it doesn't match any hex/dec/bin/or oct entries in any of my registry...maybe there is some larger force at work here????
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

Craig

  • Guest
More beta testing
« Reply #8 on: December 12, 2003, 01:43:39 PM »
:lol:

t-bear

  • Guest
More beta testing
« Reply #9 on: December 12, 2003, 02:14:17 PM »
What do you mean "a non-productive file"?  ALL my files are non-productive!

Same as all above......

rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
More beta testing
« Reply #10 on: December 12, 2003, 02:46:34 PM »
If Mark can do it....why can't I???

Please make sure you save your work first. Always best to be safe rather than sorry.

(RUG-TEST)

Thats the command too....

Rug
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
More beta testing
« Reply #11 on: December 12, 2003, 02:52:54 PM »
Better do a little more debugging there Rug. :D
Code: [Select]
Invalid option keyword.
; error: Function cancelled
Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/Plot/Freeze/Thaw/LOck/Unlock/stAte]:
TheSwamp.org  (serving the CAD community since 2003)

rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
More beta testing
« Reply #12 on: December 12, 2003, 02:56:30 PM »
Ahhhhh man...got my hopes up and all I do is fail...back to the design stage for me :)


All well...I will be the nice guy here, and let you all try and find ways to tweak this one...

Code: [Select]
(DEFUN RUG-TEST (/ cmd)
  (SETQ cmd (GETVAR "cmdecho"))
  (ALERT "\nAttempting to do your work for you...")
  (ALERT "\nPlease click OK to continue.")
  (SETVAR "cmdecho" 0)
  (command "-layer" "s" "0" "")
  (princ "\n")
  (princ)
  (COMMAND "-layer" "off" "*" "y" "")
  (ALERT "\nAutocad failed to do your work for you.")
  (ALERT "\nNow get back to work you lazy person!")
  (ALERT
    "\nAutocad failed to save any of you work. Now exiting."
  )
  (SETVAR "cmdecho" cmd)
  (COMMAND "quit" "y")
  (PRINC)
)


Pretty lame, but you'd be suprised how well it works on newbies.  :twisted:

Rug
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
More beta testing
« Reply #13 on: December 12, 2003, 02:57:04 PM »
TheSwamp.org  (serving the CAD community since 2003)

daron

  • Guest
More beta testing
« Reply #14 on: December 12, 2003, 03:02:18 PM »
So is the yes yes yes yes test the alpha and is this the beta?

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
More beta testing
« Reply #15 on: December 12, 2003, 03:07:13 PM »
Nope, both beta's. Different apps all together.

BTW, thanks to all of participating.
TheSwamp.org  (serving the CAD community since 2003)

Craig

  • Guest
More beta testing
« Reply #16 on: December 12, 2003, 03:33:07 PM »
Quote from: rugaroo
Ahhhhh man...got my hopes up and all I do is fail...back to the design stage for me :)


All well...I will be the nice guy here, and let you all try and find ways to tweak this one...

Code: [Select]
(DEFUN RUG-TEST (/ cmd)
  (SETQ cmd (GETVAR "cmdecho"))
  (ALERT "\nAttempting to do your work for you...")
  (ALERT "\nPlease click OK to continue.")
  (SETVAR "cmdecho" 0)
  (command "-layer" "s" "0" "")
  (princ "\n")
  (princ)
  (COMMAND "-layer" "off" "*" "y" "")
  (ALERT "\nAutocad failed to do your work for you.")
  (ALERT "\nNow get back to work you lazy person!")
  (ALERT
    "\nAutocad failed to save any of you work. Now exiting."
  )
  (SETVAR "cmdecho" cmd)
  (COMMAND "quit" "y")
  (PRINC)
)


Pretty lame, but you'd be suprised how well it works on newbies.  :twisted:

Rug


Hey I already have a button that does almost the same thing


rugaroo

  • Bull Frog
  • Posts: 378
  • The Other CAD Guy
More beta testing
« Reply #17 on: December 12, 2003, 03:36:28 PM »
Buttons are too much of a hassel...better to make the user try to remember all of the key on the keboard first...People have to remember that not everything can be done with a mouse, and if you are really 'anal retentive' then nothing is done with the mouse. :)
LDD06-09 | C3D 04-19 | Infraworks 360 | VS2012-VS2017

hendie

  • Guest
More beta testing
« Reply #18 on: December 15, 2003, 05:07:56 AM »
Quote
Command: _appload MST-ABC.VLX successfully loaded.
Command:

then....
edited because I should read things properly first !

Quote
thankyou for being my beta tester
Make a note of this number -> 1523356899


'och

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
More beta testing
« Reply #19 on: December 15, 2003, 06:56:35 AM »
Quote

Thank you for being my beta tester
Make note of this number-> 1523356899
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

JohnK

  • Administrator
  • Seagull
  • Posts: 10625
More beta testing
« Reply #20 on: December 15, 2003, 09:48:27 AM »
Sorry i didnt see this thread.

It worked for me too mark.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org