Too bad I sold my MAC. :(
On Thu, Jun 16, 2011 at 9:35 PM, John Spikowski wrote:
> On Fri, 2011-06-17 at 11:27 +1000, richard terry wrote:
> > On Friday 17 June 2011 10:47:39 John Spikowski wrote:
> > Do the webcam and movie playing/pdf examples work in the Mac?
>
> > *** TYPO ***
> > > Any chanc
I have had 11.3 and then went to 11.4 when it first came out.
I have both Gambas 2.23 and Gambas RC1 running perfectly.
On Thu, Apr 14, 2011 at 11:30 AM, Girard Henri wrote:
> compilation gambas3 on 11.4 : No more problems.
>
> Le jeudi 14 avril 2011 à 16:40 +0200, Steven Lobbezoo a écrit :
> >
Gambas 2.15.2 is a little old, but at least users no longer have to build
2.15 from freshports on PC-BSD.
Enjoy!
http://www.pbidir.com/bt/pbi/6/gambas
--
-Nick
--
Enable your software for Intel(R) Active Management Tech
So I imagine this has been forgotten and dropped by the wayside, but I have
found cde to be very useful in making my app work in opensolaris,
OpenIndiana, PC-BSD and some linux builds, mainly suse and ubuntu.
@Benoît
I think cde may be the best viable solution at packaging libraries for
specified
I have a populated ListView and I want to run commands from the list, but
the list items with spaces won't work in SHELL or EXEC.
Message.Info(ListView.Current.Text) will return the list item with spaces as
it should ie. "this is test"
however when I go to
EXEC [ListView.Current.Text]
or
SHELL L
IS there any movement on the Gambas3 packaging suite to compile and/or
include the runtime and libs for the various distributions? I also looked
at the CDE route and exceptions can be made to keep files to a minimum and
just run your app with cde gbr3 project.gambas
I got minimal results though b
>have you converted your forms ? menu>tools>
Yes
>why not check for this after project load and ask the user to convert them?
yes I have checked and verified.
>The Delete() was reimplemented in your form. But its syntax differs from
the
>original Delete() method from the Control class. This i
I just finished compiling Gambas3 and verified I can play with some code and
test ok, however, when i port my project gambas2 to gambas3 I get error
: "Form.Delete is badly overridden in class"
What do I need to look or change to fix that? I have verified that form
files say Gambas Form file 3.0
ame.
>
> Ed K.
>
> Nicolas Koch wrote:
> > So I had taken a year hiatus away from the GAMBAS community due to the
> > military and am finally back home coding again. :D I gotta tell you I
> > really miss and love coding in GAMBAS. anyways on to my question...
> >
>
So I had taken a year hiatus away from the GAMBAS community due to the
military and am finally back home coding again. :D I gotta tell you I
really miss and love coding in GAMBAS. anyways on to my question...
I have a Form and I want to have two separate groups of RadioButtons.
In each group of
> The Plone CMS was a bit too complex for my taste. I admit a bug tracker is
> needed, but I'd like something like bugzilla, in a simpler way if
> possible. :-)
In that case I'd recommend Trac http://trac.edgewall.org It is a very
good tracker like bugzilla, but incorporates a wiki and has severa
>In other words, the only way things ever get done in free software is
>through someone who takes the initiative. Please don't feel you need to
>ask before doing something for the community.
I am quite aware of this and am in some other communities as a
prominent figure precisely because of initi
Rolf,
> The question is simple: Is it possible to make a small window without
> any gadgets appear and disappear after some seconds showing a small hint
> such as "you got new messages..."?
Yes.
Ok on your project you have your main form say FMain, create another
form call it FNewMsg.
On FMain
Toni,
Are you using gb.gtk, gb.gui or gb.qt?
I have replicated the same error only with gb.qt or using gb.gui while in KDE.
Regards,
Nick
On Wed, Dec 3, 2008 at 8:46 PM, Toni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using the "trayicon" control and I have found a couple of problems
> with it.
> FOR EACH $DIR IN Dir(sPath, "*")
>if left$($DIR,1)<>"." then ComboBox1.Add($DIR)
> NEXT
Thanks Ron and Thank you for schooling me Benoit for explaining to me
what I was doing wrong.
Best Regards,
Nick
-
This SF.Net
AIL PROTECTED]> wrote:
> On jeudi 27 novembre 2008, Nicolas Koch wrote:
>> Hello Gambas Users,
>>
>> Ok an interesting problem I've noticed in gb.gtk or with gb.gui. If
>> you have a ComboBox with items in it and you try to hide one of the
>> items from
Hello Gambas Users,
Ok an interesting problem I've noticed in gb.gtk or with gb.gui. If
you have a ComboBox with items in it and you try to hide one of the
items from listing invoking ComboBox1.Remove("1") you'll get this
error.
(test 26729): Gtk-WARNING **: gtktreemodel.c:429: Negative numbers
Stefano,
Thank you so much.
> -
> DIM sTempScript as String
>
> sTempScript = Temp$
>
> COPY "update.sh" TO sTempscript
>
> SHELL sTempScript WAIT
>
Regards,
Nick
--
Ok so I have created a gambas application and everything works except
for exec or shell a bash script that is packaged in the data folder
update.sh
How do I get Gambas to run scripts packaged in project.gambas?
-
This SF.Net
Hey everyone, I have been looking for an example, but have been
unable to find the following:
1st thing I need a combobox1 to have a list that gets its items from a
directory listing "ls"
2nd thing is a ColumnView1 that has 3 columns Directory, Size and
Location and also Refresh()
ColumnView1.
SHELL "~/.wrtest" &/ data
END
Regards,
Nick
On Sun, Nov 16, 2008 at 12:42 AM, Doriano Blengino
<[EMAIL PROTECTED]> wrote:
> Nicolas Koch ha scritto:
>> well this is what I got so far
>>
>> Just to clarify Software = CloumnView1
>>
&g
D
Where would I add the command for each row in the column? Is this
correct so far?
Nick
On Sat, Nov 15, 2008 at 10:59 PM, Doriano Blengino
<[EMAIL PROTECTED]> wrote:
> Nicolas Koch ha scritto:
>> For the button_click() I have the following
>>
>> PUBLIC SUB button_Clic
v 15, 2008 at 9:15 PM, Nicolas Koch <[EMAIL PROTECTED]> wrote:
> I can't figure out how to have each item in the ColumnView1 have a
> command and then run from a single button_click() Can someone help
> me out here? Each row or key will have there own shell command that
>
I can't figure out how to have each item in the ColumnView1 have a
command and then run from a single button_click() Can someone help
me out here? Each row or key will have there own shell command that
needs to be run.
Thanks in advance
-
24 matches
Mail list logo