[Gambas-user] Gambas 3.9.1

2016-09-23 Thread Roel Touwen
First of all I have to say I am very happy that Gambas updates through dnf. But: Why is it that arrays are changed. I had to go through all my software .count en .sort don't seem to work anymore and produce an error! Further I placed in a childform a form with parent the

Re: [Gambas-user] Gambas on OSX

2016-07-11 Thread Roel Touwen
? 2016-07-11 8:13 GMT+02:00 Roel Touwen [1]<r...@touwtje.info>: Anybody? Op 08-07-16 om 11:41 schreef Roel Touwen: Hi All, Browsing on the internet I found someone who already in 2011 succeeded in porting Gambas to OSX. Is there already a working Gambas available for OSX? It would be fan

Re: [Gambas-user] Gambas on OSX

2016-07-11 Thread Roel Touwen
Anybody? Op 08-07-16 om 11:41 schreef Roel Touwen: > Hi All, > > Browsing on the internet I found someone who already in 2011 succeeded > in porting Gambas to OSX. > > Is there already a working Gambas available for OSX? It would be fantastic! > >

[Gambas-user] Gambas on OSX

2016-07-08 Thread Roel Touwen
Hi All, Browsing on the internet I found someone who already in 2011 succeeded in porting Gambas to OSX. Is there already a working Gambas available for OSX? It would be fantastic! Thanks Roel Touwen -- Attend

Re: [Gambas-user] Mime component to decode popmessage

2016-03-25 Thread Roel Touwen
Anybody? Op 24-03-16 om 14:36 schreef Roel Touwen: > Hi All, > > Today I started working with the pop3 component. To display the message > in (e.g) a webbrowser I have to decode the pop3 message. > > In the sample this has not been worked out. Moreover on remarks as: > 't

[Gambas-user] Mime component to decode popmessage

2016-03-24 Thread Roel Touwen
to decode the mime message? Thanks for now and have a good easter weekend you all! Roel Touwen -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration

Re: [Gambas-user] Storing files in clipboard

