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

    • That reminds me. Now that i have Quest 3 I should go back and try the first one in VR. ... last time i did that I tried it in some janky VR setup which was still really good.
    • It's amazing that anyone still uses this bloated trash.
    • @Sayan...I have defended you at various points as I hope you know. This headline however is utter trash...shame on you sir!
    • An actual cosmic "Eye of Sauron" had been looking straight at us all along by Sayan Sen Image by Kovin P. Vasquez via Pexels | Not representative An international team of researchers has solved a long-standing mystery surrounding a distant blazar known as PKS 1424+240, helping explain why it produces some of the brightest high-energy gamma rays and cosmic neutrinos ever observed despite appearing to have a relatively slow-moving jet. The findings were published on June 6 in Astronomy & Astrophysics Letters. The study addresses a broader challenge in astrophysics: understanding how extreme cosmic objects accelerate particles to very high energies and produce very high-energy (VHE) photons and neutrinos. PKS 1424+240 is located billions of light-years from Earth. It has attracted attention for years because it is both a powerful source of VHE gamma rays and the brightest known neutrino-emitting blazar in the sky, according to observations by the IceCube Neutrino Observatory. It is also associated with one of the strongest peaks in IceCube's nine-year neutrino sky map A blazar is a type of active galactic nucleus powered by a supermassive black hole that pulls in surrounding matter and launches jets of plasma moving close to the speed of light. What makes blazars unique is their orientation. One of their jets points almost directly toward Earth, making them appear exceptionally bright across the electromagnetic spectrum and allowing scientists to study some of the most extreme physical processes in the Universe. The scientists exclaimed it's like the 'Eye of Sauron' in deep space. Usually, the brightest gamma-ray-emitting blazars are expected to have jets that appear to move very quickly. However, radio observations of PKS 1424+240 suggested that its jet was moving much more slowly, creating a contradiction that became part of a long-running problem known as the "Doppler factor crisis." To investigate, researchers analyzed 15 years of observations from the Very Long Baseline Array (VLBA), a network of 10 radio antennas spread across the continental United States, Hawaii and St. Croix. Using a technique called Very Long Baseline Interferometry (VLBI), astronomers combine signals from widely separated radio telescopes to create a virtual Earth-sized telescope capable of revealing extremely fine details. The team combined 42 polarization-sensitive radio images collected between 2009 and 2025, creating a much deeper and more detailed view of the jet than had previously been possible. The observations were carried out as part of MOJAVE (Monitoring Of Jets in Active galactic nuclei with VLBA Experiments), a long-running program that studies the brightness, polarization and magnetic field structures of jets produced by active galaxies. The project aims to better understand how activity near supermassive black holes is linked to high-energy radiation and neutrino emission. “When we reconstructed the image, it looked absolutely stunning,” said Yuri Kovalev, lead author of the study and Principal Investigator of the European Research Council-funded MuSES project at the Max Planck Institute for Radio Astronomy. “We have never seen anything quite like it — a near-perfect toroidal magnetic field with a jet, pointing straight at us.” The image revealed an unusual geometry. The researchers found that Earth lies almost directly in line with the jet, with a viewing angle of less than 0.6 degrees. In simple terms, astronomers are looking almost straight down the jet. This turned out to be the key to the mystery. Because the jet is aimed almost directly at Earth, a relativistic effect called Doppler boosting dramatically increases its apparent brightness. The study found that this effect boosts the emission by a factor of about 30 while also making the jet appear slower than it actually is. “This alignment causes a boost in brightness by a factor of 30 or more,” said Jack Livingston, a co-author at the Max Planck Institute for Radio Astronomy. “At the same time, the jet appears to move slowly due to projection effects — a classic optical illusion.” The nearly head-on view also gave scientists a rare look at the jet's magnetic field. Using polarized radio signals, they detected a clear toroidal, or doughnut-shaped, magnetic field component. The observations suggest the jet carries an electric current and that its magnetic field helps launch, shape and stabilize the flow of plasma. Researchers believe this magnetic structure may also play a key role in accelerating particles to energies high enough to produce both gamma rays and neutrinos. “Solving this puzzle confirms that active galactic nuclei with supermassive black holes are not only powerful accelerators of electrons, but also of protons — the origin of the observed high-energy neutrinos,” Kovalev said. The research was conducted under the MuSES (Multi-messenger Studies of Energetic Sources) project, which investigates how active galactic nuclei accelerate particles and generate different cosmic signals, including light and neutrinos. Scientists say understanding how protons are accelerated and linked to neutrino production remains one of the major unanswered questions in astrophysics. The findings help explain why some blazars can appear to have slow jets while still producing extremely bright high-energy emissions. More broadly, the study strengthens the link between relativistic jets, magnetic fields, gamma rays and high-energy neutrinos. Researchers say the results provide new clues about how some of the Universe's most powerful natural particle accelerators work and offer important insights for multimessenger astronomy, which combines different types of cosmic signals to study extreme events in space. Source: European Research Council, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!