c.haslam Posted November 20, 2010 Share Posted November 20, 2010 I find Koda very useful so I am writing a kxf to Corel's PerfectScript converter. But I am mystified: how are the values of Style and CtrlStyle calculated? They don't seem to relate to the BitOr of WS_, DS_ etc. constants. ...chris Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Link to comment Share on other sites More sharing options...
Bert Posted November 22, 2010 Share Posted November 22, 2010 That is a question for who made Koda. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
c.haslam Posted November 22, 2010 Author Share Posted November 22, 2010 True. How do I contact him other than through the forum? Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 22, 2010 Share Posted November 22, 2010 I don't use Koda myself, but it its distributed with SciTE4AutoIt3 and this forum is not an inappropriate place to get help with it. Some of the people who worked on Koda are no longer active here, but some are (i.e martin and Zedna). In the mean time -- here's a free bump... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Zedna Posted November 22, 2010 Share Posted November 22, 2010 (edited) I don't use Koda myself, but it its distributed with SciTE4AutoIt3 and this forum is not an inappropriate place to get help with it. Some of the people who worked on Koda are no longer active here, but some are (i.e martin and Zedna).In the mean time -- here's a free bump... You can make ticket on Koda's BugTracker.Lazycat will se it. If you have problem with Koda you can also make post directly in his Koda thread.Link to BugTrack is in first post of Koda thread - it's sticky in GUI section of this forum.I can have a look at this later too. Edited November 22, 2010 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
c.haslam Posted November 23, 2010 Author Share Posted November 23, 2010 Many thanks Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Link to comment Share on other sites More sharing options...
Lazycat Posted November 23, 2010 Share Posted November 23, 2010 how are the values of Style and CtrlStyle calculated? They don't seem to relate to the BitOr of WS_, DS_ etc. constants.No, they are just OR-ed values of styles. But in KXF this value stored as signed integer (XML parser limitation), so this may looks strange. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
c.haslam Posted November 23, 2010 Author Share Posted November 23, 2010 Thanks Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard 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