FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 63 matches
Forum Index
Author Message
  Topic: Status
ideage

Replies: 3
Views: 18604

PostForum: flowerd   Posted: Wed Jul 15, 2009 8:05 am   Subject: Status
What is now the new progress? Thanks
________
[URL=http://www.honda-wiki.org/wiki/Honda_CT110]Honda Ct110 Specifications
  Topic: How add ToolBar's ToolTip?
ideage

Replies: 2
Views: 9651

PostForum: DFL   Posted: Tue Mar 10, 2009 9:53 pm   Subject: How add ToolBar's ToolTip?
Thanks,Chris!
________
[URL=http://www.insurance-forums.org/terrorism-insurance/]TERRORISM INSURANCE FORUM
  Topic: How add ToolBar's ToolTip?
ideage

Replies: 2
Views: 9651

PostForum: DFL   Posted: Fri Mar 06, 2009 1:23 am   Subject: How add ToolBar's ToolTip?
Thanks chris add Toolbar For DFL.

but, How add ToolBar's ToolTip?
________
[URL=http://www.ford-wiki.com/wiki/Ford_Landau]Ford Landau
  Topic: Using more CPU by a program
ideage

Replies: 2
Views: 9026

PostForum: DFL   Posted: Mon Feb 23, 2009 9:41 am   Subject: Using more CPU by a program
probably,use PerformanceCounter to count program CPU time.in std.perf.
________
[URL=http://dispensaries.org/]los angeles dispensaries
  Topic: Deleting items from ListBox
ideage

Replies: 4
Views: 12007

PostForum: DFL   Posted: Mon Feb 16, 2009 5:38 am   Subject: Deleting items from ListBox
1): in D Programming Language Standard same. but only use opIndexAssign to work.

2):opIndexAssign method in module dfl.collections, it use mixin add the method.

mixin ListWrapArray!(Object, _ite ...
  Topic: Deleting items from ListBox
ideage

Replies: 4
Views: 12007

PostForum: DFL   Posted: Mon Feb 16, 2009 4:18 am   Subject: Deleting items from ListBox
try ListString object.

Object selItem;
selItem = lbox.selectedItem;
lbox.items.remove(selItem);
selItem = new ListString("Ah");
lbox.items.add(selItem);
...
  Topic: Updated to Tango r4313
ideage

Replies: 1
Views: 12488

PostForum: MiniD   Posted: Tue Feb 10, 2009 3:54 am   Subject: Updated to Tango r4313
Thanks!
________
[URL=http://vaporizer.org/reviews/easy-vape]easyvape vaporizer
  Topic: How to trigger ComboBox KeyDown Event?
ideage

Replies: 1
Views: 8547

PostForum: DFL   Posted: Thu Feb 05, 2009 9:23 pm   Subject: How to trigger ComboBox KeyDown Event?
Ah,I got it!

use Application's MessageFilter.



class ComboxKeyDownFilter:IMessageFilter
{
HWND m_EditHwnd;

this(ComboBox cbox){
m_EditHwnd=FindWindowExA( ...
  Topic: How to trigger ComboBox KeyDown Event?
ideage

Replies: 1
Views: 8547

PostForum: DFL   Posted: Wed Jan 21, 2009 10:06 am   Subject: How to trigger ComboBox KeyDown Event?
Thanks!
________
[URL=http://www.cyclechaos.com/wiki/Yamaha_WR426]Yamaha WR426
  Topic: Panel don't catch onMouseWheel EVENT!
ideage

Replies: 2
Views: 9917

PostForum: DFL   Posted: Mon Jan 12, 2009 6:48 am   Subject: Panel don't catch onMouseWheel EVENT!
Thanks! it' OK.
________
[URL=http://www.vaporshop.com/]vaporizer shop
  Topic: How to open a URL?
ideage

Replies: 2
Views: 9497

PostForum: DFL   Posted: Tue Dec 23, 2008 7:57 am   Subject: How to open a URL?
1.Declare

extern (Windows) HINSTANCE ShellExecuteW(HWND, LPCWSTR, LPCWSTR, LPCWSTR, LPCWSTR, INT);

2.Use it same in C.

ShellExecuteW

3.Compile time,link shell32.lib

dfl foo.d shell32.l ...
  Topic: dfl examples for Tango
ideage

Replies: 2
Views: 9299

PostForum: DFL   Posted: Tue Dec 09, 2008 6:56 am   Subject: dfl examples for Tango
Please vist .[url=http://www.dprogramming.com/dfl.php
]DFL website

if yous code is DFL part, see addOns, DFL tutorial,Examples.

Send your email to chris,or send it to your blog, then post it.
...
  Topic: Is there any plan for printing?
ideage

Replies: 1
Views: 8193

PostForum: DFL   Posted: Tue Dec 09, 2008 6:46 am   Subject: Is there any plan for printing?
[url=http://ideage.javaeye.com/blog/117589]DFL Printting

Printting version2 will release,PreView,Dialog,Printer,Paper Size set.
________
[URL=http://www.honda-wiki.org/wiki/Honda_F_engine]Honda F e ...
  Topic: Panel don't catch onMouseWheel EVENT!
ideage

Replies: 2
Views: 9917

PostForum: DFL   Posted: Tue Dec 09, 2008 12:57 am   Subject: Panel don't catch onMouseWheel EVENT!
When I use Panel ContainerControl,It don't trigger Panel 's onMouseWheel Event,but Form's mouse Event.

but click even correct.

please help me! Thanks!


/*
Generated by Entice Designer
...
  Topic: Unicode Font !
ideage

Replies: 3
Views: 9488

PostForum: DFL   Posted: Fri Aug 31, 2007 9:11 pm   Subject: Unicode Font !
I fix font unicode support! aha!

Only unicode version!
________
[URL=http://vaporizers.net/volcano-vaporizer]volcano vaporizers
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group