[Gambas-user] [Gambas Bug Tracker] Bug #991: packager make qt5/qt4/gtk3/gtk2 packages event if no module was compiled/installed/used in project

2016-08-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.991=L21haW4-

Comment #1 by Benoît MINISINI:

You can produce any GUI flavors module whatever is installed on your system, 
because these packages are just void packages
providing only dependencies on the corresponding components, and the main 
package.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #987: gb.dbus insert application process id to bus and interface name.

2016-08-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.987=L21haW4-

Comment #2 by Benoît MINISINI:

Fixed in revision #7883.

Benoît MINISINI changed the state of the bug to: Fixed.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #896: gb.xml: Crash when ending tag not complete

2016-08-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.896=L21haW4-

Comment #1 by PICCORO LENZ MCKAY:

i can confirm this with gambas trunk lasted and also gambas 3.8.4, also set to 
high due its a important bug that can make debug imnposible in large projects



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #991: packager make qt5/qt4/gtk3/gtk2 packages event if no module was compiled/installed/used in project

2016-08-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.991=L21haW4-

PICCORO LENZ MCKAY reported a new bug.

Summary
---

packager make qt5/qt4/gtk3/gtk2 packages event if no module was 
compiled/installed/used in project

Type : Bug
Priority : Low
Gambas version   : 3.8.90 (TRUNK)
Product  : Development Environment


Description
---

i revised the commit for recent fixed crash of deb packages, and noted some not 
really right:

in packager.module around line 649 see that qt5 and qt4 flavors are made event 
if no related, as  gtk2

in the case of gtk3 only if opengl not are installed/used in project are not 
make!

i think, the conditional must be done, only makes if given flavors modules are 
explicit used/notused in the project or at least in the development 
environment.. 

due, thinks: if i not have the qt5 module, how can i produce the qt5 flavor of 
my package?

so then event check if my project use qt5 module, check if my total env have 
the module installed and available





--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-31 Thread Gianluigi
OK, now I understand what was wrong, alphatrans included in url and the url
would not open.
I have to look more carefully at git.
Thank you
Regards
Gianluigi

2016-08-30 19:42 GMT+02:00 Patrik Karlsson :

> 2016-08-28 11:34 GMT+02:00 Gianluigi :
>
> > Hello Patrik,
> > thanks for the reply.
> > Unfortunately I have not understood how I can get your iconv frontend.
> > Regard
> > Gianluigi
> >
> >
> > If you dont use git you can download a zip with
> https://codeload.github.com/trixon/gambas-alphatrans/zip/master
> 
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] OO design problem?

2016-08-31 Thread Fabien Bodard
The three way are :


Implemented in the base Class :

hChild.Function()


Implemented since a least the second inheritance level :
'hChild must be typed as Object
if hChild is SubTypeClass then hChld.Function


Totaly random :
'hChild must be typed as Object

Try hChild.Function
if Error then Error Subst("Warning: the function  \"Function\" is not
implemented in class &2",, Object.Type(hChild))

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user