[Gambas-user] translating planar coordinates relative to point's angle

2011-03-13 Thread Kevin Fishburne
I'm disturbed that I couldn't find an answer via Google that wasn't too complex for my feeble mind to understand (my fault; I suck at math), so I'm asking here. I'm trying to move a point with an angle/direction/vector relative to its angle. Let's say I have these variables: Dim a as Single '

Re: [Gambas-user] Issue 51 in gambas: valuebox of type IPAddress gives out of bounds error and signal 11

2011-03-13 Thread gambas
Updates: Status: Fixed Comment #2 on issue 51 by benoit.m...@gmail.com: valuebox of type IPAddress gives out of bounds error and signal 11 http://code.google.com/p/gambas/issues/detail?id=51 It should be fixed in revision #3650.

[Gambas-user] Errata: Font in the add Watch textbox

2011-03-13 Thread richard terry
On Sunday 13 March 2011 22:22:51 richard terry wrote: > Meaning to ask this for a while - the font in this text box is quite small > on my machine - is it my machine or is it set that small? > > Regards > > Richard > > ---

Re: [Gambas-user] Issue 51 in gambas: valuebox of type IPAddress gives out of bounds error and signal 11

2011-03-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 51 by benoit.m...@gmail.com: valuebox of type IPAddress gives out of bounds error and signal 11 http://code.google.com/p/gambas/issues/detail?id=51 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 48 in gambas: long lines wrap in search window

2011-03-13 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #2 on issue 48 by benoit.m...@gmail.com: long lines wrap in search window http://code.google.com/p/gambas/issues/detail?id=48 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 47 in gambas: Make code pretty tool button clears breakpoints

2011-03-13 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #2 on issue 47 by benoit.m...@gmail.com: Make code pretty tool button clears breakpoints http://code.google.com/p/gambas/issues/detail?id=47 (No comment was entered for this change.) ---

[Gambas-user] Issue 51 in gambas: valuebox of type IPAddress gives out of bounds error and signal 11

2011-03-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 51 by zachsmit...@gmail.com: valuebox of type IPAddress gives out of bounds error and signal 11 http://code.google.com/p/gambas/issues/detail?id=51 1) if a valuebox of ty

Re: [Gambas-user] Image class and histogram

2011-03-13 Thread Matti
It's a histogram of pure brightness values, used in photography and in all those image processing programs. See http://manual.gimp.org/en/gimp-histogram-dialog.html: "For RGB images, it is convenient to define a Value “pseudochannel ”. This is not a real color channel: it does not reflect any inf

Re: [Gambas-user] Image class and histogram

2011-03-13 Thread Benoît Minisini
> Great! > Works fine. For the channels R, G, B I get exactly the same histograms as > GIMP shows. > For the combined grayscale histogram I get a different curve, but this > depends on how the brightness value is computed. Have to read more. > You get an histogram only for R, G, B and Alpha. What

Re: [Gambas-user] Image class and histogram

2011-03-13 Thread Matti
Great! Works fine. For the channels R, G, B I get exactly the same histograms as GIMP shows. For the combined grayscale histogram I get a different curve, but this depends on how the brightness value is computed. Have to read more. Am 13.03.2011 03:49, schrieb Benoît Minisini: > > I implemented

Re: [Gambas-user] Issue 50 in gambas: [feature request] unicode support

2011-03-13 Thread gambas
Updates: Status: WontFix Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 50 by benoit.m...@gmail.com: [feature request] unicode support http://code.google.com/p/gambas/issues/detail?id=50 I understand the problem for not being able to write symbols

Re: [Gambas-user] Issue 48 in gambas: long lines wrap in search window

2011-03-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 48 by benoit.m...@gmail.com: long lines wrap in search window http://code.google.com/p/gambas/issues/detail?id=48 (No comment was entered for this change.)

Re: [Gambas-user] Issue 49 in gambas: gb3 IDE tab order not preserved

2011-03-13 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 49 by benoit.m...@gmail.com: gb3 IDE tab order not preserved http://code.google.com/p/gambas/issues/detail?id=49 (No comment was entered for this change.) -

Re: [Gambas-user] Signal 11 with callback functions

2011-03-13 Thread Jussi Lahtinen
Works correctly and FAST! Thanks, this is very useful feature! Jussi 2011/3/13 Benoît Minisini > > It's better, but there are other problems too... Something to do with > > "select case" and callback functions. > > I managed to isolate the problem. See attachment. > > > > Click coupleo of tim

Re: [Gambas-user] Signal 11 with callback functions

2011-03-13 Thread Benoît Minisini
> Can someone explain what extern callbacks are/do? > > Thanks! > Some external functions written in C ask for a function pointer argument. In Gambas 3, you can use any private or public function written in Gambas as function pointer. The interpreter internally creates a temporary internal C

Re: [Gambas-user] Signal 11 with callback functions

2011-03-13 Thread Jussi Lahtinen
Take a look at the sources I attached to earlier mail. But quickly explaining; it means possibility to use external library, in way that external library also uses functions from gambas program. See also: http://en.wikipedia.org/wiki/Callback_%28computer_programming%29 http://gambasdoc.org/help/la

Re: [Gambas-user] Signal 11 with callback functions

2011-03-13 Thread Ron
Can someone explain what extern callbacks are/do? Thanks! 2011/3/13 Benoît Minisini : >> It's better, but there are other problems too... Something to do with >> "select case" and callback functions. >> I managed to isolate the problem. See attachment. >> >> Click coupleo of times that button, an

Re: [Gambas-user] Font in the add breakpoint textbox

2011-03-13 Thread Michael
I can't find this textbox. I have a Toggle Breakpoint menu and a Tooltip but no text box. AM I missing something? Michael On 13/03/11 22:22, richard terry wrote: > Meaning to ask this for a while - the font in this text box is quite small on > my machine - is it my machine or is it set that sma

[Gambas-user] Font in the add breakpoint textbox

2011-03-13 Thread richard terry
Meaning to ask this for a while - the font in this text box is quite small on my machine - is it my machine or is it set that small? Regards Richard -- Colocation vs. Managed Hosting A question and answer guide to deter