Author Topic: Why won't they work?  (Read 7386 times)

0 Members and 1 Guest are viewing this topic.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Why won't they work?
« Reply #15 on: August 10, 2010, 06:22:31 pm »
try this. I cannot verify if it'll work or not.

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
Re: Why won't they work?
« Reply #16 on: August 10, 2010, 06:26:36 pm »
Okay. Here are three
edit: hang on - I'll post in a minute
edit2:@graphmastur: idk if that is the right method
« Last Edit: August 10, 2010, 06:32:10 pm by Mighty Moose »
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Why won't they work?
« Reply #17 on: August 10, 2010, 06:35:34 pm »
Okay. Here are three
edit: hang on - I'll post in a minute
edit2:@graphmastur: idk if that is the right method
well, read the bonus tip:
Quote
BONUS TIP: This tutorial can also be used in reverse condition. e.g. if this checkbox is already disabled in your Windows and you want to enable it, then you can remove the %2 mentioned in Method A or set value of DWORD value to 0 as mentioned in Method B.

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Why won't they work?
« Reply #18 on: August 10, 2010, 06:54:17 pm »
Yeah! Thank you! I tried the first one and it worked! All you have to do is add a %0 after the %1 at the end, and it works!


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
Re: Why won't they work?
« Reply #19 on: August 10, 2010, 07:08:24 pm »
Wait - what is regedit?
btw, here are the screenshots.
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Why won't they work?
« Reply #20 on: August 10, 2010, 07:11:18 pm »
go to Start>Run>type "regedit">enter. Use the bar on the left to navigate. I would create a restore point for your system first (google if you don't know how).  Then, navigate the folders, and edit it appropriately according to the article I posted, but backwards. eg, FinaleTI got it to work by changing %2 to %0.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Why won't they work?
« Reply #21 on: August 10, 2010, 10:06:28 pm »
So, anyone know what the problem is?

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Why won't they work?
« Reply #22 on: August 10, 2010, 10:30:41 pm »
okay, open regedit and go to:
Code: [Select]
HKEY_CLASSES_ROOT\Unknown\shell\openas\command
change the value of the Default key to this:
Code: [Select]
%SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1 %0
close regedit, and then do the open width dialog box. should work.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Why won't they work?
« Reply #23 on: August 10, 2010, 10:54:51 pm »
graphmast, O_o

it worked...
* qazz42 gives graphmast a hug

YAAAAA!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Why won't they work?
« Reply #24 on: August 10, 2010, 11:00:20 pm »
Nice, I should try that, because I accidentally setup some calc files to open with other files once and now I can no longer right click/send to ti device with them, and I never figured out how to revert those changes...

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Why won't they work?
« Reply #25 on: August 10, 2010, 11:00:23 pm »
Awww... But yeah. It's a pain. I recently uninstalled tilp, and had to remove all the file references by hand in regedit.

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
Re: Why won't they work?
« Reply #26 on: August 11, 2010, 01:43:37 pm »
Sorry...didn't work.  I tried both methods.  The icons are correct on the admin account, but not on my account (non-admin).  Any other suggestions?
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Why won't they work?
« Reply #27 on: August 11, 2010, 02:15:58 pm »
no, you have to remove the %0 at the end, other wise it doesnt work

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
Re: Why won't they work?
« Reply #28 on: August 12, 2010, 01:34:08 pm »
What about on a flash drive?  Is there a way to fix on that?
btw, I know you can change program icons through tools->folder options...->file types, but all the buttons are greyed out for me.
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392

Offline Mighty Moose

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 141
  • Rating: +4/-0
    • View Profile
Re: Why won't they work?
« Reply #29 on: September 16, 2010, 05:11:25 pm »
*BUMP*

Howdy, folks.  I decided to sit on this for a month to ease my frustration (jk).  No, I've just been really busy :P.
So, after a month hiatus...
Good news: Graphmastur's fix worked (well, sort of).  Kudos to you, Graphmastur.
Bad news: Now I have no program or app icon whatsoever.

Would reinstalling TI-Connect do anything?  Or is there a way I can fix the icons directly?
I am open to any/all ideas/suggestions.
Thx.

(EDIT: btw, my posting will probably be very sporadic over the next few months)
« Last Edit: September 16, 2010, 05:17:47 pm by Mighty Moose »
Cheers!
I beta test, so...yeah.  PM me if you want me to test anything :D.

Almost only counts in horseshoes and handgrenades.

Cogito ergo sum.

Calcs:
TI-84+, OS 2.43, Boot Code 1.02, 128k RAM
TI-84+SE VSC, OS 2.43, Boot Code 1.00, 128k RAM  (I'm spoiled :P)
TI-81, OS 1.6K (only borrowed)
Casio fx-CG10 (Prizm), OS 01.04.0200
TI-Nspire Clickpad, OS 1.4
TI-Nspire Clickpad, OS 3.1.0.392
TI-Nspire CAS Clickpad, OS 1.6.10110 (!?) now OS 3.1.0.392