Re: [Gambas-user] Gambas app run as root

2010-10-01 Thread Rob
ssword. But most modern distributions don't even set a root password anymore, requiring users to do everything with sudo and graphical wrappers for it such as gksu. I don't know what the case is with Fedora. Rob -

[Gambas-user] Gambasdoc.org hosting (wiki)

2011-03-30 Thread Rob
Hi, my name is Rob Kudla. I've been providing hosting for the Gambas wiki at gambasdoc.org for about 6 years. The wiki needs a new host. The Gambas wiki is currently running on a pre-2.0 release of Gambas, because the operating system on which our host runs is too old for anything new

Re: [Gambas-user] Gambasdoc.org hosting (wiki)

2011-04-11 Thread Rob
ying to avoid was well-meaning suggestions for where my company should get its hosting from in general, since we and our clients have many other requirements unrelated to Gambas. Rob -- Xperia(TM) PLAY It's a major break

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Rob
oming from totally procedural code on a single-tasking system like Sinclair BASIC, object-oriented programming with event handling can take a while to grasp. VB, Javascript/AJAX, and most graphical programming in Java, C/C++, Python, etc. all work the same way nowadays, so once you figure

Re: [Gambas-user] Programming, age

2011-06-23 Thread Rob
ority of what I do for clients, but have doing more Java again lately thanks to Android, after not touching it for about 8 years. (Much better now that Eclipse is stable.) Rob -- Simplify data backup and recovery for y

Re: [Gambas-user] Gambas for Android

2011-07-13 Thread Rob
, but it should be possible. Eclipse and Google's Android SDK together are definitely not as easy to learn as Gambas, but they do provide a GUI form designer and Java is certainly easier to deal with than, say, Objective-C. For those not up to that challenge, there

Re: [Gambas-user] Multiline RegExp [slightly OT]

2011-07-27 Thread Rob
or /the (q\S+) (b\S+) (f\S+)/ it would return a list containing the entire match, "quick", "brown" and "fox". Rob -- Got Input? Slashdot Needs You. Take our quick survey online. Come on,

Re: [Gambas-user] Multiline RegExp [more OT]

2011-07-27 Thread Rob
n the list, but I'd rather have non-technical discussions take place elsewhere. Rob -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll ge

Re: [Gambas-user] gambas webos ?

2011-08-25 Thread Rob
do to support a dead platform. Rob -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and

Re: [Gambas-user] gambas webos ?

2011-08-26 Thread Rob
not really a good fit. Rob -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more

Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-01 Thread Rob
you're out of luck. If you can get TubeMaster++ to work, it's a much better Linux RTMP/RTMPE dumper than rtmpdump, but not command-line and not scriptable. Rob -- Special Offer -- Download ArcSight Logger fo

Re: [Gambas-user] Gambas app calling a PERL Script which calls a program (rtmpdump)

2011-09-02 Thread Rob
force", "--type=" & sType] FOR INPUT OUTPUT ... PUBLIC SUB Process_Read DIM tmp as String READ #LAST, tmp, lof(LAST) sOutput = sOutput & tmp ' sOuput END INPUT OUTPUT simulates a tty when executing the process. I have no way of

Re: [Gambas-user] webbrowser

2009-04-28 Thread Rob
access to the contents of a web browser control, until some future Gambas release it seems you'll have to go back to VB. Rob -- Register Now & Save for Velocity, the Web Performance & Operations Conference from O&

Re: [Gambas-user] How to view GAMBAS BASIC code of a GUI, when I write no code

2009-05-14 Thread Rob
into Gambas code that instantiates the form with the selected options. I wrote something years ago to convert a subset of the Gambas form description language into HTML and CSS, and converting it to plain Gambas code would involve a lot less fiddling

Re: [Gambas-user] Feature Request - Package Management

2009-05-19 Thread Rob
install a version of Gambas that includes an entire copy of KDE 4, for example, I think it's not going to work too well. It's a moot point, since even when they kept Klik up to date, they only included stable versions of programs, not development ones. Rob -

Re: [Gambas-user] I made a big weird stupid mistake

