Author |
Message |
Topic: Where is GTK_WIDGET_SET_FLAGS?? |
hasan
Replies: 2
Views: 10031
|
Forum: gtkD Posted: Sat Jun 13, 2009 6:48 pm Subject: Where is GTK_WIDGET_SET_FLAGS?? |
The macros aren't wrapped currently.
For CAN_FOCUS you could use the property though:
setProperty("can-focus", 1 );
Thanks! that did it |
Topic: Where is GTK_WIDGET_SET_FLAGS?? |
hasan
Replies: 2
Views: 10031
|
Forum: gtkD Posted: Thu Jun 11, 2009 5:21 pm Subject: Where is GTK_WIDGET_SET_FLAGS?? |
Hi, I'm new to both GTK in general and gtkD,
I'm trying to create a custom widget based on DrawableArea, and I want it to grabFocus, but apparently it's not working because I have to set the GTK_CA ... |
Topic: usage? |
hasan
Replies: 2
Views: 17379
|
Forum: flowerd Posted: Fri Dec 05, 2008 6:00 am Subject: usage? |
When I try to run build.bat in the examples I get many compile errors! I don't know if it's because of changes in the compiler since the last update to the code or something else.
Anyway, it would ... |
Topic: Miss stack.d... |
hasan
Replies: 4
Views: 25533
|
Forum: Code Analyzer Posted: Thu Nov 23, 2006 9:41 pm Subject: Miss stack.d... |
Today I see the rev.45, thanks!
And there are two loop bugs:
1. statements.d, class Statements: if we lost Closecurly, parser will non-stop.....
2. statements.d, class Asmxxxx....: it may ... |
Topic: New Changes at rev.177 |
hasan
Replies: 7
Views: 17518
|
Forum: Poseidon Posted: Thu Nov 23, 2006 3:10 am Subject: New Changes at rev.177 |
You can also into Dsource->Projects->Poseidon->Browse Source->trunk, then get rev.179 at Zip Archive( see bottom of page ).
oh wow .. I never noticed that!!! Thanks for the info! |
Topic: Do you use D under Windows or Linux? |
hasan
Replies: 6
Views: 16821
|
Forum: General Posted: Wed Nov 22, 2006 6:57 pm Subject: Do you use D under Windows or Linux? |
you should've allowed multiple choices, seeing as some people use all of them!!
P.S. is there even a dgc on windows?? |
Topic: New Changes at rev.177 |
hasan
Replies: 7
Views: 17518
|
Forum: Poseidon Posted: Wed Nov 22, 2006 5:02 pm Subject: New Changes at rev.177 |
Hi
In the Poseidon page (http://www.dsource.org/projects/poseidon/), I just see version 0.21, dating back probably to April 2006! What does this have to do with rev.1xx
Where can I find the h ... |
Topic: source explorer!! |
hasan
Replies: 3
Views: 11983
|
Forum: Poseidon Posted: Sun Nov 19, 2006 11:26 pm Subject: source explorer!! |
I see. I thought it was a bug.
It's confusing a little bit, don't you think so? |
Topic: Miss stack.d... |
hasan
Replies: 4
Views: 25533
|
Forum: Code Analyzer Posted: Sun Nov 19, 2006 4:28 pm Subject: Miss stack.d... |
I upadated the svn.
Also added scope attribute. |
Topic: source explorer!! |
hasan
Replies: 3
Views: 11983
|
Forum: Poseidon Posted: Sun Nov 19, 2006 3:33 pm Subject: source explorer!! |
Today I opened poseidon and loaded my project, but there were no files!! I remember this happening a while ago too. Basically, instead of showing the "package explorer" window, I see "s ... |
Topic: Miss stack.d... |
hasan
Replies: 4
Views: 25533
|
Forum: Code Analyzer Posted: Sun Nov 19, 2006 3:10 pm Subject: Miss stack.d... |
New svn reversion is miss stack.d, can't test the new code
oh, it's not really needed, you can just delete the import for it.. and if there is a class that uses it, you can delete it (I don't think t ... |
Topic: New Changes at rev.177 |
hasan
Replies: 7
Views: 17518
|
Forum: Poseidon Posted: Sun Nov 19, 2006 3:24 am Subject: New Changes at rev.177 |
wow .. I love you!!!
I'm really happy you're using my code .. and really sorry if my constant refactoring and renaming is giving you headaches!!
I see your code is actually doing much more analys ... |
Topic: Little bug... |
hasan
Replies: 1
Views: 16131
|
Forum: Code Analyzer Posted: Sun Nov 05, 2006 5:32 am Subject: Re: Little bug... |
Thank for your wonderful work!!
Currentlly I try to use new Code Analyzer rev.36 to poseidon, I found a little bug:
In parsing.headers, the ImportBindList class, line 125~128:
if( ts. ... |
Topic: util/string.d is missing from SVN |
hasan
Replies: 1
Views: 15940
|
Forum: Code Analyzer Posted: Mon Oct 30, 2006 8:42 pm Subject: util/string.d is missing from SVN |
Oops, I didn't notice it was needed! |
Topic: request: tabs as spaces |
hasan
Replies: 1
Views: 8963
|
Forum: Poseidon Posted: Sun Oct 15, 2006 12:32 pm Subject: request: tabs as spaces |
Request:
Can we have an option to convert tabs into 4 spaces instead of the \t character? Pleeease!
I really hate the hardwired tab character! |
|