[NECTO Studio 2.1.0:Designer] OnPress event not processed correctly

Cross-platform IDE for the rapid development of applications for the embedded world, available on Windows, Linux, and macOS.
Post Reply
Author
Message
frank.malik
Posts: 96
Joined: 09 Apr 2021 20:37

[NECTO Studio 2.1.0:Designer] OnPress event not processed correctly

#1 Post by frank.malik » 12 Sep 2022 11:55

Hello,

I made nice little project, using two buttons to increase and decrease a value, shown by a progress bar.
It is also a demonstration of the use of the events, OnPress, OnUp and OnDown, instead of OnClick.

However, the OnPress event doesn't work correctly. According to the NECTO help page it should do the following:
When a user presses the corresponding touch panel region, the OnPress event will continuously execute the event handler routine, until the touch panel region is released.
In the small example program you'll see, that even after release, the OnPress event will be called, only until you touch any other region.
Currently it is solved by using the OnUp event, too. But this shouldn't be the intended behaviour.

Please find the project and the setupinfo attached.
kind regards
Frank
Attachments
Setup for this example.
Setup for this example.
UsedSetup.png (9.75 KiB) Viewed 998 times
ProgressBar_with_auto_incr_decr.zip
Example project of progress bar with auto incr/decr
(6.29 KiB) Downloaded 43 times

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: [NECTO Studio 2.1.0:Designer] OnPress event not processed correctly

#2 Post by filip » 10 Oct 2022 15:26

Hi,

Are you experiencing the same issue in the latest version of NECTO Studio ?

Regards,
Filip.

frank.malik
Posts: 96
Joined: 09 Apr 2021 20:37

Re: [NECTO Studio 2.1.0:Designer] OnPress event not processed correctly

#3 Post by frank.malik » 10 Oct 2022 19:02

Hello Filip,

thanks for taking care.

Yes, the effect is still there.
Same as the bugs in the timer calculator, the missing sprintf support, missing NVIC_Interrupt for STM32 and new bugs in the editor I encountered in v2.2.0.

Sorry to say, but I can't see the improvements.
Kind regards
Frank

Fusion for STM32 v8, STM32F407ZG@168MHz, 4" TFT capacitive
mikromedia 3, PIC32MZ2048EFH100@200MHz, 3" TFT capacitive
NECTO Studio 3.0.0, mikroC AI for ARM/PIC32, mikroSDK v.2.7.2

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: [NECTO Studio 2.1.0:Designer] OnPress event not processed correctly

#4 Post by filip » 12 Oct 2022 09:54

Hi,

I apologize for the issues you already reported, they are handled by our developers, I expect they will be solved soon.

Regards,
Filip.

Post Reply

Return to “IDE”