Author |
Message |
Topic: kotivox clipboard bug |
mitja
Replies: 6
Views: 98647
|
Forum: Kotivox Posted: Thu Nov 18, 2010 12:14 pm Subject: kotivox clipboard bug |
Thanks! |
Topic: kotivox clipboard bug |
mitja
Replies: 6
Views: 98647
|
Forum: Kotivox Posted: Sun Nov 14, 2010 11:11 pm Subject: kotivox clipboard bug |
Seems it's not reproducible on my machine.
I added a redraw command anyway, maybe this will help? |
Topic: kotivox clipboard bug |
mitja
Replies: 6
Views: 98647
|
Forum: Kotivox Posted: Wed Nov 10, 2010 10:27 am Subject: kotivox clipboard bug |
causing the app to suddenly disappear when I click the
middle button
Fixed. Should work with empty clipboard now. |
Topic: DataCabinet database manager program |
mitja
Replies: 2
Views: 22899
|
Forum: Tutorials Posted: Mon Oct 10, 2005 3:10 pm Subject: DataCabinet database manager program |
I appreciate your offer, but the fact that it's not open source and not well known I think this thread should suffice for now. |
Topic: DataCabinet database manager program |
mitja
Replies: 2
Views: 22899
|
Forum: Tutorials Posted: Mon Oct 10, 2005 1:40 pm Subject: DataCabinet database manager program |
DataCabinet is a database manager program for Windows, available in console and GUI version. Building both versions was to achieve a common goal. To learn D language, additional intention of GUI versi ... |
Topic: DFL doesn't work |
mitja
Replies: 17
Views: 39313
|
Forum: DFL Posted: Sun Oct 02, 2005 12:19 pm Subject: DFL doesn't work |
My mistake(s) (again), sorry for the inconvenience, everything is working a-ok! |
Topic: DFL doesn't work |
mitja
Replies: 17
Views: 39313
|
Forum: DFL Posted: Sun Oct 02, 2005 7:01 am Subject: DFL doesn't work |
I don't want to start another post, so I'm posting it here.
Snapshots dfl-20050927.zip and dfl-20050910.zip seem to be working only in debug mode, they compile fine under release mode, but generate ... |
Topic: Adding ListView items |
mitja
Replies: 5
Views: 16637
|
Forum: DFL Posted: Thu Sep 01, 2005 8:19 am Subject: Adding ListView items |
This might probably work, but requires some redesigning of how raw data are handled. I've been using simple char[][][] so far. |
Topic: Adding ListView items |
mitja
Replies: 5
Views: 16637
|
Forum: DFL Posted: Wed Aug 31, 2005 7:12 am Subject: Adding ListView items |
Another thing: suppose records have associating indices in database.
When I add record's data to listview (add item), only strings get added, but not indices, because I don't want them to be shown. ( ... |
Topic: Pls provide more extensive sample code for RichTextBox |
mitja
Replies: 9
Views: 19971
|
Forum: DFL Posted: Mon Aug 29, 2005 3:45 am Subject: Pls provide more extensive sample code for RichTextBox |
Hi!
Could you please explain how to align text which is in at least 2 columns?
I used the code for aligning I had for console version of the app, but unlike in console, where fonts are differently ... |
Topic: Unbound shortcuts throw "Windows hung" error |
mitja
Replies: 2
Views: 11158
|
Forum: DFL Posted: Wed Aug 24, 2005 7:54 am Subject: Unbound shortcuts throw "Windows hung" error |
No worries, I am glad you're still on the case
Keep up the good work and good luck! |
Topic: Unbound shortcuts throw "Windows hung" error |
mitja
Replies: 2
Views: 11158
|
Forum: DFL Posted: Wed Aug 24, 2005 7:03 am Subject: Unbound shortcuts throw "Windows hung" error |
I am using snapshot dfl-20050814.zip (latest) and I noticed it causes windows to hang if user hits any unbound (undefined by addShortcut()) alphanumeric key, single or combined with either ALT, CTRL o ... |
Topic: Adding ListView items |
mitja
Replies: 5
Views: 16637
|
Forum: DFL Posted: Mon Aug 22, 2005 9:28 am Subject: Adding ListView items |
Thanks, addRow() worked. |
Topic: Adding ListView items |
mitja
Replies: 5
Views: 16637
|
Forum: DFL Posted: Mon Aug 22, 2005 12:29 am Subject: Adding ListView items |
I am confused at how items and subitems to a ListView might be added.
The following code produces results as seen on the screen shot.
items.add("foo");
items[0].subIte ... |
Topic: Compile errors |
mitja
Replies: 5
Views: 21691
|
Forum: DDBI Posted: Tue Aug 16, 2005 8:49 am Subject: Compile errors |
Hi!
I did exactly like you described (although it seems weird way to me), but to no avail. Linker still complains about symbols it can't find definitions for: sq.obj(sq)
Error 42: Sym ... |
|