Re: [Gambas-user] How to register and login to the Wiki?

2016-03-23 Thread Benoît Minisini
Le 24/03/2016 05:18, T Lee Davidson a écrit :
> On 03/16/2016 08:53 PM, T Lee Davidson wrote:
>>
>>
>> On 03/16/2016 07:58 PM, Tobias Boege wrote:
>>> On Wed, 16 Mar 2016, T Lee Davidson wrote:
> I used to be able to login to the Wiki (http://gambaswiki.org/). This was 
> prior to it receiving its new face.
>
> Now, I cannot login apparently. When I enter my login credentials, I see 
> no evidence of being logged in and still see the
> "Login" button. There is also no recover password, nor register, link.
>
> Has the procedure for registering/logging in changed, and I simply cannot 
> find the documentation explaining it?
>
>>> There should be no documentation necessary for logging in. The intuitive way
>>> works over here. See screenshots 1 to 3.
>>>
>>> Regards,
>>> Tobi
>>
>> Thanks Tobi. And, yes, I did not think there should be any documentation 
>> necessary for logging in.
>>
>> But as I said, I cannot log in. After submitting the login form, the "Login" 
>> button remains; no "Logout" button. I get no error
>> message, nor any link to retrieve password, nor any link to register. I just 
>> figured there _must_ be something I am missing that
>> is perhaps documented somewhere that I cannot find.
>>
>>
>
> So, does anyone know how I might be able to log in to the Wiki? Either by 
> retrieving or resetting my password? Or, by
> re-registering?
>
> In other words:
>
> If it exists, where is the Reset Password link?
> Or, where is the Register link?
>
>
> Thanks.
>
>

Ha, sorry! The accounts are now centralized it the bugtracker. So you 
actually register from it. There is no message at the moment on the wiki 
when your login fails.

-- 
Benoît Minisini

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to register and login to the Wiki?

2016-03-23 Thread T Lee Davidson
On 03/16/2016 08:53 PM, T Lee Davidson wrote:
>
>
> On 03/16/2016 07:58 PM, Tobias Boege wrote:
>> On Wed, 16 Mar 2016, T Lee Davidson wrote:
>>> >I used to be able to login to the Wiki (http://gambaswiki.org/). This was 
>>> >prior to it receiving its new face.
>>> >
>>> >Now, I cannot login apparently. When I enter my login credentials, I see 
>>> >no evidence of being logged in and still see the
>>> >"Login" button. There is also no recover password, nor register, link.
>>> >
>>> >Has the procedure for registering/logging in changed, and I simply cannot 
>>> >find the documentation explaining it?
>>> >
>> There should be no documentation necessary for logging in. The intuitive way
>> works over here. See screenshots 1 to 3.
>>
>> Regards,
>> Tobi
>
> Thanks Tobi. And, yes, I did not think there should be any documentation 
> necessary for logging in.
>
> But as I said, I cannot log in. After submitting the login form, the "Login" 
> button remains; no "Logout" button. I get no error
> message, nor any link to retrieve password, nor any link to register. I just 
> figured there _must_ be something I am missing that
> is perhaps documented somewhere that I cannot find.
>
>

So, does anyone know how I might be able to log in to the Wiki? Either by 
retrieving or resetting my password? Or, by 
re-registering?

In other words:

If it exists, where is the Reset Password link?
Or, where is the Register link?


Thanks.


-- 
Lee
__

"Artificial Intelligence is no match for natural stupidity."

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Workspace editor colour question

2016-03-23 Thread richard terry
Hi list/Benoit

There seems no way to change the color of this control. (gurrently a 
dark gray)

No, it shouldn't matter as its essentially not visible when the 
workspace is loaded, but on a slow machine one gets to see the dark gray 
color flicker whilst any tabs are loading, so I was wondering if there 
was any way to alter this color.



Regards

ricahrd

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Object reference code

2016-03-23 Thread Benoît Minisini
Le 24/03/2016 00:18, Helios Martinez Dominguez a écrit :
> Greetings, i have been using Gambas3 for a while now and i am very please
> there's a simple visual object oriented language for the free software
> community.  I've written a few applications myself with it. Thank you, very
> much!
>
> I would like the development team to add such functionality to the object
> contextual menu by which there's the posibility to get the functions and/or
> subroutines that reference such object at the interface within the written
> code and go right to one of them by choosing it, so the referenced object
> can direct to the functions and/or subroutines that reference it through
> the contextual menu, just like events are accessed through the same menu.
> Thanks in advance.
>
>
> Helios Martínez Domínguez
>
> Consorcio Cooperativo Cinematográfico Artístico Musical
> Director General
>
>
> helios.url.ph  cccam.esy.es
>
>

Can you show me (with some images for example) what you want exactly?

-- 
Benoît Minisini

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Object reference code

2016-03-23 Thread Helios Martinez Dominguez
Greetings, i have been using Gambas3 for a while now and i am very please
there's a simple visual object oriented language for the free software
community.  I've written a few applications myself with it. Thank you, very
much!

I would like the development team to add such functionality to the object
contextual menu by which there's the posibility to get the functions and/or
subroutines that reference such object at the interface within the written
code and go right to one of them by choosing it, so the referenced object
can direct to the functions and/or subroutines that reference it through
the contextual menu, just like events are accessed through the same menu.
Thanks in advance.


Helios Martínez Domínguez

Consorcio Cooperativo Cinematográfico Artístico Musical
Director General


helios.url.ph  cccam.esy.es


AVISO LEGAL

La información que contiene este mensaje es privilegiada, confidencial
y se encuentra protegida por la Ley.
Su contenido y archivos adjuntos son para uso exclusivo
de el/la/los destinatario/a/s arriba mencionado/a/s.
Cualquier intercepción, acceso, apertura, uso, difusión
o copia no autorizada están estrictamente prohibidas.
En caso de haberlo recibido por error u otra circunstancia,
elimínelo y notifíque inmediatamente al emisor. Gracias.

Ley_especial_contra_los_delitos_informaticos (Venezuela)


Privacidad y secreto de las telecomunicaciones - Incibe (España)

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: Mediaview

2016-03-23 Thread Johny Provoost


Op 23-03-16 om 19:13 schreef Ru Vuott:
>>   Is it possible with Mediaview to detect if the stop button is pressed
>
> I suggest ..
>
> *
> Public Sub Form_Open()
>   
>   Dim ob As Object
>
>ob = MediaView1.Children[0]
>ob = ob.Children[0]
>ob = ob.Children[2]
>Object.Attach(ob.Children[2], Me, "STOP")
>
> End
>
>
> Public Sub STOP_Click()
>
>Print "stop !"
>
> End
> *
>
> Regards
> vuott
>
>
>
>   
>   
>   --
>   
It's working (even the play and pause buttons) , thanks
I certainly have to learn some more about objects.

Regards
Johny


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] R: Mediaview

2016-03-23 Thread Ru Vuott
>  Is it possible with Mediaview to detect if the stop button is pressed


I suggest ..

*
Public Sub Form_Open()
 
 Dim ob As Object
  
  ob = MediaView1.Children[0]
  ob = ob.Children[0]
  ob = ob.Children[2]
  Object.Attach(ob.Children[2], Me, "STOP")
  
End


Public Sub STOP_Click()
  
  Print "stop !"
  
End
*

Regards
vuott







Mer 23/3/16, Johny Provoost  ha scritto:

 Oggetto: [Gambas-user] Mediaview
 A: gambas-user@lists.sourceforge.net
 Data: Mercoledì 23 marzo 2016, 10:16
 
 Is it possible with Mediaview to
 detect if the stop button is pressed, and
 is it possible to detect if the thing you playing is ended.
 
 
 -- 
 
 
 
 *Vriendelijke Groeten*
 
 *Johny Provoost*
 
 *mailto: johny.provo...@skynet.be
 *
 
 *mailto: johny.provo...@gmail.com
 *
 
 *Website:* *http://www.johnyprovoost.net* 
 
 
 
 --
 Transform Data into Opportunity.
 Accelerate data analysis in your applications with
 Intel Data Analytics Acceleration Library.
 Click to learn more.
 http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Mediaview

2016-03-23 Thread Johny Provoost
Is it possible with Mediaview to detect if the stop button is pressed, and
is it possible to detect if the thing you playing is ended.


-- 



*Vriendelijke Groeten*

*Johny Provoost*

*mailto: johny.provo...@skynet.be *

*mailto: johny.provo...@gmail.com *

*Website:* *http://www.johnyprovoost.net* 



--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user