Recommended Posts

I see the flickering too. I can even reproduce it by creating a simple form with just a rich text box and typing a lot. However, I compiled one using 2.0 beta and I did not see a flicker. You mentioned making a version using 2.0, maybe try that?

Also a bug. If you close all documents (with the smaller x) and just have the empty background, clicking "Edit" will throw an "Index was out of range" exception. Thought you should know.

I see the flickering too. I can even reproduce it by creating a simple form with just a rich text box and typing a lot. However, I compiled one using 2.0 beta and I did not see a flicker. You mentioned making a version using 2.0, maybe try that?

Also a bug. If you close all documents (with the smaller x) and just have the empty background, clicking "Edit" will throw an "Index was out of range" exception. Thought you should know.

584844345[/snapback]

Thanks for that. I also created a simple nothing app to test out of it wasm y app or not and saw that it wasn't just me. I will try compiling and coding it in 2.0.

Thanks for that bug report, I know why it's doing that.

2.0 is really nice. Heck, it has project options built right in for single instance mode and visual styles. Shame that with single instance mode you can't use a custom sub main and therefore lose the ability to read command line arguments

Not sure if this has been suggested,  but it'd be nice if you could "middle-click" on the tabs, and it'll close them... like firefox's tabs.

584860499[/snapback]

already implemented into 0.4. I'm converting over to the .net 2.0 framework. You guys will have to get it to use the next version. The only thing that has suffered from this conversion, is that when you switch pads when they are maximized, you see a brief flash of the pads in the background. I'm working on that, but everything else is running smoothly.

ERROR: :(

I havent seen the other posts but NexPad doesnt work on my office pc. Error: "The dynamic link library mscoree.dll could not be found......". I am on W2000 sp4

584860547[/snapback]

That is an odd error. You have .Net framework 1.1 installed with any service packs that may be available for it?

already implemented into 0.4. I'm converting over to the .net 2.0 framework. You guys will have to get it to use the next version. The only thing that has suffered from this conversion, is that when you switch pads when they are maximized, you see a brief flash of the pads in the background. I'm working on that, but everything else is running smoothly.

584860673[/snapback]

awesome. (Y)

Just noticed only happens when all pads are closed.

Well clicking edit results in:

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

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. ?Must be non-negative and less than the size of the collection.
Parameter name: index
 ? at System.Collections.ArrayList.get_Item(Int32 index)
 ? at NexPad.mainForm.mnuMainEdit_popup(Object sender, EventArgs e)
 ? at System.Windows.Forms.MenuItem.OnPopup(EventArgs e)
 ? at System.Windows.Forms.MenuItem.OnInitMenuPopup(EventArgs e)
 ? at System.Windows.Forms.MenuItem._OnInitMenuPopup(EventArgs e)
 ? at System.Windows.Forms.Menu.ProcessInitMenuPopup(IntPtr handle)
 ? at System.Windows.Forms.Form.WmInitMenuPopup(Message& m)
 ? at System.Windows.Forms.Form.WndProc(Message& m)
 ? at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
 ? at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
 ? at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.2032
 ? ?CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
NexPad
 ? ?Assembly Version: 0.3.1764.31377
 ? ?Win32 Version: 0.3.1764.31377
 ? ?CodeBase: file:///C:/Documents%20and%20Settings/Administrator.NEWBIESL-RIACO6/Desktop/NexPad.exe
----------------------------------------
System.Windows.Forms
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.2032
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.2032
 ? ?CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.2032
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.VisualBasic
 ? ?Assembly Version: 7.0.5000.0
 ? ?Win32 Version: 7.10.6001.4
 ? ?CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Xml
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.2032
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Accessibility
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.

Edited by war
hehe All right cool. Guess I missed it a few more pages back. ;)

Nice job. I really like. Just one request atm. An option to minimize to system tray when minimzing and or closing.

584905063[/snapback]

That's been requested before. I'll have to consider it if I get single instance mode ever working properly.

All right cool. Um well maybe print preview too. hehe

Also just noticed save as with empty pad again u get that error. So u fixed that too I would imagine. :) And just save as well, of course.

Also the size and window placment of the internal window needs to be rememberd.

Paing having to always resize and move to where you want it every time when starting a new pad.

Just make sure you cant make it better than the external window or your scewed. Of course u can just remove size of setting file as i imagine thats were you would save it but still.

Also a Save All option would be nice so it saves all pads. :)

And maybe "Save And Exit" and "Save All And Exit". :)

Also an option to only allow one instance of the program would be nice.

Edited by war

I just noticed something really insignificant :/ Under filetype of open or save as, it's *txt not *.txt, was this just an oversight or intentional?

And two features I'd like to see would be a display of what line number you're on, maybe also add addition to find to jump to a line, and the ability to highlight specific sections of text.

I just noticed something really insignificant :/  Under filetype of open or save as, it's *txt not *.txt, was this just an oversight or intentional?

And two features I'd like to see would be a display of what line number you're on, maybe also add addition to find to jump to a line, and the ability to highlight specific sections of text.

584905161[/snapback]

That's a minor flub, nothing major. Line number is in. Turn on the status bar and look in the bottom right.

Other options, I will look at.

Using it now, good work. Whats CJV Coding? I saw that while attempting to ResHack it. (cant do much with reshack, I just want to change the icon :), thats all I see anyways)

584916796[/snapback]

Just a little nickname I gave to my one man wanna be company, lol. CJV are my initials. Can you reshack a .net app?

Well damn that sucks. :(

Well I hope you figure it out soon.

And thanks for all your hard work and time.

584960209[/snapback]

It does suck cause I can not find any damn work around. It does give me time to find a lot of extra bugs, though. I'm trying all I can for you guys. Besides that drag and drop bug, 0.4 is shaping up to be a pretty damn good release.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.