AdmiralAlkex Posted February 21, 2011 Author Share Posted February 21, 2011 I see now that the ReDim was placed too early, should be after the "$DShowEnum[$iArch][0][0] = $B-1" line to really make sense, so it's probably (related to) that. But I'm really sleepy so I'm gonna go to bed and work on it tomorrow. Ok? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
trancexx Posted February 21, 2011 Share Posted February 21, 2011 Sweet dreams. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted February 22, 2011 Author Share Posted February 22, 2011 @trancexxThanks. You too!@UEZDoes this works better?= -></( NEW VERSION V2.1.2 )\><-Removed ReDimSee first post for description and download!! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
UEZ Posted February 22, 2011 Share Posted February 22, 2011 (edited) @UEZDoes this works better?=Yep, no em anymore.Br,UEZ Edited February 22, 2011 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted February 22, 2011 Author Share Posted February 22, 2011 em? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
UEZ Posted February 22, 2011 Share Posted February 22, 2011 em = error message Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted February 22, 2011 Author Share Posted February 22, 2011 (edited) Oh smart I'm working on some more stuff. Thinking about a autoupdate function, attachment space is running out. Edited February 22, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
willichan Posted February 24, 2011 Share Posted February 24, 2011 I was playing with your latest version (2.1.2). Works nicely. I just have one change. The "Live Search" is case sensitive, so if I type in "ogg" it won't find anything. I changed the "casesense" parameter for the StringInStr func from 1 to 0 on line 329, and it works much better. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted February 25, 2011 Author Share Posted February 25, 2011 @willichan You are right, I will include that change in the next release. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 5, 2011 Author Share Posted March 5, 2011 -></( NEW VERSION V2.1.5 )\><-*Non case-sensitive search (thx willichan)*Moved Input to top*Some internal stuffSee first post for description and download!! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
willichan Posted March 7, 2011 Share Posted March 7, 2011 Like the new layout. Looks like it runs faster now too! My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 10, 2011 Author Share Posted March 10, 2011 Like the new layout.Thanks. Looks like it runs faster now too!Should be slower so I must have done something wrong This may will change (probably to the better) in the future, there's some things I want to change.I'm also thinking that the duality with x64/x86 should make AutoItObject nice here, but I still haven't got the courage to work with that just yet. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 22, 2011 Author Share Posted March 22, 2011 -></( NEW VERSION V2.2.3 )\><-*Converted large part of script to use AutoItObject (first time I use it, so please be nice).*Tighter code (loops in Generate merged, Adlibs changed to _WinAPI_PostMessage()).*Thanks to ProgAndy ( <-- link), without him the slowdown by AutoItObject would be unbearable.*More comments in source.*Some logging added (writes to the file @scriptdir & "log" if it exists, otherwise to ConsoleWrite()).AutoItObject is fun, but doesn't really feel quite optimal for this app. I will keep it for now, but anything could happen in the future.See first post for description and download!! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 22, 2011 Author Share Posted March 22, 2011 (edited) Come on guys, 2 downloads but no comments !! Edit: 3 Downloads? We must be halfway to overloading the internet! Edited March 22, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
willichan Posted March 22, 2011 Share Posted March 22, 2011 I think you need to post a dependencies list for this version. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 22, 2011 Author Share Posted March 22, 2011 I think you need to post a dependencies list for this version.I wrote right under the download:As of 2.2.3 requires AutoItObject.au3 and oLinkedList.au3 from <--- linkOr you mean something else? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
willichan Posted March 23, 2011 Share Posted March 23, 2011 I wrote right under the download:Sorry Missed that. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
willichan Posted March 23, 2011 Share Posted March 23, 2011 I noticed that whenever I enable/disable a codec, the list jumps back to the top. I have to scroll back down to where I was to continue going through the list. Sorting the list by name or by status would also be a useful feature. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 26, 2011 Author Share Posted March 26, 2011 (edited) I noticed that whenever I enable/disable a codec, the list jumps back to the top. I have to scroll back down to where I was to continue going through the list.That is because the list is completely recreated, stupid I know, but that part is largely unmodified from when it was created, and then functionality was most important.Sorting the list by name or by status would also be a useful feature.I agree. -></( NEW VERSION V2.2.5 )\><-*No more jumping when enable/disable filters, also much more faster + handles errors better (thx willichan)*Basic sorting in listview (thx willichan)See first post for description and download!! Edited March 26, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
trancexx Posted March 27, 2011 Share Posted March 27, 2011 (edited) I wanted to check one particular 32bit codec and couldn't if running script with x64 AutoIt (double-click). It lists wrong and I can't see any remark in the code or the thread about that. If I may suggest: Local $Wow64 If @AutoItX64 Then $Wow64 = "\Wow6432Node" $odX86 = _DirectShowFilters() $odX86.SetUp("DirectShow Filters (x86)", "HKLM\SOFTWARE" & $Wow64 & "\Classes\CLSID\{083863F1-70DE-11D0-BD40-00A0C911CE86}\Instance\", "_UnregisterCallBackX86") That should work regardless of the bitness of the system or AutoIt. Same goes for any other similar thing. Btw, do something with your beard. edit: and thanks. Edited March 27, 2011 by trancexx ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now