icwiener Community Member
- Member since Jan 14th 2020
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
icwiener -
Replied to the thread Ozone window views geometry lost when dragging window to another screen.
PostThanks. -
icwiener -
Replied to the thread [SOLVED] Retry button on Update does not seem to recheck.
PostThanks for your work. -
icwiener -
Replied to the thread [SOLVED] custom colors in timeline not remembered after closing.
PostFix confirmed in V3.22b. Thanks. -
icwiener -
Replied to the thread Ozone window views geometry lost when dragging window to another screen.
PostHi, since in V3.22b the other issue is fixed so I can now observe the behaviour described here again. I made a small video showing it. Maybe that helps reproducing my steps. vimeo.com/514355260 Cheers -
icwiener -
Posted the thread [SOLVED] Retry button on Update does not seem to recheck.
ThreadHi, when I try to update the J-Link Software and Documentation Pack with e.g. Ozone still running, the updater tells me that there is still some applications running. That message has a Retry button. So I quit Ozone and press Retry, but it still fails.… -
icwiener -
Replied to the thread J-Link firmware upgrade fails every time when run from Ozone.
PostHi, with the newly purchased J-Link Pro (v5.0A 21-05) I cannot reproduce the problem. It performed two updates flawlessly. The "old" J-Link Pro (v4.5 20-09) still showed that error in both updates. Maybe you could check with the 4.5… -
icwiener -
Replied to the thread J-Link firmware upgrade fails every time when run from Ozone.
PostHi, the J-Links are connected directly to the laptop via the original USB wire. No isolator or hub is used. One of the J-Links was just sent in for other reasons, so no serial number there. Not sure if it is OK to post the serial number of the other… -
icwiener -
Posted the thread J-Link firmware upgrade fails every time when run from Ozone.
ThreadHi, when I upgrade the J-Link package (and select to upgrade all DLLs in the installer) and after that start Ozone and try to debug an application, a dialog appears telling me that there is a newer firmware for the connected J-Link. When I select to… -
icwiener -
Replied to the thread Cannot add breakpoints to lines during debug.
PostHi, look at the optimization settings. The more your code is optimized, the harder it is to debug with source stepping. Try compiling with -O0 or -Og. Also add warning flags to the build. -Wall -Wextra and such. Sometimes it warns you about conditions… -
icwiener -
Replied to the thread Ozone window views geometry lost when dragging window to another screen.
PostHi, the issue described in the other thread currently prevents me from showing the issue I describe here. My problem existed before the other one. Before, when I dragged a maximised window and still while dragging popped it back to the upper edge, the… -
icwiener -
Replied to the thread [SOLVED] Questions about Export Data Graphs Feature.
PostHi, thanks for the hint. It works then.It is kind of hard to see this difference when using the File -> Export.. menu. Maybe there could be a differentiation as well. Also the file names created from the two tabs are very…
-
icwiener -
Replied to the thread Version 3.22A Ozone *BUG*.
PostHi, I think for the first issue it would be helpful to explain, what "change" means. Change the name, so basically creating a new watch? Or changing another property of the watched variable, like the refresh rate? The second issue is easy to… -
icwiener -
Replied to the thread [SOLVED] Timeline cursor numbers hidden, when range is set.
PostThanks. -
icwiener -
Replied to the thread Ozone window views geometry lost when dragging window to another screen.
PostHi, sure. Pictures tell more than words ... forum.segger.com/index.php/Att…91449fe0fbc023543d15947f6 forum.segger.com/index.php/Att…91449fe0fbc023543d15947f6 The resolution is the same (all the settings above are identical, except for the main… -
icwiener -
Posted the thread [SOLVED] Questions about Export Data Graphs Feature.
ThreadHi, yesterday we wanted to export a timeline (or rather its values) as CSV data for further analysis. We collected some data for about a minute and then used File -> Expoert -> Data Graphs... to export it. Against our expectation this only exported… -
icwiener -
Replied to the thread [SOLVED] custom colors in timeline not remembered after closing.
PostThanks for reproducing. Looking forward to the next release. -
icwiener -
Replied to the thread Wishlist: Possibility to show labels next to values in timeline view.
PostHi, yes, I mean the numbers circled in the picture. They show the values at the certain time. For me it's often just 0 and 1 and when then one of ten variables changes from 1 to 0, it is hard to tell, which one it is. (Optional) Labels right next to… -
icwiener -
Replied to the thread [SOLVED] Wishlist: Y-range dialog improvements.
PostThanks.