You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
I want to set position of modal view not pos_hint
. I am working on a project . That a ModalView start grow from a particular widget 's pos
And move to top position .
How to implement ?
elli...@cox.net
unread,
Apr 21, 2024, 8:50:32 AM4/21/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
The Modalview is not the right tool for what you want to achieve. The ModalView is derived from an AnchorLayout. I would reccomend you create something that looks like a ModalView using a BoxLayout in a FloatLayout. Then you can position the BoxLayout anywhere
in the Window and control over the position.