Author |
Message |
Topic: can you improve new project option |
Shawn Liu
Replies: 7
Views: 16065
|
Forum: 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: 15793
|
Forum: 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: 13775
|
Forum: 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: 14134
|
Forum: 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: 26837
|
Forum: DWT Posted: Thu Feb 16, 2006 9:08 am Subject: Building DWT |
A "=" missed, 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: 7864
|
Forum: 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: 45372
|
Forum: 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: 25895
|
Forum: 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: 16826
|
Forum: 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: 24017
|
Forum: 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: 16042
|
Forum: 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: 25895
|
Forum: 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: 8463
|
Forum: 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: 18521
|
Forum: 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: 17228
|
Forum: 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? |
|