FLTK logo

Re: [fltk.general] Re: Updating program to 1.4.x

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Re: Updating program to 1.4.x Ian MacArthur May 25, 2021  
 
So I took Rob’s example and added FL/names.h to it, replaced the fl_choice with a printf and compiled it with 1.3 and 1.4. There is a difference...

Looking at the events in the Sender, with 1.3, I see basically:

FL_MOVE : 0
FL_MOVE : 0
FL_MOVE : 0
FL_FOCUS : 1
FL_PUSH : 1
FL_DRAG : 1
FL_DND_DRAG : 0
FL_DND_DRAG : 0
	:
FL_DND_DRAG : 0
FL_DND_DRAG : 0
FL_DND_LEAVE : 0
FL_DND_LEAVE : 0
FL_RELEASE : 1
You Pushed the Button!
FL_ENTER : 1
FL_MOVE : 0
FL_MOVE : 0

With 1.4 I get:

FL_MOVE : 0
FL_FOCUS : 1
FL_PUSH : 1
FL_DRAG : 1
FL_RELEASE : 1
You Pushed the Button!
FL_DND_DRAG : 0
FL_DND_DRAG : 0
FL_DND_DRAG : 0


It’s pretty consistent. 1.4 is seeing the FL_RELEASE before the FL_DND_DRAG, whereas 1.3 does not.
I do not know why this is happening...



-- 
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/E47FAA41-0F05-4910-8823-96E2528E7392%40gmail.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.