From jredrejo at ...176... Tue Jun 5 14:01:05 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 5 Jun 2007 12:01:05 +0000 Subject: [Gambas-devel] doubt with a sentence in the 1.9.49 Changelog Message-ID: <8eb28a500706050501o53b3f202y220062e801663ee9@...178...> Hi, Beno?t, rechecking the Changelog for 1.9.49 I don't understand clearly what did this sentence mean: OPT: Uses buffered streams as much as possible. It's in the IDE section, but I followed a thread where you said you modified the interpreter to improve the way LINE INPUT catches the end of the lines. Is there any relationship between both changes? What are the changes you made in the ide to use buffered streams and why? Regards. Jos? L. P.S. I've tried to find the changes in the http://sourceforge.net/mailarchive for svn, but sourceforge always gives me a "500 - Internal Server Error" whenever I try to access to any message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Tue Jun 5 14:23:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 5 Jun 2007 14:23:21 +0200 Subject: [Gambas-devel] doubt with a sentence in the 1.9.49 Changelog In-Reply-To: <8eb28a500706050501o53b3f202y220062e801663ee9@...178...> References: <8eb28a500706050501o53b3f202y220062e801663ee9@...178...> Message-ID: <200706051423.21360.gambas@...1...> On mardi 05 juin 2007, Jos? Luis Redrejo wrote: > Hi, Beno?t, rechecking the Changelog for 1.9.49 I don't understand clearly > what did this sentence mean: > OPT: Uses buffered streams as much as possible. > > It's in the IDE section, but I followed a thread where you said you > modified the interpreter to improve the way LINE INPUT catches the end of > the lines. Is there any relationship between both changes? What are the > changes you made in the ide to use buffered streams and why? > > Regards. > Jos? L. > > P.S. I've tried to find the changes in the > http://sourceforge.net/mailarchive for svn, but sourceforge always gives me > a "500 - Internal Server Error" whenever I try to access to any message. I mean I replaced OPEN xxx FOR READ by OPEN xxx FOR INPUT in many places. This is not related to the way LINE INPUT catches the end of line. Regards, -- Benoit Minisini From jredrejo at ...176... Wed Jun 6 13:19:23 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Wed, 6 Jun 2007 11:19:23 +0000 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component Message-ID: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> Hi, I've checked the new stock icons methods don't work at all when using the gtk component. From the ide, if I select Gnome as desktop, it works fine, so it seems qt is able to load the gnome icons. But when I use the gtk component only some of the icons are loaded (some of them are add, apply, cancel, clear, color, connect, copy, cut, delete,directory,disconnect, edit, file, find, gambas, help, quit) for the rest (archive, audio, auth, book, bookmark,bottom, cdrom, close, etc.) I get errors. I've understood with the new stock icons routines, if an icon was not foud it loaded the default icons, but it doesn't do that. I don't know if that's a bug, or I didn't understand such feature. Appart form that, obviously for there is an error somewhere in the gnome.map... -------------- next part -------------- An HTML attachment was scrubbed... URL: From jredrejo at ...176... Fri Jun 8 11:56:37 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 8 Jun 2007 09:56:37 +0000 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component In-Reply-To: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> References: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> Message-ID: <8eb28a500706080256g1ccc87dg4240f9547b3e11e2@...178...> Looking a way to fix this with the current 1.9.49 version, it seems that gb.form is now managing the icons, but gb.form depends on gb.qt, wich is incompatible with gb.gtk. So when using gb.gtk, gb.form can not be used. Is that right? If it is, is there any workaround to fix the error now, or we'll have to wait to get a gb.form.gtk component? 2007/6/6, Jos? Luis Redrejo : > > Hi, I've checked the new stock icons methods don't work at all when using > the gtk component. From the ide, if I select Gnome as desktop, it works > fine, so it seems qt is able to load the gnome icons. But when I use the gtk > component only some of the icons are loaded (some of them are add, apply, > cancel, clear, color, connect, copy, cut, delete,directory,disconnect, edit, > file, find, gambas, help, quit) for the rest (archive, audio, auth, book, > bookmark,bottom, cdrom, close, etc.) I get errors. > > I've understood with the new stock icons routines, if an icon was not foud > it loaded the default icons, but it doesn't do that. I don't know if that's > a bug, or I didn't understand such feature. Appart form that, obviously for > there is an error somewhere in the gnome.map... > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Fri Jun 8 12:51:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 8 Jun 2007 12:51:58 +0200 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component In-Reply-To: <8eb28a500706080256g1ccc87dg4240f9547b3e11e2@...178...> References: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> <8eb28a500706080256g1ccc87dg4240f9547b3e11e2@...178...> Message-ID: <200706081251.58401.gambas@...1...> On vendredi 08 juin 2007, Jos? Luis Redrejo wrote: > Looking a way to fix this with the current 1.9.49 version, it seems that > gb.form is now managing the icons, but gb.form depends on gb.qt, wich is > incompatible with gb.gtk. So when using gb.gtk, gb.form can not be used. > > Is that right? > If it is, is there any workaround to fix the error now, or we'll have to > wait to get a gb.form.gtk component? > > 2007/6/6, Jos? Luis Redrejo : > > Hi, I've checked the new stock icons methods don't work at all when using > > the gtk component. From the ide, if I select Gnome as desktop, it works > > fine, so it seems qt is able to load the gnome icons. But when I use the > > gtk component only some of the icons are loaded (some of them are add, > > apply, cancel, clear, color, connect, copy, cut, > > delete,directory,disconnect, edit, file, find, gambas, help, quit) for > > the rest (archive, audio, auth, book, bookmark,bottom, cdrom, close, > > etc.) I get errors. > > > > I've understood with the new stock icons routines, if an icon was not > > foud it loaded the default icons, but it doesn't do that. I don't know if > > that's a bug, or I didn't understand such feature. Appart form that, > > obviously for there is an error somewhere in the gnome.map... The internal gb.gtk stock class has to be redesigned, because it does not use the same stock icon names than the gb.form Stock class. In the future, it will work this way: * When gb.gtk is finished, gb.form will be able to use it as it uses gb.qt at the moment. * The internal gb.gtk stock class will be kept, as it really uses the GTK+ stock routines (gb.form looks directly in the GTK+ directories, and so cannot display SVG icons at the moment). The Stock class will use them as a default. * Maybe the Stock class will be put in its own component, so that you can use it without having to use the entire gb.form component. Regards, -- Benoit Minisini From jredrejo at ...176... Fri Jun 8 13:11:06 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 8 Jun 2007 11:11:06 +0000 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component In-Reply-To: <200706081251.58401.gambas@...1...> References: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> <8eb28a500706080256g1ccc87dg4240f9547b3e11e2@...178...> <200706081251.58401.gambas@...1...> Message-ID: <8eb28a500706080411n3ef70f11udaecc9761c27fcd4@...178...> Ok, I understand it, but know, since 1.9.49 version stock icons don't work in gtk, so is there a way to revert that behaviour until those items are done? 2007/6/8, Benoit Minisini : > > On vendredi 08 juin 2007, Jos? Luis Redrejo wrote: > > Looking a way to fix this with the current 1.9.49 version, it seems that > > gb.form is now managing the icons, but gb.form depends on gb.qt, wich is > > incompatible with gb.gtk. So when using gb.gtk, gb.form can not be used. > > > > Is that right? > > If it is, is there any workaround to fix the error now, or we'll have to > > wait to get a gb.form.gtk component? > > > > 2007/6/6, Jos? Luis Redrejo : > > > Hi, I've checked the new stock icons methods don't work at all when > using > > > the gtk component. From the ide, if I select Gnome as desktop, it > works > > > fine, so it seems qt is able to load the gnome icons. But when I use > the > > > gtk component only some of the icons are loaded (some of them are add, > > > apply, cancel, clear, color, connect, copy, cut, > > > delete,directory,disconnect, edit, file, find, gambas, help, quit) for > > > the rest (archive, audio, auth, book, bookmark,bottom, cdrom, close, > > > etc.) I get errors. > > > > > > I've understood with the new stock icons routines, if an icon was not > > > foud it loaded the default icons, but it doesn't do that. I don't know > if > > > that's a bug, or I didn't understand such feature. Appart form that, > > > obviously for there is an error somewhere in the gnome.map... > > The internal gb.gtk stock class has to be redesigned, because it does not > use > the same stock icon names than the gb.form Stock class. > > In the future, it will work this way: > > * When gb.gtk is finished, gb.form will be able to use it as it uses gb.qtat > the moment. > > * The internal gb.gtk stock class will be kept, as it really uses the GTK+ > stock routines (gb.form looks directly in the GTK+ directories, and so > cannot > display SVG icons at the moment). The Stock class will use them as a > default. > > * Maybe the Stock class will be put in its own component, so that you can > use > it without having to use the entire gb.form component. > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Fri Jun 8 13:46:14 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 8 Jun 2007 13:46:14 +0200 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component In-Reply-To: <8eb28a500706080411n3ef70f11udaecc9761c27fcd4@...178...> References: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> <200706081251.58401.gambas@...1...> <8eb28a500706080411n3ef70f11udaecc9761c27fcd4@...178...> Message-ID: <200706081346.14674.gambas@...1...> On vendredi 08 juin 2007, Jos? Luis Redrejo wrote: > Ok, I understand it, but know, since 1.9.49 version stock icons don't work > in gtk, so is there a way to revert that behaviour until those items are > done? > I'm afraid not. Actually the gb.gtk stock icons should work, but with the old names. I didn't change anything in gb.gtk in 1.9.49. So don't set an icon from the IDE, but by code, by using the Stock class directly: Stock["16/quit"]. Regards, -- Benoit Minisini From jredrejo at ...176... Fri Jun 8 14:07:50 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 8 Jun 2007 12:07:50 +0000 Subject: [Gambas-devel] Bug with the stock icons when using the gtk component In-Reply-To: <200706081346.14674.gambas@...1...> References: <8eb28a500706060419t25f5deedu6354a46c82f4dece@...178...> <200706081251.58401.gambas@...1...> <8eb28a500706080411n3ef70f11udaecc9761c27fcd4@...178...> <200706081346.14674.gambas@...1...> Message-ID: <8eb28a500706080507x3cfc7bf1secb436f2b908eb45@...178...> Ok, that works for gtk-2.10, for gtk-2.8 the map must be patched as in previous versions. Thanks, it's enough to solve the updates, at least for me. Jos? L. 2007/6/8, Benoit Minisini : > > On vendredi 08 juin 2007, Jos? Luis Redrejo wrote: > > Ok, I understand it, but know, since 1.9.49 version stock icons don't > work > > in gtk, so is there a way to revert that behaviour until those items are > > done? > > > > I'm afraid not. > > Actually the gb.gtk stock icons should work, but with the old names. I > didn't > change anything in gb.gtk in 1.9.49. > > So don't set an icon from the IDE, but by code, by using the Stock class > directly: Stock["16/quit"]. > > Regards, > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: