When I press long click on any image how can i open that dialog?
from where i can get this block? it is not available in image component
drag long click block and click make generic
I used this component and i am able to show like this
But i want to show like this
MyShip
(MyShip)
December 8, 2021, 9:24am
#7
You can make it from Notifier component, Use the block named
call.Show.Checkbox.List.Dailog
Increase the height of the each labels
lazy_5000
(Lazy)
December 8, 2021, 11:04am
#9
Using it when I click on image it will always open in middle of screen and it’s big also .
When I click on image I want to show small dialog,near image which is clicked by user
1 Like
iamwsumit
(Sumit Kumar)
December 8, 2021, 11:17am
#11
You could try this extension :
Popup View
This extension helps you to show your layouts as popups at any position with gravity. This is a very simple and small extension that maybe useful for you. You can show the popups by giving the component and with any custom offsets.
Let see its blocks and their documentation.
All Blocks
[image]
Documentation
[component_event]
This event raises when the popup view is dismissed.
[component_method]
This block register the component as Popup View.
[component_method (1)]
This …
1 Like
dora_paz
(Dora)
December 8, 2021, 11:23am
#12
Maybe it can be used combined with [FREE] Component tools extension in order to get x,y position of each image when clicked
1 Like
iamwsumit
(Sumit Kumar)
December 8, 2021, 11:26am
#13
We can get x and y positions of component from the above extension
3 Likes
dora_paz
(Dora)
December 8, 2021, 11:27am
#14
Didn’t notice it Nice !
1 Like