Recommended Posts

Yer sorry guys ive been so busy with well rather other hehe duties, and if not that when im on here im involved in two websites, ah im hopping up early tomorrow morning so ill do some work on it tonight and tomorrow morning so when im back from lunch, I should be able to upload it. Sorry about the delays and thankyou for your patience and support on this project

SO some improvements, ah sorry you guys might be wondering why im on here and not working on freestyle, well I had to check some uni stuff out, so while im here thoughtd id pop into neowin.

Anyways improvements;

*Move over effect for StartButton now

*Fixed any pixel over problems, such as with the logoff buttons

*Made the startmenu arrows in the more programs white, definitely makes it look clearer.

*Fixed a couple new graphics which were still LUnarised

*Vast improvements and extensions to the shellstyle.dll, as you would have see in the last preview pic, illuistrating the new category view in the control panel for example.

*[Working on] Working Active Desktop.

And provided the Desktop is working properly the next release should be RC1.

I have started to host Osiris on ibetas.net (the site should be ready soon). It is an all around theming site with the different projects he worked on and hopefully a user submitted portion.

I wanted to know if i should open it up so that people can dump there FreeStyle extras in (logons, bootups, icons, a theme version of the style)

I'll talk to Osiris about it lata but just giving you a heads up on the future of his AWESOME theming abilities

Okay people for the last four hours ive been trying to learn and modify the Javascript to work, it was unsuccessful. Eitherway for some reason, when I use the basic thing like this

c: as the url in Flash it opens C: fine. When I did it as a Hyperlink in Frontpage it made the view of the designated folder go all funny but in flash it doesnt.

However I cannot find the desination of My Computer, and Control Panel. eg to get to the windows dir all I put in Swish is

C:Windows in frontpage file:///C:Windows

right when I click my button it goes there.

Now whatever version, what is the link I would type to get to Control Panel and My Computer?

If we find that out, it should all be sweet.

Anyone know?

Now, Im not going to sleep till ive put this theme up and out, its getting finished and distributed tonight come hell or high waters. hehe so lets help me out here so I can sleep.

I must personally thank JoGro123, hes services and the position on ibetas.net as the theme webmaster, is most welcomed and very appreciated. This project has been put in second place to getting RC1 freestyle done, but I will keep you all updated, we should see some great stuff on this site.

if you make a shortcut to my computer etc and link it to the shotcut that works ..but ! the only problem is that it opens with all the toolbars on and in tiles mode not icons mode know what i mean ?

i dont know a real lot about html and less about flash ..but trying to find out some info anyways :)

Yeah what you just described pyro is what it normally does byt when I make the links in Flash I doesnt do that :) Ill go try the shortcut way and see if it does it that way. Hopefully it will work and we can release this puppy

You Go Boy! :D

No joke, this is one of the best visual styles and themes I have seen and used. I really like the fact that you seem to be more concerned with the quality and usability (and what people think about it) of it rather than just getting it out there... shown by the single beta release (which was more like a RC IMO). Keep up the good work and I for one am definately waiting to see the next release.

Originally posted by P?R? cool ..like i said i dont know much about flash ..is flash just to animat something ? b>

Flash is a vector "drawing" creation application and viewer (renderer). The viewer allows you to view Flash movies (a "compiled drawing" with animations) in web pages and in applications (it can be embedded in another application or can be a stand-alone application).

It's a great application for certain things, but its has polutted the we:D:D with pages that are either too flashy and deliver relatively little content or are usability nightmares. They definately go against everything the web was built for or should (can you tell I am an HTML purist). Just my opinion lo:p:p.

Well im very pleased to annouce that RC1 will be ready for download umm lol looks like where gonna havethis problem again lol ah well eitherway within the next hour I hope to zip and package RC1.

It will ship with all the prementioned features howver unfortunetly the My Computer and the Settings Button [Control Panel]

will not work apart from that the My Documents, My Pictures and My Music links will all work. Hope thats alright but I nor anyone else has been able to tell me how to link the My computer or control Panel.

Now the problem with the JS was that it just didnt fit well with the flash, it and flash just didnt communicate well, thus I wasted alot of time trying to get it to work but to no avail.

Eitherway the Flash seems to like opening up folders as there meant to be with a simple link so :)

Originally posted by Osiris

It will ship with all the prementioned features howver unfortunetly the My Computer and the Settings Button [Control Panel] will not work apart from that the My Documents, My Pictures and My Music links will all work. Hope thats alright but I nor anyone else has been able to tell me how to link the My computer or control Panel.

Hmm... I'm sure this has been mentioned before and you may already know about it, but those two folders are represented by a unique ID that follows something like "{BuNChOfChaRActERs}" or whatever. I can't remember what the ID's are specifically, however I will find out as I've had to use them in some programs I've worked on (development/programming) in the past.

I've never used Flash before so I'm not sure what the scripting or programming aspects/capabilities of it are (however I have heard it has some?), but you may be able to get to them that way, if you haven't already tried... have you?

Anyways congradulations on getting as far as you have and for having some a great theme/visual style.

Took some searching but here are the shortcuts to get to My Computer and Control Panel. These are strictly the commands you would enter if you created a shortcut to these, but I assume you could use them still (not sure how you are doing this in Flash). You should be able to use the commands by themselves but if not try adding this prefix: "%windir%" or "%windir%System32".

My Computer:

Explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Network Neighborhood:

Explorer ::{208D2C60-3AEA-1069-A2D7-08002B30309D}

Recycle Bin:

Explorer ::{645FF040-5081-101B-9F08-00AA002F954E}

Control Panel:

Explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}::{21EC2020-3AEA-1069-A2DD-08002B30309D}

rundll32.exe shell32.dll,Control_RunDLL

Also if you want here are the commands for log off, shutdown, and restart. Edit: These are incorrect under Windows XP (or I've messed something up :D), but I will try and get the correct ones if you want.

Log Off:

rundll32.exe shell32.dll,SHExitWindowsEx 0

Shutdown:

rundll32.exe user.exe,ExitWindows

rundll32.exe shell32.dll,SHExitWindowsEx 1

rundll32.exe shell32.dll,SHExitWindowsEx 8 (Power off)

Restart/Reboot:

rundll32.exe user.exe,ExitWindowsExec

rundll32.exe shell32.dll,SHExitWindowsEx 2

rundll32.exe shell32.dll,SHExitWindowsEx 6 (Force Reboot)

Some of these commands have been replaced under Windows XP (although these should still all work) with some shorter commands, although I'm not sure what they are. I've also got a complete list of Control Panel applet shortcut commands too if you want them. Hope this helps.

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

    • No registered users viewing this page.
  • Posts

    • What the press release doesn’t mention, however, is how much water the natural gas plant itself will consume, Natural gas plants use about 2,803 gallons of water per megawatt-hour produced, which is significantly less than coal-fired plants that use around 19,185 gallons per megawatt-hour. Overall, natural gas plants are more water-efficient, using 584% less water than traditional power plants on average. AI generated
    • DJI Neo 2 Fly More Combo gets a Prime Day exclusive pricing by Steven Parker DJI reached out to let us know that the DJI Neo 2 Fly More Combo has reached its lowest price ever ahead of Prime Day that starts tomorrow. This Fly More Combo kit adds two extra batteries, and a charge hub so you can charge all three at the same time, or keep two spares fully charged for quick swap and drone flying. (buying link below) Here are some of the important specifications: DJI Neo 2 Fly More Combo Dimensions: 147x171x41mm without DJI Neo 2 Digital Transceiver 167x171x54mm with DJI Neo 2 Digital Transceiver Takeoff Weight: 151 g without DJI Neo 2 Digital Transceiver 160 g with DJI Neo 2 Digital Transceiver Max Ascent Speed: 0.5 m/s (Cine mode) 3 m/s (Normal mode) 5 m/s (Sport Mode) Max Descent Speed: 0.5 m/s (Cine Mode) 3 m/s (Normal Mode) 3 m/s (Sport Mode) Max Horizontal Speed: 8 m/s (Normal Mode) 12 m/s (Sport Mode) 12 m/s (tracking status) Max Takeoff Altitude: 2000 m Max Flight Time: Approx. 19 minutes (approx. 17 minutes with the propeller guards) Each battery allows the drone to perform at least 20 palm takeoff and landing for shoots in succession Max Hovering Time: Approx. 18 minutes (16.5 minutes with the propeller guards) Max Flight Distance: 7 Km Max Wind Speed Resistance: 10.7 m/s (Level 5) Operating Temperature: -10° to 40° C (14° to 104° F) Global Navigation System: GPS + Galileo + BeiDou Hovering Accuracy Range: Vertical: ±0.1 m (with vision positioning) ±0.5 m (with satellite positioning) Horizontal: ±0.3 m (with vision positioning) ±1.5 m (with satellite positioning) Internal Storage: 49 GB Class: C0 (EU) Image Sensor: 1/2-inch CMOS Sensor Lens: FOV: 119.8° Format Equivalent: 16.5 mm Aperture: f/2.2 Focus: 0.7 m to ∞ ISO Range: Photo 100-3200 (Single Auto) 100-12800 (Burst Auto/Timed Auto) 100-12800 (Manual) Video 100-12800 (Auto) 100-12800 (Manual) Shutter Speed: Video: 1/8000-1/30 s Photo: 1/8000-1/10 s Max Image Size: 12 MP Photo 4000×3000 (4:3) 4000×2250 (16:9) Still Photography Modes: Single/Timed Shot Single Shot: 12 MP Timed Shot: 12 MP, 2/3/5/7/10/15/20/30/60 s Photo Format: JPEG Video Resolution: Horizontal Shooting: 4K (4:3*): 3840×2880@60/50/30fps 1080p (4:3*): 1440×1080@60/50/30fps 4K (16:9): 3840×2160@100**/60/50/30fps 1080p (16:9): 1920×1080@100**/60/50/30fps Vertical Shooting: 2.7K (9:16): 1512×2688@60/50/30fps Video features: MP4 Bitrate: 80 Mbps File System: exFAT Color Mode: Normal EIS: Supports RockSteady and turning stabilization off Gimbal: Stabilization: 2-axis mechanical gimbal (tilt, roll) Mechanical Range: Tilt: -125° to 105°, Roll: -43° to 43° Controllable Range: Tilt: -90° to 70° Max Control Speed (tilt): 100°/s Angular Vibration Range: ±0.01° Image Roll Correction: Supports correction of footage recorded on the drone. WiFi: 802.11a/b/g/n/ac/ax Bluetooth: 5.2 Battery: Capacity: 1606 mAh Weight: 46 g Nominal Voltage: 7.16 V Max Charging Voltage: 8.6 V Battery Type: Li-ion Chemical System: LiNiMnCoO2 Energy: 11.5 Wh Charging Temperature: 5° to 40° C (41° to 104° F) Charge time: When Using the Two-Way Charging Hub (65W): Approx. 68 mins to charge three batteries simultaneously from 0% to 100% When Directly Charging the Aircraft Body (15W): Approx. 70 minutes to charge from 0% to 100% (MSRP) Price: $349 As such, you have everything you need to get started right in the box, including the two extra batteries, and a spare set of propellers should things go amiss with the original set of blades on the drone. Oh, the humanity! What's in the box? DJI Neo 2 Aircraft x 1; DJI Neo 2 Intelligent Flight Battery x 3 DJI Neo 2 Two-Way Charging Hub x 1; DJI Neo 2 Spare Propellers (Pair) x 1 DJI Neo 2 Spare Propeller Screw x 4; Screwdriver x 1 DJI Neo 2 Propeller Guard (Pair) x 1; DJI Neo 2 Gimbal Protector x 1 USB-C to USB-C Data Cable x 1 Having never had the chance to mess around with a drone myself, a few more highlights for this drone are listed below: Lightweight & Portable Design - Weighing just 151g and C0 certified, this compact drone features full-coverage propeller guards for safer, worry-free transport and flight. Palm Takeoff & Landing, Gesture Control - Enjoy easy palm takeoff and landing, plus intuitive gesture controls for hands-free operation and seamless flying experiences. Smooth & Reliable Tracking - ActiveTrack keeps your subject in focus, while Apple Watch lets you view live feed, check flight status, or use voice control to adjust tracking. Easy Moment Capture With SelfieShot - Snap memorable moments easily with SelfieShot, allowing quick and convenient selfies anytime with just a simple tap. All-Around Safety & Flexible Flight - Fly confidently with omnidirectional obstacle sensing and enjoy versatile flight for safer, more dynamic aerial adventures. 4K High-Quality Imaging - Capture every moment in stunning detail with 4K resolution, delivering crisp, lifelike photos and videos every time. Good to know DJI also notes on the Amazon sales page that due to platform compatibility issues, the DJI Fly app has been removed from Google Play. Visit the official DJI website to download the user manual and the latest DJI Fly app for a better experience. Which means you will have to sideload it on your Android. Where to buy DJI Neo 2 Fly More Combo for $349 at Amazon US The above price has been communicated to me as a Prime Day exclusive. As an Amazon Associate we earn from qualifying purchases.
  • Recent Achievements

    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      +Edouard
      203
    3. 3
      PsYcHoKiLLa
      97
    4. 4
      Michael Scrip
      82
    5. 5
      neufuse
      67
  • Tell a friend

    Love Neowin? Tell a friend!