App developer more Button

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Oscar_T
Posts: 89
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:06 am
Location: Italy
Has thanked: 37 times
Been thanked: 10 times

Re: App developer more Button

Post by Oscar_T »

Hi

I have successfully implemented the keyboard controls, but I am unable to insert the mouse.

Every 100 ms of checking if the mouse is clicked, if so I go to read the coordinates.

Unfortunately, even if the mouse is clicked (which key), the value of the variable associated with the GETMOUSEBUTTONS macro does not change

Regards

BenR
Matrix Staff
Posts: 1734
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 603 times

Re: App developer more Button

Post by BenR »

Hello,

What are you trying to do with the mouse and maybe I can help.

Flowcode has inbuilt functions to help deal with the mouse. Maybe I can create a video to help demonstrate how to use these. They work using events and so you wouldn't have to use polling.

Oscar_T
Posts: 89
Joined: Wed Dec 02, 2020 10:06 am
Location: Italy
Has thanked: 37 times
Been thanked: 10 times

Re: App developer more Button

Post by Oscar_T »

Hello

i am trying to do the following

I have inserted some graphic symbols that correspond to a certain action.

If the user clicks on the area where the symbol is present, he will activate the associated function

BenR
Matrix Staff
Posts: 1734
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 603 times

Re: App developer more Button

Post by BenR »

Hello,

I've created a new video here that should hopefully help you to get started.

viewtopic.php?f=6&t=188

stefan.erni
Valued Contributor
Posts: 757
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: App developer more Button

Post by stefan.erni »

Hi Ben


I used a Switch Push Button in App developer some time ago. Now I would like to use this Switch Push Button again in another APP but I can no longer find this component. I renamed the handle but I should still find Switch Push Button as a component?

regards

Stefan


Switch Push Button
switch_2023-01-17_15-47-28.jpg
switch_2023-01-17_15-47-28.jpg (45.41 KiB) Viewed 1137 times

BenR
Matrix Staff
Posts: 1734
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 603 times

Re: App developer more Button

Post by BenR »

Hello,

That looks like v10 and one of the new 2D only panels, which was the original switch you were using and was it an old 3D component?

On the Comp Libraries toolbar there is a 2D/3D filter at the left hand side, check this is set to showning all components.

The Search may also be also to show any components that have been dropped from the component categories. I am yet to re-organise the AppDeveloper cats for v10 so hopefully I can do this later this week.

Post Reply