2016-03-04 Thread Roel Touwen
Already solved: mimetype=uri-list op 04-03-16 14:06, Roel Touwen schreef: > Hi All, > > I would place a file in the clipboard so I can paste that in the os. I > presume I have to use the mimetype in clipboard.copy() but what mimetype > to use. > >Clipboard.Copy((OrgBa

[Gambas-user] Storing files in clipboard

2016-03-04 Thread Roel Touwen
Hi All, I would place a file in the clipboard so I can paste that in the os. I presume I have to use the mimetype in clipboard.copy() but what mimetype to use. Clipboard.Copy((OrgBasePath & "/" & tv.key), "*text/directory*") Thanks! Roel

Re: [Gambas-user] String conversion for printing

2016-02-18 Thread Roel Touwen
Thanks all, This was the solution to my problem. Grtz Roel op 19-02-16 07:48, Ivan Kern schreef: > Hello, i have had the same problem before i used conversion into > ISO-8859-15. > > sTextCopyToPDF = Conv$(strPrintCopyText, "UTF-8", "ISO-8859-15") > > > > Ivan > >

Re: [Gambas-user] String conversion for printing

2016-02-18 Thread Roel Touwen
Roel op 18-02-16 15:04, Benoît Minisini schreef: > Le 18/02/2016 14:59, Roel Touwen a écrit : >> Hi All, >> >> I have an application that prints. The problem is that when I want to >> print é it appears as é. >> >> So I think I need a string co

[Gambas-user] String conversion for printing

2016-02-18 Thread Roel Touwen
Hi All, I have an application that prints. The problem is that when I want to print é it appears as é. So I think I need a string conversion like Conv$ but wherever I look, there are no working samples. My charset of system and database are UTF8 Who? Grtz Roel Touwen

[Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
Hi all, I'm converting software from Gambas 2 to 3. Printing seems to be very very different in Gambas 3. Has anyone a sample of printing more pages? So also clearing the page etc. Thanks for now. Best regards, Roel

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
start a new page. > > Still, you have to define the number of page to be printed in order to > be able to start printing. > > That makes it somewhat... errr ;) > > Rolf > > Am 03.02.2016 16:05, schrieb Roel Touwen: >> Hi Rolf, >> >> In my software I pr

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
for is the addpage function which was available in gambas 2. Whe I fiddled arount in my code by telling there were 2 pages, the content on page 2 was nog cleared, e.g. it was the same as on page 1. Any ideas? Grtz Roel Touwen op 03-02-16 15:57, Rolf-Werner Eilert schreef: > Hi Roel, > >

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
p before the codes ends anyway to stop this page. > But I don't need this anymore, as my new code will stop painting the > table at the right line anyway. Then printing is ready for this page, > and myPrinter_Draw() will end itself. > > Regards > Rolf > > > > Am 03

[Gambas-user] Json sample

2015-06-04 Thread Roel Touwen
Hi All, I'm upto building a json connection with an external provider. Has anyone a simple sample? Including de put and get etc.? Thanks! Roel Touwen -- ___ Gambas-user

[Gambas-user] File in clipboard

2015-04-22 Thread Roel Touwen
Hi All, I would like to copy a file to the clipboard. So not only text. When I browse to a file in the filesystem (Dolphin) and do a copy and after that I do clipboard.paste I get the filename with file:/// But when I do a clipboard.copy file:/// with the filename. The Os only gets this as a

[Gambas-user] Filter on dir(

2015-04-21 Thread Roel Touwen
Hi All, I cannot find the explanation of the filter variable in dir (Path,Pattern,Filter). What I would like to do is filter only symlink files from a directory. Thanks Roel -- BPM Camp - Free Virtual Workshop May

Re: [Gambas-user] Sample component with a form

2015-03-27 Thread Roel Touwen
Hi Tobias, That is exactly what I was looking for! Many thanks! Best regards, Roel op 26-03-15 23:15, Tobias Boege schreef: On Thu, 26 Mar 2015, Roel Touwen wrote: Hi everyone, Has anybody a sample source of a component which holds a form? I'm trying for two weeks now and I simply

[Gambas-user] Sample component with a form

2015-03-26 Thread Roel Touwen
Hi everyone, Has anybody a sample source of a component which holds a form? I'm trying for two weeks now and I simply don't succeed. What I want to do is have form that I can embed in another form (within a tab). I could use a workspace but people can delete the tab then. Hopefully someone

[Gambas-user] sending a parameter to a form in a workspace

2015-03-14 Thread Roel Touwen
Hi All, I'd like to send a parameter to a form which is a child of a workspace. I simply can't find the solution. E.g. I would like to call a sub with a parm in the form. Or like sending the name of a file which should be opened in a form within the workspace, like gambas ide. Thanks Roel

Re: [Gambas-user] sending a parameter to a form in a workspace

2015-03-14 Thread Roel Touwen
Don't look further, I found it. Roel Touwen schreef op 14-03-15 om 15:06: Hi All, I'd like to send a parameter to a form which is a child of a workspace. I simply can't find the solution. E.g. I would like to call a sub with a parm in the form. Or like sending the name of a file which

[Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
Hi All, At last I moved on to gambas 3. But I'm running in some kind of problem. In gambas2 I used a function to let all the children now Edit is true or false. In the hosting form I do: for each object in workspace.children try object.MayEdit(True)' or false of course next and

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
: Le 11/06/2014 14:32, Roel Touwen a écrit : Hi All, At last I moved on to gambas 3. But I'm running in some kind of problem. In gambas2 I used a function to let all the children now Edit is true or false. In the hosting form I do: for each object in workspace.children try object.MayEdit

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
Hi Benoit, Thanks, that did the trick! Best regards, Roel op 11-06-14 16:27, Benoît Minisini schreef: Le 11/06/2014 15:53, Roel Touwen a écrit : Hi Benoit, Can you give me a sample? I tried: (Also tried to DIM as Window and tried Dim.. as new) But I still get an error on the Wd.MayEdit

Re: [Gambas-user] Strange msq problem

2014-02-14 Thread Roel Touwen [prive]
schreef: And If you add db.commit at the end of the job ? Le 14 févr. 2014 10:04, Roel Touwen [prive] r...@touwtje.info a écrit : Hi All, I have installed the latest Fedora (20) with gambas from the repository. When I do some datathing in mysql it simple won't update the database. This code

Re: [Gambas-user] Strange msq problem

2014-02-14 Thread Roel Touwen [prive]
Bodard schreef: When you say won't work.. does it crash ? Do you obtain the edit result object ? Is result.available is true Le 14 févr. 2014 10:20, Roel Touwen [prive] r...@touwtje.info a écrit : I tried that but it isn't the solution. In the past I tried combining gambas2 and gambas3

Re: [Gambas-user] Strange msq problem

2014-02-14 Thread Roel Touwen [prive]
: On Fri, 2014-02-14 at 10:54 +0100, Roel Touwen [prive] wrote: Sql = relation = ' Main.RobotCust ' and robotID = Main.RobotID and rectype = 'TS' and subID = '' and sequencer = 0 After that line can you print (or debug) Sql. Don't know (because of email wrapping) but it looks kind