Author |
Message |
Topic: SimpleXMLD. |
brianhsu
Replies: 0
Views: 12084
|
Forum: SimpleXMLD Posted: Mon Oct 01, 2007 9:15 am Subject: SimpleXMLD. |
SimpleXMLD is an simple XML parser inspired by PHP's SimpleXML, this libary could help you read XML file and traverse XML structure as an node tree in RAM.
It is suitable when your XML file is smal ... |
Topic: Should SimpleXMLD be stricted or error torrent? |
brianhsu
Replies: 1
Views: 16532
|
Forum: SimpleXMLD Posted: Mon Oct 01, 2007 9:13 am Subject: Should SimpleXMLD be stricted or error torrent? |
Currently I haven't decide this library should be error-torrent or been strict when error is occurred.
For example, when read an node or attribute does not exist, should it throw a exception anyway ... |
Topic: XML parser with CDATA data. |
brianhsu
Replies: 7
Views: 16173
|
Forum: ArcLib Posted: Sat Sep 29, 2007 9:28 am Subject: XML parser with CDATA data. |
I'm trying read a simple XML file using arc.xml, but it seems when XML file contain CDATA, it will crash. I didn't find ticket about this.
Is there anything wrong in my code or XML file?
sample. ... |
Topic: [BUGFIX] ObjectG.d |
brianhsu
Replies: 48
Views: 72164
|
Forum: gtkD Posted: Sat Sep 08, 2007 8:40 am Subject: [BUGFIX] ObjectG.d |
Hello, I found a typo in the svn version that will let compile fail.
In SVN trunk/gtkD/src/gobject/ObjectG.d
Line 180,192:
version(Tango) gc.addRoot(data);
I think it should be
version( ... |
Topic: Bug in gtk.Bin.getChild() ? |
brianhsu
Replies: 1
Views: 9265
|
Forum: gtkD Posted: Thu May 31, 2007 9:54 am Subject: Bug in gtk.Bin.getChild() ? |
Accoriding to GTK+ API, if a GtkBin has no child widget, then gtk_bin_get_child() should return null.
But I looked gtk.Bin, the getChild() method will always create an Widget object even when the G ... |
Topic: Can't set model of CellRendererCombo. |
brianhsu
Replies: 1
Views: 9445
|
Forum: gtkD Posted: Sun Feb 04, 2007 2:58 am Subject: Can't set model of CellRendererCombo. |
Hello, I'm here again.
I'm trying use ComboBox in some columns of TreeView, so I created a column using CellRendererCombo.
Since CellRendererCombo needs access GObject property directly, ... |
Topic: Shouldn't gtk.Editable an interface? |
brianhsu
Replies: 1
Views: 9470
|
Forum: gtkD Posted: Thu Feb 01, 2007 3:20 am Subject: Shouldn't gtk.Editable an interface? |
Sorry for my poor English.
I'm trying develop an application using DUIT, and found some bugs of DUIT.
I'm not very familiar with D and how D interface with C Library, so I can't patch it myself ... |
Topic: Can't get vbox of Dialog |
brianhsu
Replies: 1
Views: 9704
|
Forum: gtkD Posted: Wed Jan 31, 2007 1:38 am Subject: Can't get vbox of Dialog |
In the GTK+, GtkDialog have two main part.
gtkDialog->vbox and gtkDialog->actionArea.
gtkDialog->actionArea is where the button placed, and gtkDialog->vbox is where message or other wi ... |
Topic: Error: 4invalid UTF-8 sequence |
brianhsu
Replies: 7
Views: 30180
|
Forum: Build Posted: Wed Jan 17, 2007 10:56 pm Subject: Error: 4invalid UTF-8 sequence |
I'm trying to build DWT, but bud seems refuse to work.
I have tried build some other program using bud_win_3.04, but it always shows that "Error: 4invalid UTF-8 sequence" and stopped.
... |
|