Recommended Posts

Too bad cause I really like this theme but having to re-apply every boot up is just too strenuous. Sorry man, love the theme but can't stand the one bug.

if you use the winamp controls it won't get messed up on reboot.

and how is reapplying a theme too strenuous? how often do you people restart? damn...

i don't use this vs. so i am in no rush to finish it. the more you people annoy me the slower i will attempt to finish it.

heres whats this thread is filled with "look at me i found a bug that no one notices un less you look for it, i just made this theme anoying to 50 million people who never noticed it by now!, oh and btw, heres a fix i made for it, even thou n00dle and SteveFC probbly have already fixed it for the next build" and "whens the next release cxoming out, i know the latest one only came out 3 days ago but i still wanna!"

and yes...this thread sucks

if you use the winamp controls it won't get messed up on reboot.

and how is reapplying a theme too strenuous? how often do you people restart? damn...

i don't use this vs. so i am in no rush to finish it. the more you people annoy me the slower i will attempt to finish it.

Well I have a laptop so I shut down more than once a day. To move from home to school or whatever. So that's why it is such an issue for me.

Wow, whoever knew that a theme artist would be so cranky about finishing his own theme?

My opinion is that if your really passionate about the theme, you should follow it through till the end, bugs and all, but obviously that's not the case here because he "doesnt use it himself" :rolleyes:

And the system tray icon couldn't be any more obvious, I've already fixed it for myself, again, another side effect of the author(s) not caring about their work as much as they should.

n00dle started the vs and asked me to help. i never had any intention of making and/or using a winamp based visual style.

i didn't mind making the vs at first because i wasn't busy at the time. right now i have too much other **** to worry about than a stupid visual style.

you do realize it's just a visual style don't you? this isn't a life or death thing we're talking about here...

And the system tray icon couldn't be any more obvious, I've already fixed it for myself, again, another side effect of the author(s) not caring about their work as much as they should.

Ridgeburner,

I don't have the tray problem myself but as you may have read many do. Perhaps for them you could post the fix. Hopefully, whatever is going on in StevoFC's life will improve and he will finish the vs.

Take it easy guys, I'm not working on it at the momnet cause I'm more focused in school and graphic designing to get money... cuz trully I have a huge lack of green...

So, the theme WILL be finished but not for now, if ridgeburner posts the fix [wich stevoFC and I are sick and tired of trying to find it] then I'll post a XPAmp 1.3 with all the posted fixes..

Later

n00dle,

In the Customizing Windows forum under "Topic Title" there use to be a Topic called, "Small Taskbar Problem Solved" or something very similar to that. Perhaps one of the Moderators can point you in the right direction on the subject as it may have the solution to the problem with the taskbar and how to solve it.

if you use the winamp controls it won't get messed up on reboot.

Yep, just use them and the prob is almost fixed...

I just get a little cutoff bug but it doesnt really bother me, here is a pic of it. It's alot better than having your icons dissapear. So try that out if you are having the problem...

post-36-1074578350.jpg

It is a most impressive theme and is Very good. But it is anoying the fact that you said you was releaseing

the next version (ON MONDAY, IT'S TUESDAY NOW) with lots of EXTRA colours, including the very nice Gold

show in the picture above. and it's very disapointing to your Theme Fans when you let them Down. But i'm

hopeing you guys get this released soon. it's Very disapointing of you guys.

Regards, DJ_Sol

It is a most impressive theme and is Very good. But it is anoying the fact that you said you was releaseing

the next version (ON MONDAY, IT'S TUESDAY NOW) with lots of EXTRA colours, including the very nice Gold

show in the picture above. and it's very disapointing to your Theme Fans when you let them Down. But i'm

hopeing you guys get this released soon. it's Very disapointing of you guys.

Regards, DJ_Sol

when the **** did we say we'd release a new version yesterday?

if it's any of your business i was in a car accident yesterday, which kind of slowed me down working on anything. eventhough it was never stated when we are releasing a new version.

and it's not gold. it's the citrus color scheme included in winamp5

people like you will make me care even less about finishing this vs or making any others for that matter. if no one noticed i don't release anything here due to people just like yourself.

its called closemindness there are hundreds of other themes and people dont "appreciate" them. This is just bull**** craze for a regular theme. In fact I'll prove it to you when i'll finish my theme.

edit: stevo hope ur fine... don't mind those people.

more demand = higher price ...hahaah.

Hey StevoFC nice to see your quick Response. it's obviously not noticeable that i was actually being Nice. with no cursing or anything. Neowin has became corrupt, just like you. Maybe if you had actually posted that reason for for delay, we would be okay with it, maybe if you didn't make a theme that everyone loves people wouldn't care, but you created a good visual style knowing the full facts that if people love it, they are gonna wanted colours, and all bugz to be ironed out. I'm really disapointed at how the Visual Style artists behave towards their fans. But okay StevoFC i'm sure someone else will create a better visual and forget all about yours. Goodluck Stevo

my point is there is no delay. we never said when we would release a new version. so as far as i'm concerned don't expect one until we say if or when we will release it. and when there is an update you better hope n00dle posts it here, because i'm not.

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

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!