2009-07-22 Thread Rob
On Wednesday 22 July 2009 02:27:44 pm Benoît Minisini wrote: > So the gambasdoc.org is not accessible for a unknown period. > Sorry for the inconvenience! > Now I hope Rob has saved something... It's going again, thanks to a 10-month-old backup from the last time I tried to migrate

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread Rob
ich sped it up by several orders of magnitude. But if both pictures are guaranteed to be the same size, something as simple as converting each one to text-based PPM format and using diff should be sufficient. Rob -- Let

Re: [Gambas-user] Comparing 2 pictures

2009-08-10 Thread Rob
rry I'm image illiterate) It's just another format like PNG or JPG, but it can be optionally text- based. Assuming you have ImageMagick installed on your system, if you go convert myimage.jpg -compress none test.ppm and then "less test.ppm", you'll

Re: [Gambas-user] pickle?

2009-08-11 Thread Rob
e that hard; I've done it in Perl on a number of occasions. Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - an

Re: [Gambas-user] text interface apps

2009-08-12 Thread Rob
ses, so maybe if that's still being developed it would be an option. Googling got me to mytui, NDK++ and CDK, which are ncurses-based widget sets, but they haven't been updated in a few years. Then again, maybe someone tryin

Re: [Gambas-user] Managing soundtracks, WAVs

2009-08-14 Thread Rob
but someone might have beaten me to it.) No idea about recording though Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deploymen

Re: [Gambas-user] The Gambas wiki...

2009-10-18 Thread Rob
On Sunday 18 October 2009 06:47 pm, Jerry McBride wrote: > Is the source code for the wiki available? I understand it's written in > gambas... It would make a great tutorial. As far as I know, it's included in the Gambas tarball in the "app/src/doc

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Rob
te gb.db.firebird? Maybe they could maintain it as a separate package, though I guess whichever Gambas headers they built against would have to be relicensed as LGPL in that case. I didn't know anyone used firebird anymore. Rob ---

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Rob
d of license for my music for years and no one has come up with one, probably because of the difficulty in establishing what constitutes source materials for artistic works). As far as BY goes, there are no CC licenses without attribution anymore, see h

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Rob
On Thursday 19 November 2009 10:36 am, Charlie Reinl wrote: > gambas-1.0.17/help/VisualIntroductionToGambas.html > is this what your looking for ? No, by "the editor page" I meant the page that lets you enter stuff into the wiki, not the page with screenshots

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
onscript". I don't really think crosscompiling Gambas code to Javascript makes any more sense than crosscompiling Gambas code to Java. Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
ication. Didn't get very far (got hung up on the same ARM crosscompilation issue as someone else who recently posted, before even making any code changes). But I'm still looking at doing that, as well as trying to get a minimal Gam

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
time as you choose to embark upon it. Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best,

Re: [Gambas-user] keep forms into a form

2009-11-24 Thread Rob
ktop" approach was the best anyone could come up with two and a half decades ago.... on the Mac. Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report desi

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-24 Thread Rob
t been coined yet), but simply taking desktop apps and throwing them on a web page really didn't work that well as a user interface paradigm. But I forgot about GWT. I should have a look at the code it generates to see how awful it is, but it's still strange to me to think of a high-l

Re: [Gambas-user] Another question about Gambas on ARM

2009-11-26 Thread Rob
king at the Debian ARM packages of Gambas, and I think that's a pretty good place to start. I would think you'd have to run "make install" on the target architecture, perhaps in an emulator environment if it&

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Rob
er seen these list messages threaded at all, even though I have "Expand thread" and "Collapse thread" options in the View menu. Rob -- Join us December 9, 2009 for the Red Hat Virtual Experience, a f

Re: [Gambas-user] Please help

2010-04-21 Thread Rob
another folder. Unfortunately, I don't know what Windows software is best to use for burning CD images to disc, so you'd have to google around for that. Rob -- ___ Gam

Re: [Gambas-user] Gambas and ssh

