Administrators Jon Posted May 20, 2007 Author Administrators Share Posted May 20, 2007 Hi,I thought this might have helped convert the code sent by "GUICtrlSendMsg calls"; but I still don't know how to convert that message for Date control GUI combi "style"; no solutions have helped; perhaps it is unrelated to the unicode change?BVest, randallThe code ran fine for me, so I don't know either. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
randallc Posted May 20, 2007 Share Posted May 20, 2007 (edited) The code ran fine for me, so I don't know either.See my comment to Jdeb; I don't think your message box would ever have returned the "2007/0/21" style result required (and returned in 3.2.1.14 and all versions before) DateFormat Bug I think you mean the combo box looked to be formatted OK, which is not the issue! [or was only 1 issue of 2] Best, randall Edited May 20, 2007 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
Administrators Jon Posted May 23, 2007 Author Administrators Share Posted May 23, 2007 Here's a quite interesting article on unicode which might explain why I'm doing the seemingly mental and trying to make it work in AutoIt http://www.joelonsoftware.com/articles/Unicode.html Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Sunaj Posted May 29, 2007 Share Posted May 29, 2007 (edited) SciTe: UTF-8 with BOMWant to note that when using IniRead I'm having no joy with text files encoded in "UTF-8 with BOM" on the other hand "UCS-2 Little Endian" works just perfectly! (all files were edited using SciTE Version 1.73 and files run by AutoIt 3.2.4.9). @Jon = I deeply appreciate your efforts on Unicode; enables possibility for true multi-language support in my app & is (eventually) the thing that will lead AutoIt to world domination! EDIT: I'm 100% looking forward to Regular expressions with unicode support.. Edited May 29, 2007 by Sunaj [list=1][*]Generic way to detect full path to default browser, List/ListView Events Using GuiRegisterMsg (detect doubleclick and much more)[*]Using dllcall for full control over fileopendialog, Make DirMove act somewhat normally (by circumventing it...)[*]Avoid problems with "&" (chr(38)) in code, Change desktop maximized area/workspace (fx to make deskbar type app)[*]Change focus behavior when buttons are clicked to work closer to 'standard windows' app[*](Context) Menus With Timed Tooltips, Fast Loops & Operators in AU3[*]Clipboard UDF, A clipboard change notification udf[/list] Link to comment Share on other sites More sharing options...
Richard Robertson Posted May 29, 2007 Share Posted May 29, 2007 You know, I think it's time to give up on 9x. I still have a 98SEDE virtual machine and an old Compaq with 98SE installed underneath XP Pro so I can restore back to it, but Microsoft no longer provides support for 9x including a lack of new Windows Updates. And you all know how much they love distributing those updates. Link to comment Share on other sites More sharing options...
Administrators Jon Posted October 30, 2007 Author Administrators Share Posted October 30, 2007 I've uploaded a new 64 bit beta at: http://www.autoitscript.com/autoit3/files/beta/autoit/x64/I've got DllCall and DllStruct...() working which were the final outstanding issues so I could do with some testing. It may be a while before I get a working installer so you'll just have to use the files manually.It's about 50% faster than the 32bit version - only if you have a 64bit OS of course Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Emperor Posted November 2, 2007 Share Posted November 2, 2007 I've uploaded a new 64 bit beta at: http://www.autoitscript.com/autoit3/files/beta/autoit/x64/I've got DllCall and DllStruct...() working which were the final outstanding issues so I could do with some testing. It may be a while before I get a working installer so you'll just have to use the files manually.It's about 50% faster than the 32bit version - only if you have a 64bit OS of course Wow thanks Jon, I've been waiting for a full version of x64 AutoIt to come out for a while now.Tested a few API's with DllCall, and they seem to work flawlessly. So far so good, keep up the splendid work! Link to comment Share on other sites More sharing options...
Administrators Jon Posted November 2, 2007 Author Administrators Share Posted November 2, 2007 Updated x64 version to be same as 3.2.9.5 beta. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Administrators Jon Posted November 4, 2007 Author Administrators Share Posted November 4, 2007 x64 version is now part of the general beta download. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ 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