[Gambas-user] Resolve error compiling Gambas 3.6.x . gb.pdf -> File: PDFDoc.h not found

2014-11-08 Thread ePost
Hello Gambas users, How to resolve error compiling Gambas 3.6.x . gb.pdf -> File: PDFDoc.h not found. Just install package: libpoppler-private-dev. This package is only included if compiling Gambas 3 (version <= 3.4.2) Please add this package to compiling Gambas 3 (version >= 3.6 or /trunk versio

[Gambas-user] Error configuring gambas3.6.1

2014-11-03 Thread ePost
Hello, I can't configure gambas 3.6.1 (./reconv-all done with success, reconv in ./main got same information about configure.ac and configure.in) The following error occurs: bananapi@SKELLNER22 ~/gambas3-3.6.1 $ ./configure -C configure: loading cache config.cache checking whether to enable main

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-17 Thread epost
Den 2014-10-17 18:44, skrev Jørn Erik Mørne: Tobias Boege wrote: Hi, there is a project attached which tries to implement some drag and drop. The archive has gb.qt4 as graphical component but let me start with its behaviour under gb.gui: - drag from SourceLabel und SourceTextBox and drop o

[Gambas-user] WebFrame gives Sigbart 6

2014-08-15 Thread epost
Attached project fails with Sigbart 6 when clicking 'Find Images' more than once. (Clicking it once and then closing the app gives a Sigbart 11 instead...) *** Error in `WebFrame': double free or corruption (out): 0x01879910 *** === Backtrace: = /usr/lib/libc.so.6(+0x73f8

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-28 Thread epost
This was better: http://sharesend.com/8vg8faml -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet ___ Gambas-u

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-28 Thread epost
Wait, do not downlad that file I pasted - somewhow this file sharing company converts it to exe... that's not good! -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.ne

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-28 Thread epost
Perhaps an example will show what I mean. http://speedy.sh/bHjgE/PlayGround2-0.0.1.tar.gz Run the application twice. First press the first and then the third button - this works. Second time, press all the buttons from top to bottom - this crashes. >If i understand well the error you must to a

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread epost
OK! I meant node insted of key then :) But, I think you misunderstood. Let me illustrate: Fred123 ==> Fred124 ==> Fred124 All these have unique keys, but if I want to reparent one of the Fred124 to be a child of the other, I get the aforementioned error. However, if I rename Fred124 to F

[Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread epost
In TreeView, if you reparent a key to be a child of a key that has the same name as the key you want to reparent, there's an error message saying: "New parent can not be a child item". Renaming the item I want to reparent avoids the bug... - Erik ---

Re: [Gambas-user] extended Combobox

2014-05-26 Thread epost
I was looking for where to enable suggestions for the combobox just this other day. Now I see why I failed to find it :) You have my vote for such a usefeul feature for the Combobox! Regards - Erik -- The best possibl

[Gambas-user] Feature requests: More TextEdit functionallity

2014-05-22 Thread epost
Hi! Some time back I made some feature requests, but I think there was no replies from you, and perhaps you missed it... so I dare ask one more time: A feature that I think would have been really useful would be something like a .RichTextInsert() method for the TextEdit control. This way it woul