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

Search found 428 matches
Forum Index
Author Message
  Topic: Undefined Symbols
Mike Wey

Replies: 4
Views: 51640

PostForum: gtkD   Posted: Wed May 29, 2013 3:22 pm   Subject: Undefined Symbols
I replied here: http://forum.gtkd.org/groups/GtkD/thread/8/
  Topic: Undefined Symbols
Mike Wey

Replies: 4
Views: 51640

PostForum: gtkD   Posted: Sun May 26, 2013 8:12 am   Subject: Undefined Symbols
Did you install the 32 or 64 bits version of the runtime ?

The latest version of GtkD no longer uses the GTK_BASEPATH, which version are you using.



PS: Also i routinely forget to check the f ...
  Topic: Forums moves to: forum.gtkd.org
Mike Wey

Replies: 0
Views: 13188

PostForum: gtkD   Posted: Wed May 15, 2013 3:20 pm   Subject: Forums moves to: forum.gtkd.org
I've set up an vibenews instance on the server hosting gtkd.org to replace this one.

You can find it here: http://forum.gtkd.org
  Topic: bud build fails with unidentified fdopen
Mike Wey

Replies: 1
Views: 12098

PostForum: gtkD   Posted: Mon Apr 29, 2013 12:33 pm   Subject: bud build fails with unidentified fdopen
A bit late, but yes that is indeed the case.

with dmd 2.061 the definition of fdopen was added to druntime for win32.
  Topic: How do I scroll with the cusror?
Mike Wey

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Wed Mar 27, 2013 3:54 pm   Subject: How do I scroll with the cusror?
There is a bug in the constructor for ScrolledWindow, for now you should be able to use:

_textTagTable = new TextTagTable();
_textBuffer = new TextBuffer(_textTagTable);
_te ...
  Topic: How do I scroll with the cusror?
Mike Wey

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Tue Mar 26, 2013 4:01 pm   Subject: How do I scroll with the cusror?
As far as i know following the cursor is the default behavior if the TextView is in a ScrolledWindow.
  Topic: How do I scroll with the cusror?
Mike Wey

Replies: 7
Views: 22833

PostForum: gtkD   Posted: Mon Mar 25, 2013 3:54 pm   Subject: How do I scroll with the cusror?
Depending on what you are trying to do either:

getIterAtLocation or getIterAtPosition

And you can get an iter fron the text buffer:

TextBuffer buf = textView.getBuffer();
TextIter it ...
  Topic: How does one add a scoll bar?
Mike Wey

Replies: 11
Views: 31138

PostForum: gtkD   Posted: Sun Mar 24, 2013 5:03 pm   Subject: How does one add a scoll bar?
Actually, it looks like I can't do any thing with Clipboard class. I guess just creating an object with it, though.

I get errors like this:


(BibleGate.exe:6048): Gtk-CRITICAL **: gtk_clipboa ...
  Topic: How does one add a scoll bar?
Mike Wey

Replies: 11
Views: 31138

PostForum: gtkD   Posted: Fri Mar 22, 2013 1:38 pm   Subject: How does one add a scoll bar?
I think you could use:
string waitForText()

requestText requires a callback function to get the text.
extern(C) void getText(GtkClipbord* clipboard, char* text, void* userData ...
  Topic: How does one add a scoll bar?
Mike Wey

Replies: 11
Views: 31138

PostForum: gtkD   Posted: Thu Mar 21, 2013 3:14 pm   Subject: How does one add a scoll bar?
I haven't gotten clipboard stuff working.

I haven't used the clipboard functions myself, but are there any problems you are running into?

I've stopped text for going passed the end on the right. ...
  Topic: How does one add a scoll bar?
Mike Wey

Replies: 11
Views: 31138

PostForum: gtkD   Posted: Tue Mar 19, 2013 3:58 pm   Subject: How does one add a scoll bar?
Is the code available somewhere so i could take a look at whats going on?
  Topic: Unable to load dll
Mike Wey

Replies: 6
Views: 19888

PostForum: gtkD   Posted: Sat Mar 16, 2013 3:24 pm   Subject: Unable to load dll
Also, while I'm at it, how do you get scroll bars working? My text goes out the bottom of the text field.

Try putting the widget inside a ScrolledWindow.[/quote]
  Topic: Unable to load dll
Mike Wey

Replies: 6
Views: 19888

PostForum: gtkD   Posted: Sat Mar 16, 2013 11:04 am   Subject: Unable to load dll
Do you have more than one copy of the Gtk runtime installed ?

If you have an GTK_BASEPATH try removing it, (alternatively you could also set it to the correct path).
  Topic: How to go about learning gtkD?
Mike Wey

Replies: 1
Views: 11339

PostForum: gtkD   Posted: Sat Feb 16, 2013 10:33 am   Subject: How to go about learning gtkD?
This forum would probably be the best place to ask for help.
  Topic: Unable to build GTKd 2.0 and DMD 2.060 with DSSS 0.78
Mike Wey

Replies: 6
Views: 22977

PostForum: gtkD   Posted: Sun Oct 07, 2012 4:33 am   Subject: Unable to build GTKd 2.0 and DMD 2.060 with DSSS 0.78
Ok I finally got the static lib. I had to use Build/Bud Confused Also I noticed that I cannot compile any of the demos with dmd itself however I can compile them with Build/Bud Question Confused Anyway at least I ...
 
Page 1 of 29 Goto page 1, 2, 3 ... 27, 28, 29  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group