Author |
Message |
Topic: Word (Selection.Find....) |
gekkonier
Replies: 1
Views: 13837
|
Forum: Juno Posted: Thu Mar 19, 2009 11:01 am Subject: Word (Selection.Find....) |
Hi all!
First of all, thank you for juno!!!
I would like to translate a program that I use at work from purepasic (using a disphelper derivate library) with a d version using juno.
I have thi ... |
Topic: DSSS with DFL |
gekkonier
Replies: 3
Views: 11894
|
Forum: DFL Posted: Tue Feb 03, 2009 1:17 am Subject: DSSS with DFL |
Installation of DFL via DSSS is not available.
Install DFL "the manual" way and use dfl to compile the applications.
The other way would be using dmd and compile with the lib added.
If yo ... |
Topic: Entice suggestion for Chris |
gekkonier
Replies: 4
Views: 13877
|
Forum: DFL Posted: Mon Feb 02, 2009 8:30 am Subject: Entice suggestion for Chris |
I'm just warming up a thread from iceage - now using Entice Designer 0.8.6pre4.
Things I would really be glad to see in Entice:
add eventhandling functionality on Gadgets
add a run command (like ... |
Topic: DWT code generator bug in Entice |
gekkonier
Replies: 2
Views: 11616
|
Forum: DFL Posted: Fri Apr 11, 2008 10:39 am Subject: DWT code generator bug in Entice |
Hi!
I just found a reproducable bug in Entice ( 0.8.5.02 ), on both, Windows XP Professional English version, and Windows Vista Ultimate German version systems.
In short words: code generation i ... |
Topic: Problem with Tutorial (Font issue?) |
gekkonier
Replies: 7
Views: 15535
|
Forum: ArcLib Posted: Mon Apr 07, 2008 9:35 am Subject: Problem with Tutorial (Font issue?) |
The dll's were missing. Now it works.
Thank you! |
Topic: Problem with Tutorial (Font issue?) |
gekkonier
Replies: 7
Views: 15535
|
Forum: ArcLib Posted: Mon Apr 07, 2008 5:53 am Subject: Problem with Tutorial (Font issue?) |
Hello, it was a long time ago, and now i wanted to start again with d, tango and arclib.
I compiled a "hello world" program just to test if my setup works, but while compiling or executin ... |
Topic: how to add a small button in tag of tabPage to close tabPage |
gekkonier
Replies: 2
Views: 11865
|
Forum: DFL Posted: Thu Apr 03, 2008 11:30 am Subject: how to add a small button in tag of tabPage to close tabPage |
Because I'm just wondering:
Is this a howto or a question?
|
Topic: Hiding columns of the lview other than width = 0 |
gekkonier
Replies: 2
Views: 9589
|
Forum: DFL Posted: Sat Jan 05, 2008 8:05 am Subject: Hiding columns of the lview other than width = 0 |
I would change your design....
Normally the listview should be only a representation of data and not the data itself. |
Topic: Entice Code-Completition with Tango |
gekkonier
Replies: 1
Views: 9134
|
Forum: DFL Posted: Tue Aug 14, 2007 4:02 am Subject: Entice Code-Completition with Tango |
Hi, in Entice there exists the dialog named API (accessible over menuitem view API via Tools). Here i can see a graphical representation of the complete phobos and dfl structure. I think the structure ... |
Topic: DFL + Tango build-error |
gekkonier
Replies: 7
Views: 19559
|
Forum: DFL Posted: Fri Aug 10, 2007 12:22 pm Subject: DFL + Tango build-error |
You need a working environment with dmd, tango and then install dsss too into your dmd directory.
Then, you just extract the dfl files too into your dmd directory.
After that:
rebuild -dc=dmd ... |
Topic: Problem with sqlite example |
gekkonier
Replies: 2
Views: 19758
|
Forum: DDBI Posted: Fri Aug 10, 2007 9:41 am Subject: Problem with sqlite example |
figured it out:
create with implib out of sqlite3.dll a lib file and link with it.
you need a dsss.conf file with this:
[myfilewhichusesddbi.d]
buildflags=sqlite3.lib
then you can bake wi ... |
Topic: active? |
gekkonier
Replies: 2
Views: 55239
|
Forum: FileBase Posted: Fri Aug 10, 2007 4:28 am Subject: active? |
Hi, I just wanted to ask, if this project is active?
greets, Gekkonier |
Topic: Problem with sqlite example |
gekkonier
Replies: 2
Views: 19758
|
Forum: DDBI Posted: Fri Aug 10, 2007 4:02 am Subject: Problem with sqlite example |
Okay, I figured Row out:
module sqliteconnect;
import dbi.sqlite.SqliteDatabase;
import dbi.Row;
import tango.io.Console;
void main() {
SqliteDatabase db = new SqliteDatab ... |
Topic: Problem with sqlite example |
gekkonier
Replies: 2
Views: 19758
|
Forum: DDBI Posted: Fri Aug 10, 2007 3:32 am Subject: Problem with sqlite example |
Hi, I'm using dmd 1.020 on Windows XP, fresh installed tango and ddbi over dsss net install ...
I try to compile this:
module sqliteconnect;
import dbi.sqlite.SqliteDatabase;
import tango.io.S ... |
Topic: dsss net install derelict? |
gekkonier
Replies: 1
Views: 6883
|
Forum: Derelict Posted: Wed Jul 25, 2007 2:35 am Subject: dsss net install derelict? |
It seems, that it does not work.
Im using dmd 1.020 and dsss -> on your documentation pages I've readed about installing derelict via dsss net, but I did'nt found the package for it.
Regards, ... |
|