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

Search found 104 matches
Forum Index
Author Message
  Topic: can you improve new project option
Shawn Liu

Replies: 7
Views: 14389

PostForum: Poseidon   Posted: Wed Apr 26, 2006 8:46 am   Subject: can you improve new project option

I know maybe it's unbelievable, but I don't know how to add my code in current version( dsource )
Yes, I use DMD.exe and Lib.exe directly instead of Build.exe.

Please ask Brad for help to add ...
  Topic: Multicolored text in tables
Shawn Liu

Replies: 1
Views: 14344

PostForum: DWT   Posted: Wed Apr 26, 2006 8:37 am   Subject: Multicolored text in tables
Seems not supported, neither MFC nor VCL . A custom draw may help ?
  Topic: dwt-win32-0.36-20060421.rar
Shawn Liu

Replies: 0
Views: 12458

PostForum: DWT   Posted: Fri Apr 21, 2006 9:56 am   Subject: dwt-win32-0.36-20060421.rar
dwt-win32-0.36-20060421.rar is available.

http://www.dsource.org/projects/dwt/browser/downloads/win32/dwt-win32-0.36-20060421.rar?format=raw

Nothing new. Just make DWT compliant with DMD 0.154. ...
  Topic: Build Poseidon
Shawn Liu

Replies: 6
Views: 12928

PostForum: Poseidon   Posted: Mon Feb 27, 2006 8:33 am   Subject: Build Poseidon
I am very busy recently. I will fix DWT to compliant with the newest DMD as soon as possible.

BTW, Poseidon v0.2 is in the corner. You can download it from trunk/current with a SVN client.
  Topic: Building DWT
Shawn Liu

Replies: 5
Views: 24345

PostForum: DWT   Posted: Thu Feb 16, 2006 9:08 am   Subject: Building DWT
A "=" missed, Embarassed DMD does right .
Change dwt.internal.win32.wintypes.d line 1673 from:
{ BITS & 0xF0; BITS |= (val & 0x0F); }
to:
{ BITS &= 0xF0; BITS |= ...
  Topic: link error missing
Shawn Liu

Replies: 1
Views: 7289

PostForum: Poseidon   Posted: Mon Feb 13, 2006 8:50 am   Subject: link error missing
Currently, Poseidon can't capture the link error.
When link error occurs, due to library missing or target file in use, the linker will complain and output some words like "can't find some symbol" o ...
  Topic: Contributions
Shawn Liu

Replies: 26
Views: 40553

PostForum: Poseidon   Posted: Mon Feb 13, 2006 8:40 am   Subject: Re: Another alternative.
Here's another alternative to the splash screen.

http://www.chievooriginal.bravehost.com/splash-0.32.jpg

Regards

Nice!

Would you please remove the authors name and the version number?
I ...
  Topic: How to build?
Shawn Liu

Replies: 11
Views: 22406

PostForum: Poseidon   Posted: Wed Feb 08, 2006 7:55 am   Subject: How to build?
when I double click an error in the build output window, it doesn't go to the error! because double clicking doesn't seem to select the whole line!! Seems to me like the reason is that a different ver ...
  Topic: Menu + Coolbar
Shawn Liu

Replies: 1
Views: 15188

PostForum: DWT   Posted: Tue Feb 07, 2006 10:06 pm   Subject: Menu + Coolbar
It seems that there isn't a MenuBar widget in SWT. Event Eclipse doesn't use such a MenuBar.
You can put a serials ToolItems in a ToolBar which embeded in a CoolBar. And let the tool item pops up a m ...
  Topic: Bug: CoolBar Repaint with XP themeing
Shawn Liu

Replies: 5
Views: 21766

PostForum: DWT   Posted: Tue Feb 07, 2006 9:59 pm   Subject: Bug: CoolBar Repaint with XP themeing
I can't find any more difference between the two pictures except the later is wider.
  Topic: browser bug?
Shawn Liu

Replies: 1
Views: 14339

PostForum: DWT   Posted: Sat Jan 28, 2006 9:36 pm   Subject: browser bug?
A lot of codes are commented in DWT Browser porting.
It is just partially implemented because I get a lot violate access errors.
  Topic: How to build?
Shawn Liu

Replies: 11
Views: 22406

PostForum: Poseidon   Posted: Fri Jan 27, 2006 1:42 am   Subject: How to build?
extract DWT to some folder. for example:

D:\Code\Compilers\D\tools\dwtproject

the directory structure is like

D:\Code\Compilers\D\tools\dwrproject\dwt
D:\Code\Compilers\D\tools\dwtpr ...
  Topic: Feature request
Shawn Liu

Replies: 1
Views: 7780

PostForum: Poseidon   Posted: Fri Jan 27, 2006 1:22 am   Subject: Feature request
Some more features will be implemented in future version.

All shortcuts are implemented inside Scintilla Controls currently. An application scope shortcut can't work due to the accelerator key bug ...
  Topic: Resources
Shawn Liu

Replies: 2
Views: 16560

PostForum: DWT   Posted: Sat Jan 14, 2006 6:06 pm   Subject: Re: Resources

1 How do I make resource files? I more or less know how I to make a res file, but I do not know how to make a rc file that points somehow to my png file...
2 How do I read them exactly using Resour ...
  Topic: Tree dnd feedback
Shawn Liu

Replies: 2
Views: 15353

PostForum: DWT   Posted: Sun Jan 08, 2006 7:46 am   Subject: Re: Tree dnd feedback
DND.FEEDBACK_SELECT is not working for bold (font) tree items. Is it supposed to?

I didn't test DND.FEEDBACK_SELECT. Would please post a snippet of code to illustrate the bug?
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group