Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-28 Thread adamn...@gmail.com
Just because something has a similar name doesn't mean it is the same thing. Your original question makes as much sense as: "How come when I access the Text property of a GridView, it doesn't give me the value of the Alignment property?" V_GridView_Cell.Text and _GridView_Cell.RichText are not

Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-28 Thread PICCORO McKAY Lenz
no no, i mean that i want to use the .text only but does not got any here, only by using .richtext.. ... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-06-28 14:05 GMT-04:00 Charlie : > OK sorry I deleted that post once I reread your post. > > Have a look

Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-28 Thread Charlie
OK sorry I deleted that post once I reread your post. Have a look at this solution GUITest.tar - Check out www.gambas.one -- View this message in context:

Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-28 Thread PICCORO McKAY Lenz
but that's the problem, why richtext have contents and .text does not have it? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-06-28 13:17 GMT-04:00 Charlie : > PICCORO McKAY Lenz wrote > > i have a piece of code, from a complex project, that export line

Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-28 Thread Charlie
PICCORO McKAY Lenz wrote > i have a piece of code, from a complex project, that export line by line > to > a file, the contents of the gridview, but not the text, only the richtext > why are not the same? Try using: *linefile &= "\"" & grid[d, c].RichText & "\";" 'Not .Text* Also you can use:

[Gambas-user] gridview contents x,y are default richtext or text?

2017-06-28 Thread PICCORO McKAY Lenz
i have a piece of code, from a complex project, that export line by line to a file, the contents of the gridview, but not the text, only the richtext why are not the same? For d = 0 To grid.Rows.Count - 1 linefile = "" For c = 0 To grid.Columns.Count - 1 linefile

[Gambas-user] dialog.autoext wiki invalid references and gambas returns null

2017-06-28 Thread PICCORO McKAY Lenz
i have some code that put Dialog.title = "Export CSV" Dialog.filter = ["*.csv", "*.CSV"] Dialoautoext = True I cannot found where was added this, due there a only one reference: http://gambaswiki.org/wiki/comp/gb.form.dialog/dialog/autoext but giot more depends of the gui or of the

Re: [Gambas-user] Logging errors in apps running as Application.Daemon

2017-06-28 Thread PICCORO McKAY Lenz
can you combine that: https://www.gambas-es.org/viewtopic.php?f=5=6396 with a combination of some of that tools: a) recursive programing or exec callback's (i really not expert in this with gambas) b) http://cr.yp.to/daemontools.html c) http://supervisord.org/ Lenz McKAY Gerardo (PICCORO)

Re: [Gambas-user] Logging errors in apps running as Application.Daemon

2017-06-28 Thread alexchernoff
Peace, Can gbr3 be made to log fatal interpreter errors to file? Thanks! -- View this message in context: http://gambas.8142.n7.nabble.com/Logging-errors-in-apps-running-as-Application-Daemon-tp59450p59565.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] [Gambas Bug Tracker] Bug #1102: ODBC driver super buggy 3: impossible made subquerys if the previous its a call/select to SP

2017-06-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1102=L21haW4- Comment #3 by PICCORO LENZ MCKAY: hi zxMarce, really really thanks for your support, about the subquery problem? seem when i have open result (opened cursor i think, with forward only) cannot made another query without free the

[Gambas-user] [Gambas Bug Tracker] Bug #1102: ODBC driver super buggy 3: impossible made subquerys if the previous its a call/select to SP

2017-06-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1102=L21haW4- Comment #2 by zxMarce: As per https://stackoverflow.com/questions/33940294/sqlgetstmtattr-output-value-for-sql-attr-row-number, it seems that SQLite has issues in their ODBC Driver implementation. Per ODBC definitions, returning

Re: [Gambas-user] Playing ".swf" files- can play OK in browser but will not open with webviewer in gambas on one PC but works OK on another!

2017-06-28 Thread PICCORO McKAY Lenz
as i told you, u are using webkit and this relies on the support of the qt installed so in any case play and use swf files are a guindows only related implementation.. i recomende that make more deep learn on linux and change the adobe terrific iplementation Lenz McKAY Gerardo (PICCORO)