If you haven't already done so, could you add Minigun and HasHeT to the stream list.
Thanks again so much for this.
Forum Index > SC2 General |
Paperscraps
United States639 Posts
If you haven't already done so, could you add Minigun and HasHeT to the stream list. Thanks again so much for this. | ||
Tiax;mous
669 Posts
On November 05 2010 06:16 Tiax;mous wrote: ScC 1.2.2b is done! - Taskbar Bug fixed ( Thanks to LlamaNL ) + Show Spoiler + ![]() - Multi Monitor Support Added ( Thanks to Tytanium ) + Show Spoiler + ![]() - Also change the stream system a little , you probably won't even feel the difference but if anything goes wrong , please let me know and I'll rollback that change. PunitiveDamages , Ygz - I'm glad you like it guys. ZoidbergMD - Well I'll see what i can do about Windows 7 mobile in 1-2 months. I haven't even saw a W7 phone yet , so i'll need some time to see if i can find a W7 phone to work on. Also if you guys want to help/thank etc ; all i need at this moment , more users ( aka more encouragement ). So PLEASE ; - Report the bugs so i can fix them - Tell me if you want any additional features - Spread the word! Let your friends know about ScC! I just quoted myself to save "version changes" from the deeps of 2nd page. Paperscraps - You're welcome , I'm glad you like it. Hashe's stream is there , check for "Terran Stream" tag in stream window. It's the truncated version of the original title of Hashe's stream "Terran Stream by Hashe". I'll fix this when i redesign streams window soon. And I'll add minigun's stream in a minute ![]() | ||
baaluo
Turkey1 Post
| ||
s_i_l
12 Posts
I'm a developer (in university right now, on a Co-op program work term atm), and I want to get in on this project. There's a couple bug's I've already noticed, Most noticeably, on the calender main screen, if you click on an event to read it's description and mouse over the newly expanded box, you can no longer scroll, until you move the mouse over a different part of the window. Also, when an event is within like 1 minute, the notifications were popping up like every 10 seconds, not 100% sure about the exact situation that causes it. Also, you are missing some files in the source tracker (I pulled the source to check these issues out in code). stream.xml is missing from the project root, and the entire content directory is missing. This is likely either that you forgot to push the project file to the source control, or you forgot to include those files in the commit. Would it be useful for me to stick this in the CodePlex issue tracker? Will the discussion and issues pages on the codeplex be monitored? | ||
Tiax;mous
669 Posts
s_i_l - Thanks for your interest & time! The issue you mentioned about calendar window is not a bug really ( it's a feature! ![]() Notification timings should be customizable , and I'll try to add that in next big version. But the problem is ; there is lots of variable in those timings so I'll need a huuuuge settings window for that. Ok i just check it and actually it's more spammy then intended because of some leftover code. Normally it was suppose to stop giving notifications when the remaining time ( to event ) is below 10 minutes , but for debugging and precision purposes i put that to 10 seconds for forgot to change it back to original -_- I'll fix this in the next version. Source is not %100 there yet , all code ( cs files etc ) is there but I'm not releasing visuals/styles at the moment. I'm not really sleeping on my stupid png files but i really not sure about releasing WPF Style files yet. ( which makes text boxes , combo boxes , labels and buttons look like Sc2 style. About window is like a showcase for them ). Once ScC is out of beta , I'll probably release them all ![]() About CodePlex Issue Tracker ; I think it's better if you post here so that every other TL user can see what's going on and talk about it etc. I doubt non-developer users will bother to read&post at CodePlex Issue Tracker. | ||
Vasili
Australia125 Posts
![]() Sounds like such a good idea though man!' EDIT: GREAT PROGRAM! Love it, I'm also running it on dual screen mode and it works perfectly :D | ||
s_i_l
12 Posts
My suggestion would be that they should act like long text fields in normal windows controls, that is: if the mouse is over a scroll bar region within a scroll bar region (and any amount of recursion), then the innermost region should scroll with the mouse-wheel, until it reaches it's top or bottom limit, at which point the second-most inside nested region should be under the control of the mouse-wheel, and so on. (add a whole lot of newlines in your forum reply form, it should act like this). The way it currently operates makes it seem as if the window is frozen, as moving the mouse wheel while in the middle of a document should always provide some sort of movement on the screen (unless it bottomed or topped out entirely of course), as this can be very disorienting if you scroll past an expanded item, and it suddenly stops moving. Another issue is that if the calender window is open, and then you do something else, say open a browser on top of it, then pull up the system tray menu again and hit calender, nothing happens. It would make sense to force window focus or at least flash the backgrounded/minimized window to show that it is already open (again, it just feels like it's broken otherwise). And please for the love of god, release the whole project in source control! Because #1: it's under the full GNU license which means that you're supposed to release all of the code (although I suppose styles are a bit of a data-vs-code grey area...), #2 This is a freaking awesome app, but it has issues, and I know how to fix those issues, but the lack of ability to build the project is driving me insane with a case of want-to-develop-itus, and #3 mercurial is great, because whatever changes I make to my own fork, you can just refuse my code push, but I still have my little fork operating how I like it. TL;DR: Sorry for the rant, but I feel like a kid in fat camp who is being taunted with an ice-cream sandwich that he isn't allowed to eat right about now. | ||
![]()
tofucake
Hyrule18982 Posts
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** | ||
LlamaNL
Netherlands9 Posts
| ||
Tiax;mous
669 Posts
On November 05 2010 12:18 Vasili wrote: Installing now :D will fill you in soon. ![]() Sounds like such a good idea though man!' EDIT: GREAT PROGRAM! Love it, I'm also running it on dual screen mode and it works perfectly :D Vasili - Glad you like it! Hardest part about multi monitor support was carrying my old and extremely heavy 17" monitor all the way across my house to my room ![]() tofucake - Oh thanks for the report tofucake. One of my friends reported a similar problem , but he said it's not crashing the application , pretty rare and happens at start up. Just curious if it's the same bug. And of course I'll look into it today , Thanks! LlamaNL - Hmm I'm not quite sure what you mean. Pop up Icon appearing at the task bar? ScC shouldn't create a popup if you disabled notifications or uncheck that event. Maybe it is creating the pop-up but it hides behind your browser or something ( any other big/fullscreen app ) because it shouldn't create a icon at taskbar without a visible window on desktop. s_i_l - Indeed you're right about scroll bars in calendar. I'll look into it , but I'm not sure if i can achieve that exact behaviour. I don't quite get the problem about window selection tho. If you have a Calendar Window behind your browser , you should have a ScC icon for that Calendar Window in your taskbar right? Why would you want to choose that window from menu again? I'm pretty sure i can implement that easily , but i never thought it would be useful ![]() Wow now i feel like Gollum :D My precious Stylesss! But seriously I'm not over protective about them , just PM me your e-mail and I'll gladly mail it all to you (and any other serious developer), no problem ![]() ![]() Also you can find my e-mail in my Public Profile , just in case. | ||
s_i_l
12 Posts
My appologies, I didn't consider the fact that there would be alot of non-development type people looking at it. I'll send you a PM. | ||
Tiax;mous
669 Posts
Edit : Done! It'll be in next version ![]() Also sent the full code , glhf ![]() | ||
Mob
Austria152 Posts
especially the streamer is awesome. minimalistic and small. great job!! | ||
speedphlux
Bulgaria962 Posts
RESPECT ! This is the tool I NEEDED ! Many many many thanks. So far - works flawlessly. P.S. : One small issue - Adverts keep appearing while watching the streams thru it. ABP perhaps ? | ||
Tiax;mous
669 Posts
![]() speedphlux - You're welcome! Unfortunately Stream Player is based on IE , which is my only choice when it comes to development. If you're not using IE , you can disable Javascripts in your IE browser then you won't get ads in ScC Stream Player anymore! Indeed it's not an elegant solution but that's all i have for now ( I'm working on it tho ). | ||
LlamaNL
Netherlands9 Posts
+ Show Spoiler + See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Windows.Markup.XamlParseException: 'Provide value on 'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' Line number '21' and line position '10'. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames) at System.Windows.Media.Imaging.BitmapDecoder.Initialize(BitmapDecoder decoder) at System.Windows.Media.Imaging.BitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean isOriginalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle) at System.Windows.Media.Imaging.PngBitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle) at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache) at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy) at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider) at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider) --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at StarcraftCalendar.MenuWindow.InitializeComponent() at StarcraftCalendar.MenuWindow..ctor() at StarcraftCalendar.Main.ShowContextMenu(Object sender, EventArgs eventArgs) at System.Windows.Forms.NotifyIcon.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.NotifyIcon.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.NotifyIcon.WndProc(Message& msg) at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- StarcraftCalendar Assembly Version: 1.2.2.0 Win32 Version: 1.2.2.0 CodeBase: file:///C:/Program%20Files%20(x86)/brn/ScCalendar/StarcraftCalendar.exe ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- System.Xaml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- PresentationFramework.Aero Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll ---------------------------------------- BExtension Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/brn/ScCalendar/BExtension.DLL ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Deployment Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- WindowsFormsIntegration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- UIAutomationProvider Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- PresentationUI Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (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 computer rather than be handled by this dialog box. Also it would be cool if when you double click it just throws up the last 5 notifications instead of the menu. And keep access to the menu to right clicking it. (or give us the option to select a default action for the double click) | ||
Tiax;mous
669 Posts
Also that's a pretty nice idea , adding more functionality to ScC icon. Double click isn't working smoothly but I added it like this ; + Show Spoiler + ![]() It'll be in next version ( releasing tomorrow or next day ) ![]() | ||
zeroISM
Japan161 Posts
Thank you so much for this! I wub you! + for the Interface + for the Sounds + for the "time remaining until X event starts" | ||
LlamaNL
Netherlands9 Posts
On November 05 2010 21:14 Tiax;mous wrote: LlamaNL - Hmm I'm not quite sure what you mean. Pop up Icon appearing at the task bar? ScC shouldn't create a popup if you disabled notifications or uncheck that event. Maybe it is creating the pop-up but it hides behind your browser or something ( any other big/fullscreen app ) because it shouldn't create a icon at taskbar without a visible window on desktop. I've figured out what is happening. When i'm actively browsing and an alert pops up, it won't always be on top. Especially if i've just clicked in a window. I had turned the sounds off so i didnt understand it was showing me a notification. So a notification pops up, i click a window, and the notification is hidden behind the window before it has time to fade in. It should be 'always on top'. | ||
Darren1337
Ireland73 Posts
This should definitely get more exposure. I'm trying to get more into starcraft 2 but the sheer amount of tournaments and whatnot is kinda overwhelming. Don't even know where to start. What is it that day9 always says about making esports more accessible? This program does just that. <3 | ||
| ||
![]() StarCraft 2 RotterdaM StarCraft: Brood War![]() FunKaTv ![]() ![]() IndyStarCraft ![]() SteadfastSC ![]() BRAT_OK ![]() ![]() ProTech152 ZombieGrub145 UpATreeSC ![]() Dota 2 Counter-Strike Super Smash Bros Heroes of the Storm Other Games Grubby11605 sgares2050 FrodaN1859 Dendi962 shahzam565 elazer449 Pyrionflax286 Skadoodle104 Mew2King70 QueenE62 Sick38 Organizations Other Games StarCraft 2 StarCraft: Brood War
StarCraft 2 • Hupsaiya StarCraft: Brood War![]() • StrangeGG ![]() • davetesta10 • Kozan • Migwel ![]() • AfreecaTV YouTube • sooper7s • intothetv ![]() • IndyKCrew ![]() • LaughNgamezSOOP Dota 2 League of Legends Other Games |
PiGosaur Monday
Code For Giants Cup
Online Event
HupCup
Tenacious Turtle Tussle
The PondCast
SOOP
Dark vs MaxPax
PiG Sty Festival
Serral vs MaxPax
ByuN vs Clem
PiG Sty Festival
herO vs Zoun
Classic vs SHIN
[BSL 2025] Weekly
[ Show More ] Online Event
PiG Sty Festival
Sparkling Tuna Cup
|
|