Re: ON MOUSE ENTER

2020-08-14 Thread STARDATA via 4D_Tech
Hi,

Thanks for suggestion, he works.
Now i must change the contained of the choice list associated to a coloumn,
the values contained into the choice list must change based on some values
contained in the row selected.
I insert the values into the choice list in  " on mouse moove " event, but
not work. Someone can give some suggestions?

Thanks
Ferdinando



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-13 Thread Maurice Inzirillo - AJAR via 4D_Tech
Hi Fernandino,

We provide an example with AJUI_Tip_Lab

see:

https://github.com/AJARProject/AJUI_Tip

And here a screen copy :

https://www.evernote.com/l/AAO6pCFE2adJ67knOP4iuRZJoM6YifqnL14

HTH

Best regards,

Maurice Inzirillo
-- 
AJAR S.A.
Swiss 4D Distributor
https://ch-fr.4d.com
twitter: ajar_info
Tél : +41 (0)323422684




> On 13 Aug 2020, at 16:44, Adam Bevan via 4D_Tech <4d_tech@lists.4d.com> wrote:
> 
> On mouse enter it triggers only once on entering the list box. If your mouse 
> moves within the listbox it would not trigger again and you could not trigger 
> any code.
> If you use listbox get cell position and on mouse move. This might get you 
> what you need.
> 
> Sent from my iPad
> 
>> On Aug 14, 2020, at 12:17 AM, stardata.info via 4D_Tech 
>> <4d_tech@lists.4d.com> wrote:
>> 
>> The goal is to know the row number when the mouse arrow is on one row of 
>> list box.
>> 
>> Thanks
>> 
>> Ferdinando
>> 
>> Il 12/08/20 17:32, stardata.info ha scritto:
>>> 
>>> Hi All,
>>> 
>>> I need to know the arrow number of a list box, when the event " On Mouse 
>>> Enter " enter in one row.
>>> 
>>> Now i use the command OBJECT Get pointer but he not work.
>>> 
>>> Someone know how i can do?
>>> 
>>> Thanks
>>> 
>>> /Ferdinando/
>>> 
>> **
>> 4D Internet Users Group (4D iNUG)
>> New Forum: https://discuss.4D.com
>> Archive:  http://lists.4d.com/archives.html
>> Options: https://lists.4d.com/mailman/options/4d_tech
>> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
>> **
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-13 Thread Adam Bevan via 4D_Tech
On mouse enter it triggers only once on entering the list box. If your mouse 
moves within the listbox it would not trigger again and you could not trigger 
any code.
If you use listbox get cell position and on mouse move. This might get you what 
you need.

Sent from my iPad

> On Aug 14, 2020, at 12:17 AM, stardata.info via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> The goal is to know the row number when the mouse arrow is on one row of 
> list box.
> 
> Thanks
> 
> Ferdinando
> 
> Il 12/08/20 17:32, stardata.info ha scritto:
>> 
>> Hi All,
>> 
>> I need to know the arrow number of a list box, when the event " On Mouse 
>> Enter " enter in one row.
>> 
>> Now i use the command OBJECT Get pointer but he not work.
>> 
>> Someone know how i can do?
>> 
>> Thanks
>> 
>> /Ferdinando/
>> 
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-13 Thread Koen Van Hooreweghe via 4D_Tech
Hi Ferdinando,

Als Keisuke already indicated, use LISTBOX GET CELL POSITION like this in the 
On Mouse Move event

GET MOUSE($X;$Y;$button)
LISTBOX GET CELL POSITION(*;"list box name";$X;$Y;$column;$row)

In $row, you will get the number of the row number the mouse is currently over.

HTH
Koen

> Op 13 aug. 2020, om 16:17 heeft stardata.info via 4D_Tech 
> <4d_tech@lists.4d.com> het volgende geschreven:
> 
> The goal is to know the row number when the mouse arrow is on one row of list 
> box.




Compass bv
Koen Van Hooreweghe
Kloosterstraat 65
9910 Aalter
Belgium
tel +32 495 511.653

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-13 Thread stardata.info via 4D_Tech
The goal is to know the row number when the mouse arrow is on one row of 
list box.


Thanks

Ferdinando

Il 12/08/20 17:32, stardata.info ha scritto:


Hi All,

I need to know the arrow number of a list box, when the event " On 
Mouse Enter " enter in one row.


Now i use the command OBJECT Get pointer but he not work.

Someone know how i can do?

Thanks

/Ferdinando/


**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-12 Thread Keisuke Miyako via 4D_Tech
Hello,

you can pass the MouseX and MouseY coordinates to LISTBOX GET CELL POSITION
https://doc.4d.com/4Dv18R4/4D/18-R4/LISTBOX-GET-CELL-POSITION.301-4982982.en.html
then you can look up the header direction (0, 1, or 2) that corresponds to the 
column.

P.S. you are invited to join discuss.4D.com<http://discuss.4D.com>!

2020/08/13 0:32、stardata.info<http://stardata.info> via 4D_Tech 
<4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール:
I need to know the arrow number of a list box, when the event " On Mouse Enter 
" enter in one row.
Now i use the command OBJECT Get pointer but he not work.
Someone know how i can do?
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-12 Thread Chuck Miller via 4D_Tech
What is the arrow number. Do you mean row number? you would not use on mouse 
enter. Until you select a row, you wil get nothing.

Additionally, this list is not used but almost anyone anymore. 
https://discuss.4d.com/ <https://discuss.4d.com/> is were you should go

Regards

Chuck


 Chuck Miller Voice: (617) 739-0306
 Informed Solutions, Inc. Fax: (617) 232-1064   
 mailto:cjmillerinformed-solutions.com 
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D and Sybase connectivity
  http://www.informed-solutions.com  

This message and any attached documents contain information which may be 
confidential, subject to privilege or exempt from disclosure under applicable 
law.  These materials are intended only for the use of the intended recipient. 
If you are not the intended recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, copying, storage, 
modification or the taking of any action in reliance upon this transmission is 
strictly prohibited.  Delivery of this message to any person other than the 
intended recipient shall not compromise or waive such confidentiality, 
privilege or exemption from disclosure as to this communication. 

> On Aug 12, 2020, at 11:32 AM, stardata.info via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> Hi All,
> 
> I need to know the arrow number of a list box, when the event " On Mouse 
> Enter " enter in one row.
> 
> Now i use the command OBJECT Get pointer but he not work.
> 
> Someone know how i can do?
> 
> Thanks
> 
> /Ferdinando/

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

ON MOUSE ENTER

2020-08-12 Thread stardata.info via 4D_Tech

Hi All,

I need to know the arrow number of a list box, when the event " On Mouse 
Enter " enter in one row.


Now i use the command OBJECT Get pointer but he not work.

Someone know how i can do?

Thanks

/Ferdinando/

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**