Page 1 of 1

Material finder

Posted: Sat Oct 22, 2011 2:27 am
by snorky
hi!
this is my silly app... to search indigo's materials.
double-click to image or list's row to download
have fun!

Re: Material finder

Posted: Sat Oct 22, 2011 4:32 am
by CTZn
it works !

Indigo got it, the web site got it, most exporters got it... silly app ;)

Re: Material finder

Posted: Sat Oct 22, 2011 5:53 am
by Polinalkrimizei
Nice!

This is nice and easy and will actually be useful. Thanks!

Might it be possible to see the igs in the app? :-)

Re: Material finder

Posted: Tue Oct 25, 2011 10:56 pm
by snorky
CTZn wrote:it works !

Indigo got it, the web site got it, most exporters got it... silly app ;)
:twisted: :mrgreen: :lol:
Polinalkrimizei wrote:Nice!

This is nice and easy and will actually be useful. Thanks!

Might it be possible to see the igs in the app? :-)
sure!!! 8)

Re: Material finder

Posted: Fri Oct 28, 2011 8:11 pm
by snorky
material source added...
Material_Finder.zip
(110.05 KiB) Downloaded 344 times

Re: Material finder

Posted: Thu Jun 04, 2015 1:29 am
by Tramis
It doesn't work to me. What I'm doing wrong? Should I place it in Indigo Install directory or what?
Here's the error code:

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The remote server returned an error: (404) Not Found.
   at System.Net.WebClient.OpenRead(Uri address)
   at System.Windows.Forms.PictureBox.Load()
   at Material_Finder.Form1.ListBox2_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
   at Material_Finder.Form1.ListBox1_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Material_Finder
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/Indigo%20Materials/Material_Finder.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5488 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Re: Material finder

Posted: Mon Jun 08, 2015 1:28 am
by snorky
Tramis wrote:It doesn't work to me. What I'm doing wrong? Should I place it in Indigo Install directory or what?
Here's the error code:

...
Tramis... I'm sorry but this project is very old and I don't have source code anymore... and I'm a bad debugger, Why do you prefer this one instead of indigo built-in function?

Re: Material finder

Posted: Mon Jun 15, 2015 6:50 am
by Tramis
snorky wrote:
Tramis wrote:It doesn't work to me. What I'm doing wrong? Should I place it in Indigo Install directory or what?
Here's the error code:

...
Tramis... I'm sorry but this project is very old and I don't have source code anymore... and I'm a bad debugger, Why do you prefer this one instead of indigo built-in function?
No need to apologize :) In my opinion it has potential. ;)

Re: Material finder

Posted: Mon Jun 15, 2015 7:06 am
by Oscar J
Would be great inside the exporter UI's.