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.
  • Posts

    • For the purpose that it was built for, it’s a great machine. It’s okay to own multiple machines, it’s okay for machines to be different. If every computer was the same, they’d be boring af.
    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
  • Recent Achievements

    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!