Hi All,
I recently discovered that highlight fdoesn't on Gambas 3.7.1 as it did
in previous versions.
I have a textEditor application (gbEdit) that uses a Editor (from
qt4.ext) and heavily relies on highlight for highlighting Gambas code,
difference files, html files, gambas webpages and so on
hlight in the project
properties and next repackage the project. So, now I know and will
remember, but others might run into the same problem.
So, I feel something should be done to prevent mistakes like this from
happening. But, I leave that up to Benoît to figure out the best
solution
val.highlight?
>>
>> Well, I solved the problem by checking gb.eval.highlight in the
>> project
>> properties and next repackage the project. So, now I know and will
>> remember, but others might run into the same problem.
>>
>> So, I feel something should be
Hi all,
Could it be the 'How to package - packagelist' at GambasWiki
(http://gambaswiki.org/wiki/howto/package#t8) is a bit outdated. Same
goes for the 'Compilation and installation - Requirements for
development packages' (http://gambaswiki.org/wiki/install#t2).
They seem to be stuck somewher
On 2015-06-15 00:03, Benoît Minisini wrote:
> Le 13/06/2015 21:18, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> Could it be the 'How to package - packagelist' at GambasWiki
>> (http://gambaswiki.org/wiki/howto/package#t8) is a bit outdated.
>
> The page has been updated, and the c
Hi all,
For the GambOS project we are looking to base next edition of GambOS
based on Debian jessie (instead of Lubuntu).
Big drawback so far is the Debian repositories always being far behind
with Gambas3 packages.
So, for the last two weeks or so, i have been making and testing pakages
start
Hi all,
I have been looking at the Gambas IDE package code (in
app/.src/gambas3/.src/packager folder)
In the package module I see that packages for debain/ubuntu are made
with:
dpkg-buildpackage -d -rfakeroot
Request 1:
Could a simple -k option be added to 'dpkg-buildpackage -d
-rfakeroot' for
On 2015-06-19 02:12, Benoît Minisini wrote:
> Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> I have been looking at the Gambas IDE package code (in
>> app/.src/gambas3/.src/packager folder)
>> In the package module I see that packages for debain/ubuntu are made
>
On 2015-06-19 02:40, wi...@develop.earthshipeurope.org wrote:
> On 2015-06-19 02:12, Benoît Minisini wrote:
>> Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit :
>>> Hi all,
>>>
>>> I have been looking at the Gambas IDE package code (in
>>> app/.src/gambas3/.src/packager folder)
>>>
On 2015-06-19 03:10, Benoît Minisini wrote:
> Le 19/06/2015 02:40, wi...@develop.earthshipeurope.org a écrit :
>>> This is a bug, as the Gambas executable are (or should be)
>>> architecture-independant. Can you provide me the i386 and the armhf
>>> packages?
>>
>> First, it will have to wait unti
On 2015-06-19 02:12, Benoît Minisini wrote:
> Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> I have been looking at the Gambas IDE package code (in
>> app/.src/gambas3/.src/packager folder)
>> In the package module I see that packages for debain/ubuntu are made
>
On 2015-06-19 02:12, Benoît Minisini wrote:
> Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> I have been looking at the Gambas IDE package code (in
>> app/.src/gambas3/.src/packager folder)
>> In the package module I see that packages for debain/ubuntu are made
>
Hi all,
I have been studying the SmallWiki example to get some understanding of
how webpages work.
It all runs fine from IDE.
I have set up a small testing environment (Debian server) on a different
system.
I set up lighttpd (just did a default install of it, no extra
configuration done).
My
On 2015-06-30 21:58, Benoît Minisini wrote:
> Le 30/06/2015 21:42, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> I have been studying the SmallWiki example to get some understanding
>> of
>> how webpages work.
>> It all runs fine from IDE.
>>
>> I have set up a small testing envir
Hi all,
On a testing system (with NO IDE installed) I have several of my
projects installed (using deb packages made with Gambas 3.5.2).
When I came back from vacation I upgraded the system to Gambas 3.8.0
(from 3.7.1) using Gambas team PPA. Also note that I didn't change theme
on the system.
On 2015-09-22 21:36, Tobias Boege wrote:
> On Sat, 19 Sep 2015, Adrien Prokopowicz wrote:
>> Le Sat, 19 Sep 2015 03:51:01 +0200, Beno??t Minisini
>> a ??crit:
>>
>> > Le 19/09/2015 03:26, Adrien Prokopowicz a ??crit :
>> >> Le Fri, 18 Sep 2015 13:12:49 +0200, Beno??t Minisini
>> >> a ??crit:
>>
On 2015-08-26 01:19, Benoît Minisini wrote:
> Le 25/08/2015 21:12, wi...@develop.earthshipeurope.org a écrit :
>> Hi all,
>>
>> On a testing system (with NO IDE installed) I have several of my
>> projects installed (using deb packages made with Gambas 3.5.2).
>> When I came back from vacation I up
On 2015-11-13 11:55, Fabien Bodard wrote:
> Hi,
>
> I've a big problem as i can't understand the gb.args usage even
> with the doc :-/
>
>
> Is there someone that can give me a tips ... or maybe this class must
> be rewritten.
Hi Fabien,
This is a code snippet (and accompanying notes) fr
Hi all,
Is there an simple manner of making an editable TableView only move
through 1 Column upon hitting the 'Enter' on keyboard?
OR EVEN BETTER
make only one column editable instead of the whole table (I assume that
would eliminate moving through all non editable fields)?
Thanks,
gbWilly
On 2015-11-16 17:09, wi...@develop.earthshipeurope.org wrote:
> Hi all,
>
> Is there an simple manner of making an editable TableView only move
> through 1 Column upon hitting the 'Enter' on keyboard?
>
> OR EVEN BETTER
>
> make only one column editable instead of the whole table (I assume that
On 2015-11-24 16:24, PICCORO McKAY Lenz wrote:
> there's a way to return the number version of a gambas propram without
> using I/O acces or file?
>
You can use Application.Version to show version of your program
--
Go
Hi all,
I'm currently working on a Wizard and have a question.
The thing with this specific wizard is that once a user starts the
wizard, he/she should run through the whole wizard, so no canceling
halfway.
For this I would need to be able to disable (or even better make
invisible) the Cancel
On 2015-12-01 14:32, Johny Provoost wrote:
> Op 01-12-15 om 12:36 schreef [1]wi...@develop.earthshipeurope.org:
>
> Hi all,
>
> I'm currently working on a Wizard and have a question.
>
> The thing with this specific wizard is that once a user starts the
> wizard, he/she should run through the wh
On 2015-12-01 17:02, Tobias Boege wrote:
> On Tue, 01 Dec 2015, wi...@develop.earthshipeurope.org wrote:
>> Hi all,
>>
>> I'm currently working on a Wizard and have a question.
>>
>> The thing with this specific wizard is that once a user starts the
>> wizard, he/she should run through the whole
On 2015-12-01 15:40, Rolf-Werner Eilert wrote:
> Without waiting for an answer, I found a workaround for this:
>
> pdftk will rotate any landscape documents "1-endwest", so they are
> printed as usual.
>
> If anyone here is interested in the code, you're welcome of course :)
>
> Regards
> Rolf
On 2015-12-04 22:15, bugtrac...@gambaswiki.org wrote:
> http://gambaswiki.org/bugtracker/edit?object=BUG.858&from=L21haW4-
>
> Comment #3 by PICCORO LENZ MCKAY:
>
> oh men what a problem, so its difficul to said what are in problem, or
> the component itselft or the documentation refers!
>
> so
Hi,
As I have been developing my Gambas3 applications mainly (all except 1)
with gb.qt4 component.
Now, I am facing a problem with the qt5 being rolled out several recent
distro's, when at the same time the older LTS (so, still supported
distros) are still on qt4.
So, packaging my applicatio
On 2015-12-14 22:45, Moviga Technologies wrote:
> They are the same.
>
> Benoît, I've been wanting to ask if we could have an option to turn off
> one of the sets? As for me, I do not like the ones with dollar signs,
> but they are normally suggested first by the intellisense, and I have
> to
> d
On 2015-12-14 23:01, PICCORO McKAY Lenz wrote:
> i think the problem are again in documentation or some misc-information
>
> search at documentation seem that the difference are the manipulation
> respect set of
>
> one its for ACII charset and the other seem are for UTF-8
>
> BUT DOCUMENTATIION
On 2015-12-14 23:24, Tobias Boege wrote:
> On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote:
>> On 2015-12-14 23:01, PICCORO McKAY Lenz wrote:
>> > i think the problem are again in documentation or some misc-information
>> >
>> > search at documentation seem that the difference are the
On 2015-12-14 23:29, PICCORO McKAY Lenz wrote:
> hi Toby
>
> Jussi has right, the wiki before or after me, has some missing points
> to newbie programers
>
> also the http://gambaswiki.org/wiki/lang/replace page has broken
> links! around the gb.Case (also info are ambigous)
>
> we think gambas
nt when using "gb.gui.qt", but that
>> exists when using "gb.gui".
>>
>> Check "gb.gui" instead of "gb.gui.qt", and the packager will create
>> for you:
>> - One package for your application.
>> - One dummy package for each
Hi all,
I have used editing on tables multiple times like this for example:
rResultEdit = $hConn.Edit("KasAanvullingen", "KassaCode = &1 AND Time =
&2 AND Date = &3", sKasAanvulCode, rResultAanvul!Time,
rResultAanvul!Date)
Now I'm facing a harder one:
I have this table and it needs to be edit
On 2015-12-19 02:15, zainudin ahmad wrote:
> This trick(0=0) worked for sqlite
>
> "0=0 ORDER BY Code, Date, Amount"
>
> May be any better idea ?
>
Thanks,
I'll give it a try after the holidays (in 2 weeks) when I am back at
work.
gbWilly
On 2016-01-10 22:52, Robert Boykin wrote:
> I am using Gambas 3.8.4 and can't find the DataBaseManager or any
> mention of it in the IDE .
> I am a newbie trying to learn Gambas
> by studying examples from the internet. Any suggestions?
>
>
Hi Robert,
To use databases in Gambas you need to g
Hi all,
I have written a function to make a pdf from data in a mysql database.
This function is in a library. A command line application
'PrintKwartaal' uses this function.
Goal is to print the pdf on a quarterly base using a cron job on Debain
server. The cron job starts the Gambas application
o access to the code right now.
Anyway thanks for the reply, it is hopeful to know it can work :)
Regards,
Willy
>
> Regards
> Rolf
>
>
>
> Am 23.05.2016 16:31, schrieb wi...@develop.earthshipeurope.org:
>> Hi all,
>>
>> I have written a function to make
>
> Salut gbWilly,
>
> if I read well you ran it by cron!
> Is it a path problem? Too often seen!
The application never run using cron up to now.
That is the goal, but it is of little use if the application is not
working, as it already goes wrong during testing.
But thanks anyway,
gbWilly
-
On 2016-06-02 21:03, PICCORO McKAY Lenz wrote:
i can understand at all!
what the difference?
i want to pass the control to other form, i have mainform and loginform
and
i want pass control from loginfrom to mainform but discarting all the
memory of the loginform
I attached a small project t
Hi all,
I have been editing tables successfully using something like:
rResult = hConn.Edit("error", "id=&1", iId)
This comes in handy when wanting to edit a record with a certain id and
works just fine for simple cases.
But I have a table where the fields id and company (in table error)
togeth
On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote:
> Hi all,
>
> I have been editing tables successfully using something like:
>
> rResult = hConn.Edit("error", "id=&1", iId)
>
> This comes in handy when wanting to edit a record with a certain id and
> works just fine for simple cases
On 2016-06-16 22:05, Benoît Minisini wrote:
> Le 16/06/2016 21:10, wi...@develop.earthshipeurope.org a écrit :
>> On 2016-06-13 16:45, wi...@develop.earthshipeurope.org wrote:
>>> Hi all,
>>>
>>> I have been editing tables successfully using something like:
>>>
>>> rResult = hConn.Edit("error", "
On 2016-06-18 02:54, Shane wrote:
> Are you looking for something like
> hConn.Find("clients", "firstname LIKE &1 OR lastname LIKE &1 OR phone
> like &1 OR street_name LIKE &1 OR suburb LIKE &1", "%" & s & "%")
> except with AND'S
No, not looking for like queries just a simple:
rResult = hConn.Edi
On 2016-11-04 11:52, Piper984 wrote:
> Hi:
>
> I would like to deploy an application I've written to a few Ubuntu
> 16.04
> machines, but the Project->Make->Installation package utility isn't
> functioning the way I'd expect, so would like to get advice on best
> method
> to deploy.
>
> I am us
make one for Ubuntu and try install it I get this:
Dependency is not satisfiable: gambas3-runtime (>= 2.90.0)
It looks like the gambas3-runtime is missing!!!
How is this possible. Is it not included in the
'gambas3-2.99.6.tar.bz2'?
Anyone know how to solve this?
Thanks,
Willy
Syst
Jesus wrote:
> Hi, Willy
>
> Err... well, there is no problem with your setup. The main reason is
> that there aren't yet packages in the repositories.
>
> The installation package you've created contains information on what
> dependencies are needed and tries t
hives.
One for the TestAppGTK, the other for the TestAppQT
I'm on Ubuntu 10.10 Maverick, desktop Gnome, Gambas 2.22
Willy
TestApp.tar
Description: Unix tar archive
--
Write once. Port to many.
Get the SDK and tools to
Any help here please, I'm stuck.
Is this a know issue with the gb.qt components in Gambas 2?
Willy
On do, 2011-12-22 at 18:43 +0100, Willy Raets wrote:
> Hi All,
>
> In an application I'm building I got into trouble with Me.Left and
> Me.Top not doing what they should do.
r/bin/gbx2
[Gambas 3]
Version=2.99.7
Path=/usr/local/bin/gbx3
[Libraries]
Qt4=libQtCore.so.4.7.0
GTK+=libgtk-x11-2.0.so.0.2200.0
Thanks for the new release...
Willy
On ma, 2011-12-26 at 15:17 +0600, Алексей Беспалов wrote:
> > "Please report as much as possible if compilation and i
Thank you very much for all the effort..much appreciated and a great
step forward for Gambas
Enjoy the years ending and have a great new one...
Take care..
Willy
On za, 2011-12-31 at 04:59 +0100, Benoît Minisini wrote:
> Ouf! Gambas 3 is finally out!
>
> As promised, it has been
On gambas website it says Gambas 3 on download button.
Downloads gambas3-2.99.7.tar.bz2 -> this must be a mistake since this is
RC7 already on my system
Someone overlooked something maybe?
Willy
On za, 2011-12-31 at 05:13 +0100, Willy Raets wrote:
> Thank you very much for all the
This seems to be the right link to download Gambas3:
http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.0.0.tar.bz2/download
Enjoy...
On za, 2011-12-31 at 05:23 +0100, Willy Raets wrote:
> On gambas website it says Gambas 3 on download button.
> Downloads gambas3-2.99.7.t
3.0.0
Path=/usr/local/bin/gbx3
Thanks again for all the good work..hope to find Gambas in the
repositories of Ubuntu soon..
Willy
On za, 2011-12-31 at 05:34 +0100, Benoît Minisini wrote:
> Le 31/12/2011 05:23, Willy Raets a écrit :
> > On gambas website it says Gambas 3 on download bu
r Public Sub or Function Dim comes first.
In your code Dim comes second
Try:
Public Sub Main()
Dim Unit1 As New CUnit
CUnit.HowManyUnits()
End
Willy
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don'
e for quite a while now, but no
answer found so far. Hope one of you has an answer.
Thanks,
Willy
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft develope
ntrols and just go to those
that matter for input?
Thanks,
Willy
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Vis
hanks,
Willy
On ma, 2012-02-06 at 18:30 +0100, Emil Lenngren wrote:
> When I did a similar game, I had some boolean variable called locked or
> something. In the mouse receiver event handlers, I first check if the
> boolean variable is set or not. If it is set, I return immediately, if not
CopyMe.txt" TO sCopyPath & "/CopyMe.txt"
ELSE
'If Exists first remove old file then copy new file
KILL sCopyPath & "/CopyMe.txt"
COPY sSourcePath & "CopyMe.txt" TO sCopyPath & "/CopyMe.txt"
ENDIF
ENDIF
Hi Charles,
On za, 2012-02-11 at 05:10 -0800, charlesg wrote:
>
> Willy Raets wrote:
> >
> > Is there a way in Gambas2 (or Gambas3), when using TAB-key on keyboard
> > to have it skip (in my case all read only) controls and just go to those
> > that matter for
baswiki.org/wiki/install/ubuntu#t2
If after all this you still have problems with the examples just let us
know.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
-
6
SDL=libSDL-1.2.so.0.11.4
If more info is needed, let me know.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
== output of a failed run ==
$gdb gbx3
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2)
this for Gambas 3.6.x
So maybe this behaviour is no longer.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
Dive into the World of Parallel Programming! T
On di, 2014-12-30 at 23:04 +0100, Benoît Minisini wrote:
> Le 30/12/2014 14:57, Willy Raets a écrit :
> > Hi all,
> >
> > I was wondering next about the Gambas translator:
> > When importing .po files send to me by a translator, only the empty
> > strings get
On do, 2015-01-01 at 10:02 +0100, Benoît Minisini wrote:
> Le 30/12/2014 23:34, Willy Raets a écrit :
> > On di, 2014-12-30 at 23:04 +0100, Benoît Minisini wrote:
> >> Le 30/12/2014 14:57, Willy Raets a écrit :
> >>> Hi all,
> >>>
> >>> I was
(in my experience) run it as is.
Make sure to backup your source before doing so.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
Dive into the World of Pa
t of trouble, all for nothing...
>
> It still reports version 3.6.90 although as I watched the install I
> clearly saw references to 3.6.99 (see below).
> ... and the results were the same for all three version tests.
>
Yes it will :)
--
Kind regards,
Willy (aka gbWilly)
I can remember it was because my library had version 0.0.0 (or
maybe even 0.0.1, can't remeber as it has been a while ago).
Try increasing the version of your library and then package again and
see what happens. It worked for me.
--
Kind regard
apt-get update
> $ sudo apt-get upgrade
> $ sudo apt-get install gambas3
>
> I have tested this with the Pi and Pi2 (clear Raspbian images).
>
> Regards,
> Alex
>
Hi Alex,
Very nice and very good to know...
I'll update the Gambas wiki for Pin installation to poin
t; correct?
>
This is because a ValueBox doesn't have a change event.
So, the group of ValueBoxes won't have it either.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
ndows to Gambas/Linux,so this latest Gambas update is really bad
timing for me.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
Dive into the World of Par
how to set up a repo, learning how to package Gambas, test the
repo and packages and so on...
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
Dive into the
find documentation that makes sense to me and
this specific situation.
I have like a dozen of bookmarks in my browser on reprepro for a few
years now (add new ones when I find them), reread them like every half
year and still never managed to completely wrap my head around setting
up a repo :)
So
On ma, 2015-03-16 at 11:43 -0300, Sebastian Kulesz wrote:
>
> On Mar 16, 2015 11:36 AM, "Willy Raets"
> wrote:
> >
> > On ma, 2015-03-16 at 09:25 -0500, Lewis Balentine wrote:
> > > Have you considered setting up a local PPA.
> > > In that wa
On ma, 2015-03-16 at 16:04 +0100, Christof Thalhofer wrote:
> Hello Willy,
>
> Am 16.03.2015 um 15:34 schrieb Willy Raets:
>
> > I have considered this but IF I would get a PPA working, I do not have
> > the know how to make the needed Gambas packages to go into the PPA
On ma, 2015-03-16 at 16:50 +0100, Christof Thalhofer wrote:
> Am 16.03.2015 um 16:25 schrieb Willy Raets:
>
> > On ma, 2015-03-16 at 11:43 -0300, Sebastian Kulesz wrote:
> >> You can use the same packages that are now available on the ppa. Just
> >> use curl or wget
On di, 2015-03-17 at 11:35 -0500, Lewis Balentine wrote:
> Congratulations Willy :-)
Thanks, and it only costed me a days work to figure it all out :)
I guess this might mean I'll manage to get the migration going next week
as planned.
>
> On 03/17/2015 11:19 AM, Willy Raet
cerned there is no need to hold back the release
of Gambas 3.7
Thanks for your cooperation.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
Dive into t
akket aanmaken.
.spec bestand aanmaken.
Pakket aanmaken...
rpmbuild -ba '/home/willy/RPM/SPECS/mybox+.spec'
Executing(%prep): /bin/sh -e /home/willy/RPM/tmp/rpm-tmp.pebI7j
+ umask 022
+ cd /home/willy/RPM/BUILD
+ rm -rf /home/willy/RPM/BUILDROOT/mybox+-0.0.1-1.i386
+ cd /home/willy/RPM/BUILD
error output you can see this:
RPM build errors:
File not found: /home/willy/RPM/BUILDROOT/mybox
+-0.0.1-1.i386/usr/bin/'MyBox+'
File not found: /home/willy/RPM/BUILDROOT/mybox
+-0.0.1-1.i386/usr/share/pixmaps/'MyBox+'.png
The single quotes in the path name around the project
checked to see that there is indeed
no gambas sdl2 component available in Gambas 3.7.1
The Gambas 3.7.0 release notes say:
"gb.sdl2 and gb.sdl2.audio are two new components for using SDL2."
Where they forgotten in making the gambas-team stable PPA for 3.7.0 and
up?
--
Kind regards,
hat give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://list
not be more suited as I
see 'Development' more for applications supporting the development of
applications.
Anyone an opinion on this matter?
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
On za, 2015-05-16 at 16:50 +0200, Benoît Minisini wrote:
> Le 16/05/2015 16:37, Willy@develop a écrit :
> > Hi all,
> >
> > I feel there are categories missing in the Farm server.
> >
> > I have an text editor I would like to publish and I feel it fits in none
&
s for explaining.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-th
t can do the job (as somehow that often turns out to be the case).
Any suggestions?
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
One dashboard for se
e(sTemp, "\r\n", "\n")
sTemp = Replace(sTemp, "\r", "\n")
sTemp = Replace(sTemp, "\n", "\r\n")
Case "LF" '\n
Editor still work for TextEditor or would one have to rewrite all?
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
--
One dashboard for servers and applica
I get this error on the documentation page for gb.map
at http://gambasdoc.org/help/comp/gb.map?v3
--
Unexpected error while displaying this page.
'UserControl' class is missing in gb.map component exported classes
CComponent.Load.594
--
Kind regards,
Willy (aka gbWi
quot;.
Don't know about attaching pdf, haven't been there but I am curious too.
email.Send should send the mail. Don't know why it doesn't.
Do you need the username and password for smtp at your provider? Else
just skip it as it is send in plain text and easy to trap with a
wiki or blog. Regards,
>
> Ye! We are waiting desperately for it ;-)
>
> Regards
>
> Jesus Guardon
>
Very much looking forward to this :-)
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org
l client settings to that providers smtp server.
Hence all you need here is the smtp DNS name or IP, no username nor
password of the provider that is connecting you at that location.
So I can't help you with the SSl or TSL.
I can only say that I built a Gambas application at work that
On Wed, 2013-08-21 at 08:43 +0200, Rolf-Werner Eilert wrote:
>
> Am 20.08.2013 20:00, schrieb Willy Raets:
> > On Tue, 2013-08-20 at 16:52 +0200, Rolf-Werner Eilert wrote:
> >>
> >> Am 20.08.2013 15:52, schrieb Marty:
> >>> God Morning All,
> >
On Tue, 2013-08-20 at 20:25 -0400, Marty McGlensey wrote:
> Thanks, Willy. The change from mime.Text to "text/Plain cured the Mime
> error. I still get the authentication error: error 535 - 5.7.8. I've tried
> to send emails to accounts located on the same server. No mail se
ly plain authentication is supported. I think the send process breaks
> down when the password and user get to the smtp host. It may be looking
> for an SSL encoded string not a plain string; therefore authentication
> fails. Rolf and Willy let me know what you think. Is this possib
'
'--Draw project logo --
iY = 285
... '<== stuck right here!!
'
'--Draw Document Version--
iY = 500
...
...
Cairo.End
End
Anyone any ideas, suggestions, links?
--
Kind regards,
Willy (aka gbWilly)
h
On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote:
> Hi All,
>
> Been struggling with inserting an existing .png file onto a
> CairoPdfSurface (gb.cairo).
>
> Done some extensive reading in the documentation but do not seem to find
> a method get the job done. Is this
On Sat, 2013-08-24 at 10:54 +0200, Tobias Boege wrote:
> On Sat, 24 Aug 2013, Willy Raets wrote:
> > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote:
> > > Hi All,
> > >
> > > Been struggling with inserting an existing .png file onto a
> > > Cairo
On Sat, 2013-08-24 at 15:34 +0200, Willy Raets wrote:
> On Sat, 2013-08-24 at 10:54 +0200, Tobias Boege wrote:
> > On Sat, 24 Aug 2013, Willy Raets wrote:
> > > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote:
> > > > Hi All,
> > > >
> > >
On Sun, 2013-08-25 at 14:28 +0200, Tobias Boege wrote:
> On Sun, 25 Aug 2013, Willy Raets wrote:
> >
> > With help of Tobias, now a image appears on the PdfSurface
> > My code now looks like this:
> >
> >
> > Public Sub MakePdf()
> >
> >
ll needed libraries
2. Locate libmdbodbc.so.1 (or libmdbodbc.so.0) -> you need the full path
to it for next step
3. Edit odbc.ini with elevated user rights (located in /Etc)
My odbc.ini for this example looks like this
[DataEnquete]
Description = MS Access ODBC
Driver = /usr/lib/i386-linux
1 - 100 of 417 matches
Mail list logo