2010-06-23 Thread Rob
assing the command line arguments as well as handling bidirectional I/O between the two processes. I might have used the Expect module, not sure (it was for a client and I don't think I have the code anymore.) Rob --

Re: [Gambas-user] gambas for iphone or ipad apps

2010-08-19 Thread Rob
the future. It may be possible to port Gambas and an X server to the iPhone/iPad for use by users with jailbroken devices, but without a profit or fame motive, I don't see anyone putting the effort into that. I already went down this path about a year ago, and Apple's only go

Re: [Gambas-user] gambas for iphone or ipad apps

2010-08-21 Thread Rob
it feel native. I've been waiting for a cheap Chinese tablet with a multitouch capacitative touchscreen as a test device, since most phones coming out now are multitouch and capacitative (use your finger, not a stylus). If you know of any like that and could send me a link privately, I&#

Re: [Gambas-user] RaspberryPi

2012-12-17 Thread Rob
On 12/17/2012 11:31 AM, John Rose wrote: > Emil & Rob, > Thanks for your replies. I presume that armhf is appropriate for > RaspberryPi. I assume that Ubuntu repos will be fine for Debian Squeeze. > I'll let you know how I get on. Sorry for the confusion. I just answe

Re: [Gambas-user] How does one do some sort of auto-documentation for program

2008-06-10 Thread Rob
nk you could adapt that concept to work with comments in your Gambas code, or adapt Benoit's Wiki generator program to generate static HTML for your own classes. Rob - Check out the new SourceForge.net Marketplace. It&

Re: [Gambas-user] Simple question how to select and activate a radiobutton via code

2008-06-23 Thread Rob
ot it a bit backwards. You need to change the Value property of the radio button, which will trigger the Click event, not the other way around. http://gambasdoc.org/help/comp/gb.qt/radiobutton/.click "Raised when the user clicks on the RadioButton

Re: [Gambas-user] Regexp Submatches

2008-06-25 Thread Rob
e useful to at least default to a syntax summary (as in VB's class inspector) rather than prompting the user to edit the page if the documentation's missing. As it is, if you edit the page but leave it blank and save it, the wiki inserts the syntax summary anyway. Rob -

Re: [Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Rob
On Wednesday 30 July 2008 11:02, Stefan Miefert wrote: > Under windows I use .cur Format and define theclickpoint in the > gfx programm. But how can I do this in gambas/linux? Set the X and Y properties of your cursor object

Re: [Gambas-user] packages for mandriva 2007

2008-08-14 Thread Rob
On Thursday 14 August 2008 10:31, Francesco Xavier Kolly Mally wrote: > to mr. Rob Kudla > do you make gambas urpmi packages for mandriva 2007.0.i586 I do have a Mandriva 2007.0 machine still kicking around (it'll be wiped and replaced with Ubuntu Hardy in the next few weeks i

Re: [Gambas-user] packages for mandriva 2007

2008-08-14 Thread Rob
ages built it's a good thing I haven't had the nerve yet, I guess. Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SD

Re: [Gambas-user] All Basic new look

2008-08-21 Thread Rob
e posts come to us rather than the other way around. Best of luck in your endeavor. Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mobli

Re: [Gambas-user] text files

2008-08-26 Thread Rob
et two chars added at the start of the file. "WRITE" writes its arguments in binary format, which includes the length of the string in this case. You want PRINT. Rob - This SF.Net email is sponsored by the Moblin Yo

Re: [Gambas-user] Drawing Persistence

2008-08-31 Thread Rob
by the popup) are blanked out--needing to be > redrawn by calling the initial drawing event. You want the Cached property. http://www.gambasdoc.org/help/comp/gb.qt/drawingarea/cached Rob - This SF.Net email is sponsored by

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Rob
ization, just as I think the one based on this book eventually would. MediaWiki is a better wiki than TWiki was, but a book needs a fundamental organization to it. I think that if someone wants to proceed with this, you'll need to get in touch with John -- or, if t

Re: [Gambas-user] MD5SUM collisions

2008-10-24 Thread Rob
p verification, not a password hash or the basis for encryption. I think it's fine. Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with

Re: [Gambas-user] Regular expressions

2008-10-30 Thread Rob
bout instantiation, to which I just added a brief example: http://gambasdoc.org/help/comp/gb.pcre/regexp/_new Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Rob
= "" end if if subj <> "" then re.exec(subj) loop return matches end Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's c

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Rob
erent types to trigger the same event, and control groups allowed me to do that where VB control arrays wouldn't have. Rob - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [Gambas-user] Gambas Help - PLEASE - Object Arrays - Need help ASAP

2008-11-06 Thread Rob
et reference is. Agreed. This will be easier if you have "OK" and "Cancel" buttons across the bottom of the screen and want to tell which one got pressed, but if you have an array of 64 buttons (or text boxes, like one of my clients) it might be time to start assignin

Re: [Gambas-user] GAMBAS Suggestions

2008-12-07 Thread Rob
thin clients and web-based applications, at least where I am, so Gambas is back to being just a personal interest of mine that takes up some of my left over free time. If your situation affords you more time, I hope you'll step up. Rob ---

Re: [Gambas-user] Problem with gambas wiki web site

2008-12-14 Thread Rob
On Friday 12 December 2008 11:30, Benoit Minisini wrote: > Apparently gambasdoc.org does not answer anymore, nor kudla.org, the > domain where you can write to Rob Kudla, the gambasdoc.org server owner. > If you read that Rob, please tell us what happens! We had an ice storm here in the

Re: [Gambas-user] URL encoding "%20"

2008-12-30 Thread Rob
out = strout & "%" & Hex$(a, 2) else strout = strout & mid(strin, i, 1) endif next return strout end Rob --

Re: [Gambas-user] Web application - CURL and Cookies?

2008-12-30 Thread Rob
ately, that seems to be undocumented right now. If it's a legacy HTML document, libxml does have an HTML parser available, but it seems that gb.xml doesn't expose that functionality at present so you'd need to use external

Re: [Gambas-user] Web application - CURL and Cookies?

2008-12-30 Thread Rob
On Tuesday 30 December 2008 16:47, birchy wrote: > I guess that manual parsing with string functions is the only accurate > way to achieve this. I'd probably try to write a class that wrapped gb.pcre to do that, but I would say that, since I wrote gb.p

Re: [Gambas-user] URL encoding "%20"

2008-12-30 Thread Rob
intable characters with %xx. URL DEcoding is replacing %xx with the original non-printable character. What I wrote will be fine for encoding and what you wrote in this response will be fine if you rename the function t

Re: [Gambas-user] Gambas2 USB detect !!??

2009-01-02 Thread Rob
device name of the drive. I haven't hooked any USB drives up to my Ubuntu server since I upgraded so I don't know if every distro has logs that look like that, or just Mandriva. Rob -- ___

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Rob
se he saw a SELECT statement and > assumed this particular to MySQL (!) Actually, it's LAST_INSERT_ID() that isn't standard SQL. Rob -- This SF.net email is sponsored by: SourcForge Community SourceForge

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Rob
me (keycolumn, ...) VALUES (gen_id(generator_id, 1), ...); -- after all that, here's the LAST_INSERT_ID() equivalent SELECT gen_id(generator_id, 0); I have no idea whether this is safe to use with multiple connections (like MySQL's is) or anything like that. I also don&

Re: [Gambas-user] Component Web Browser

2009-01-15 Thread Rob
component using Gecko, but I personally don't have time to do that. Rob -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/

Re: [Gambas-user] An other OO problem.

2009-01-20 Thread Rob
is lost to either garbage collection or a memory leak), but in a deep copy, there are two independent copies of the array when you're done. In Gambas the latter is true. Rob -- This SF.net email is sponsored by:

[Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-28 Thread Rob
sent except for that one server (which has to be 8.04 due to LTS.) I attached what I think is a fixed debian/control file. Could someone with access rebuild the Hardy 2.8.2 packages with it? I'll try to get Hardy installed on a workstation so I can rebuild them if no one else has time. T

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-28 Thread Rob
X server, Konqueror, Firefox, GNOME, etc., and it's not going to be viable as a web scripting language. Rob -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-29 Thread Rob
seems to me like xdg-utils should be a recommended package for gambas2-runtime and not a dependency. Rob -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. ht

Re: [Gambas-user] Broken dependencies in Ubuntu 8.04 packages

2009-01-29 Thread Rob
gambas2-gb-qt (instead of just one or the other.) Rob -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword __

Re: [Gambas-user] License of Gambas Logo

2009-02-04 Thread Rob
.osuosl.org/Uelsk8s/gambas-beginner-guide.pdf Rob -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsi

Re: [Gambas-user] Re; Threads ...

2009-02-05 Thread Rob
x27;re going to start multiple copies of the program to simulate multithreading, you might as well just run it as an xinetd service using a file or database store for session information. Rob -- Create and Deploy Rich Inter

Re: [Gambas-user] License of Gambas Logo

2009-02-07 Thread Rob
ed by native code compilation would be enough to justify dealing with all the issues it would cause. The vast majority of what Gambas does is calling external libraries which are already native code. Rob -- Create and Dep

Re: [Gambas-user] is it possible? make gambas project a library

2009-02-09 Thread Rob
towards the creation of Gambas-based plugins for other programs (e.g. Firefox or various audio programs), Gambas applets for environments that require .so files (like the KDE panel), or even standalone Gambas executables. Rob ---

Re: [Gambas-user] GTK problems (License)

2009-03-09 Thread Rob
oprietary software with Gambas would do so. Rob -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to bo

Re: [Gambas-user] Help using gb.pcre

2009-03-10 Thread Rob
\-]+\\.[a-z] {2,4}\\b") validemail = re.Text if not validemail then print myemail & " is not a legal email address.\n" else print myemail & "\n" end if Rob -- Apps buil

Re: [Gambas-user] analyzing version numbers in gambas

2009-03-25 Thread Rob
would do something like this: ($maj, $min) = split(/\./, $version); $sortableversion = sprintf("%05d.%05d", $maj, $min); I think you could do much the same in Gambas but it would take more lines, two Format() calls instead of just a sprintf, and you'd be using an array rathe

Re: [Gambas-user] analyzing version numbers in gambas

2009-03-25 Thread Rob
and 2.5 in some other developers' schemes, and you can't derive it without observation and manual intervention. Then you have the projects who change their numbering schemes in midstream, like pan (0.133 is newer than 0.

Re: [Gambas-user] analyzing version numbers in gambas

2009-03-25 Thread Rob
of the two if you treat them as floats, but is the earlier version number in the numbering schemes that are currently in fashion. Rob -- ___ Gambas-user mailing list Gambas-use

Re: [Gambas-user] A way to compile, make exec, and create package from outside IDE?

2009-04-04 Thread Rob
story. You may want to try to copy the package building code out of the Gambas IDE and integrate it into yours... or maybe work on making it into a component to be use

Re: [Gambas-user] In simple English could someone explain what the h does in instanciation?

2009-04-05 Thread Rob
box1. The use of "h" in object variable names is just a convention ("h" usually meaning "handle", like "p" or "ptr" in C programs

Re: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang

2016-04-07 Thread Rob Kudla
On 10/27/2015 03:03 AM, Christof Thalhofer wrote: > Thanks. Do you know Robert Kudla? I know I'm late to the party, but I'm Rob Kudla. I owned the gambasdoc.org domain name for its entire existence, and hosted the gambas wiki on one of my company's ancient colocated servers. (

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Rob Kudla
iry system. Even so, Access misbehaved constantly and made it a nightmare. Multi-user networked database applications need a multi-user networked database server. Period. Rob -- Get 100% visibility into Java/.NET code with

Re: [Gambas-user] Gambas doc down?

2013-09-02 Thread Rob Kudla
On 2013-09-02 18:38, Jussi Lahtinen wrote: > I can't connect to www.gambasdoc.org , anyone knows what's wrong? Comes right up for me, but then, it's our server. Are you still unable to connect? Rob -

Re: [Gambas-user] Gambas doc down?

2013-09-09 Thread Rob Kudla
On 2013-09-09 17:54, Jussi Lahtinen wrote: > Any DNS server suggestions? I'm happy with Google's. Started using it when our ISP switched us to a really flaky server, and when I encountered bad DNS in a number of hotel rooms I just went and hardcoded them. 8.8.8.8

Re: [Gambas-user] gambasdoc.org is off

2013-09-27 Thread Rob Kudla
public DNS (I use Google, 8.8.4.4/8.8.8.8) or add the following: 64.128.110.55 gambasdoc.org www.gambasdoc.org to your hosts file. Rob -- October Webinars: Code for Performance Free Intel webinars can help you accelerat

Re: [Gambas-user] gambasdoc.org is off

2013-09-29 Thread Rob Kudla
On 2013-09-27 11:05, Rob Kudla wrote: > One of our two DNS servers is timing out, Today I updated the bad second DNS server record in the domain to use the first DNS server on a different IP address. It's not a good solution, but hopefully it'll improve the situation until the secon

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2013-10-31 Thread Rob Kudla
ied numerous times without getting further than a proof of concept. You can replace Android on many devices with a full Ubuntu ARM installation, but you'll usually do so at the expense of some hardware functionality, such as accelerated grap

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2013-10-31 Thread Rob Kudla
TML, if I wanted to write Android apps (at least the kind of app I would have used Gambas for on the Linux desktop) without dealing with Java. You can even put them in Google Play if you want. Rob On 2013-10-31 09:28, Jose Monteiro wrote: > Thank you Rob, for your quick reply. > > A Virtu

Re: [Gambas-user] Gambas Future: shift away from Linux?

2013-11-04 Thread Rob Kudla
as interested for a few years when I had clients with heterogenous desktop environments, but cross-platform desktop development has largely moved to the web. I'd be more interested in seeing an Android port, yet not interested enou

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-26 Thread Rob Kudla
es Oh, there are plenty of those people still around. Usually, they use a different scripting language than the one they're maligning, or are functional programming snobs, or ivory-tower CS jobs. Most people I've met in IT are a little more technology-agnostic, though of course a

Re: [Gambas-user] A little article on Gambas on Phoronix

2013-11-27 Thread Rob Kudla
t it just goes to show that mission-critical software depends on what the business needs, not what's stable, secure or even sane. (No Z80 machines in my past except a Colecovision, but I had at least 5 6502-based ones... still really enjoy that flavor of assembly language, especially with modern mac

Re: [Gambas-user] Web apps

2013-11-29 Thread Rob Kudla
works well in a desktop paradigm will usually not make for a very good HTML5 app. Plus, it probably would have sucked, especially if you had something like a MouseMove event handler that caused the Gambas CGI to load a

Re: [Gambas-user] gambas documentation offline include in source (gb.web)

2013-11-30 Thread Rob Kudla
er) but I hope it'll get you started. Works well on my own laptop. It's 23.1 MB, expands to 83. http://www.gambasdoc.org/gambasdoc-static-20131130.tar.gz Rob -- Rapidly troubleshoot problems before they affec

Re: [Gambas-user] how to convert VB Project file to Gambas

2013-12-13 Thread Rob Kudla
third party VB controls. http://gambas.8142.n7.nabble.com/ANN-ImportVBProject-0-0-8-td7076.html Rob -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a cle

Re: [Gambas-user] how to convert VB Project file to Gambas

2013-12-13 Thread Rob Kudla
On 12/13/2013 08:30 AM, Jussi Lahtinen wrote: > Rob, you haven't use Gambas for years? Nope, don't even have Gambas installed anywhere except on the host that runs gambasdoc.org. I still think Gambas is a great language (I'm still reading the list every day, after all) and

Re: [Gambas-user] SteamOS and GAMBAS

2013-12-14 Thread Rob Kudla
ical audience to add your repo and install your stuff -- as easy as it is on Win8 or OSX or Android, at least -- is another question, but one that should become clear within the next few months. Rob -- Rapidly tro

Re: [Gambas-user] Problem with web site and wiki

2014-01-09 Thread Rob Kudla
On 01/09/2014 04:53 AM, Benoît Minisini wrote: > Rob, if you read that: can you give me the ownership of 'gambasdoc.org' > name so that I make it point to another server? Sure. I've asked twice on the list for the last few years and not gotten any offers of a new home

Re: [Gambas-user] Problem with web site and wiki

2014-01-09 Thread Rob Kudla
rop in the bucket for a hosting service, but I don't know what your bandwidth there is like. I've actually been trying to rsync my personal stuff off of the server in question since last night, so it's not just you who's sick of the s

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-24 Thread Rob Kudla
"setup.exe is the pinnacle of package management" or "applications are best distributed in one big file containing all the dependencies statically linked" or "it's up to the compiler's author to port to my non-standard architecture", because none of those are true.

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-25 Thread Rob Kudla
On 01/24/2014 07:18 PM, Carl Nilsson wrote: > Rob: ...and so maybe a million new users get introduced to Python - > already loaded in the Wheezy RPi distro, not Gambas. If you want to > secure the long term future of Gambas, one of things that must be done > is to attract new users

Re: [Gambas-user] gb.db: Primary Key of a INSERT

2014-02-03 Thread Rob Kudla
Update() insert a new record if the Result object is pointing past the end of the table? If it will, the wiki should be updated to reflect that. Rob -- Managing the Performance of Cloud-Based Applications Take advantage of

Re: [Gambas-user] GambasGears FPS

2014-02-20 Thread Rob Kudla
ronized to the vertical refresh" on standard error? Rob -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pu

  1   2   >