[Gambas-user] Feature request: A preview button in the wiki editor

2014-10-04 Thread Tobias Boege
Hi, when I try to update a wiki page, it takes me several (more than I want to admit) tries to get the markup right. For whatever reason. It would be nice, in the favour of cleaner page histories, to have a preview button when editing a page, not only "Save" or "Cancel". Luckily, this can wait u

[Gambas-user] R: Error packets signature - BIS

2014-10-04 Thread Ru Vuott
I forgot the informations about his system and Gambas version: [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.15.0-pf3-pae Architecture=x86 Distribution=Ubuntu 14.04.1 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=16143M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.

Re: [Gambas-user] Issue 566 in gambas: Gambas terminates string with '<' character (ASCII 60)

2014-10-04 Thread gambas
Updates: Status: Invalid Labels: -Type-Bug -GUI-Any Type-Documentation GUI-GTK Comment #1 on issue 566 by tabo...@gmail.com: Gambas terminates string with '<' character (ASCII 60) https://code.google.com/p/gambas/issues/detail?id=566 Did you try: Print "testhttps://code.goog

[Gambas-user] Error packets signature

2014-10-04 Thread Ru Vuott
Hello, our friend, member of italian Gambas forum, tells this problem: the problem concerns the signature of the packets for the following forwarding to launchpad. The compilation works and the packets are regularly created packets: .deb, .orig.tar.gz, .diff.gz, .dsc and .changes He says the pac

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-04 Thread Benoît Minisini
Le 03/10/2014 04:47, B Bruen a écrit : > > Hi Benoît, > > I'd just like to confirm your intentions here. > > As far as I know, under QT4, I have used that "non-existent menu" > trick quite few times. > > I confirm (again under QT4) that a) setting the control popup-menu > name to a non-existent men

[Gambas-user] Issue 566 in gambas: Gambas terminates string with '<' character (ASCII 60)

2014-10-04 Thread gambas
Status: New Owner: Labels: Version-3.4.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 566 by kbezdzic...@gmail.com: Gambas terminates string with '<' character (ASCII 60) https://code.google.com/p/gambas/issues/detail?id=566 1) When I try to use '<'

[Gambas-user] Tableview behaviour

2014-10-04 Thread bill-lancaster
The attached example has a tableview with values in column 0, click on one of those values and it goes into column 1. Alternatively a new value may be entered in column 1. It all works fine but the return key causes unwanted data in column 1. Where am I going wrong? TableviewExample.gz