Lazycat
MVPs-
Posts
1,161 -
Joined
About Lazycat
- Birthday 05/25/1975
Profile Information
-
Member Title
Coding cat
-
Location
Location: COLD
-
WWW
http://darkhost.ru
Recent Profile Visitors
2,121 profile views
Lazycat's Achievements
Universalist (7/7)
16
Reputation
-
Trong reacted to a post in a topic: Drop multiple files on any control
-
Parsix reacted to a post in a topic: Udf For Reading Exif Info
-
Neutro reacted to a post in a topic: GUI Designer: Koda 1.7.3.0
-
PilotPen reacted to a post in a topic: GUI Designer: Koda 1.7.3.0
-
Trong reacted to a post in a topic: Edit Control: Scroll to end of text
-
pixelsearch reacted to a post in a topic: RegExp Quick Tester
-
DynamicRookie reacted to a post in a topic: GUI Designer: Koda 1.7.3.0
-
jcmackie reacted to a post in a topic: GUI Designer: Koda 1.7.3.0
-
Starstar reacted to a post in a topic: GUI Designer: Koda 1.7.3.0
-
Yes, 2011 was a really difficult year for me. Nevertheless I'm not going to drop project at the moment. I have nothing opposite to have someone else in our small team. But sadly, though we give the source to few people who "willing" to help, we got nothing back. No, it's Delphi 7.It's nice to hear someone make similar program. But I heard such promises many times before, and never seen the result... Not "quite easy" in complex GUI's, and really not so many editing is needed after all (if you not doing something special). But manually written code usually will be more clean and controllable, of course.
-
MHOrhan Thank you, uploaded your translation to the site.
-
Agree. This should not be difficult to implement. While Koda can work with multiple documents, this lead to something like single document interface. The case that second form can remain opened is really issue? About other issues: noted, but can't check now. Probably till october - november.
-
Of course, chm is bundled.
-
You mean adding new item before existing one? If so - no. Not yet. I don't sure it can be really useful (almost only caption is subject to change).
-
How to make a dorpwodn menu in Koda?
Lazycat replied to topsecret's topic in AutoIt GUI Help and Support
Just created a simple tutorial for Menu/Contextmenu, since this is a bit different approach comparing to regular controls. -
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.
-
Uploaded the third incarntion of UDF, that have many parts changed to newest features supported by Autoit (for example, binary strings). Therefore it will not work on earlier versions. This slightly increased speed for complex parsers. Output format remain the same. TIFF/Exif parsers was merged and almost fully rewritten, since their implementation was not fully correct. Added most remain TIFF and Exif tags (all that can have an interest for "end user") and GPS tags as well. Some TIFF advanced features still not supported, but can be in future. Also added second example (GUI) of using UDF. Here surely can be bugs, so try carefully before updating.
-
KaFu I found a time to look into code. It was fully incorrect handling of tEXt section, looks like in my test set was no single file with this block. Also modified code to support for sections that may appear after IDAT section. Now fixed and reuploaded.
-
Nope. But now links are working, maybe this is was temporary server problem.
-
socratessa Thanks for the translation, I'm added it to the site, and of course it will be added in next releases. You feel free to post bugs on the bugtracker. Sadly, tracker have not decent anti-spam protection, so now it's required registration.
-
I always interesting in multilanguage implementations. While your's done ok, the "xml" files are not xml actually. Simple adding root node will made it valid, not cease compatibility and allow potential translator to use some visual editor, like XML Notepad.
-
Tlem This is debug symbols file, in many cases it's help to trace error. When it exists, error handler can show in which function error occured. It's not needed for regular work, but useful if you want to send detailed error descriiption.
-
The release version is out. Despite a little change in version, here a many changes actually. Download Graphic editor Better support of limited accounts and UAC under Vista/Seven Styles editor allow multiple selection Icons in additional controls (Tab, ListView, TreeView) Redone Object tree, with support of editable descriptions Awareness of GUI_SS_DEFAULT styles And many smaller changes (see full history)
-
KODA GUI Designer and SciTE Script editor
Lazycat replied to microera's topic in AutoIt GUI Help and Support
There is "Update script" function exists. Read about how to use it in the help file or online wiki.