[GH-ISSUE #184] directAccess to libUI #118

Closed
opened 2026-05-05 11:45:15 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @mfreeman-xtivia on GitHub (Oct 26, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/184

Is it possible to access/use libUI components directly for which there is not (yet) a proton component?

In particular thinking it would be nice to use the Table widget from libUI

Originally created by @mfreeman-xtivia on GitHub (Oct 26, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/184 Is it possible to access/use libUI components directly for which there is not (yet) a proton component? In particular thinking it would be nice to use the Table widget from libUI
Author
Owner

@mischnic commented on GitHub (Oct 26, 2018):

proton-native relies on libui-node, which provides an interface for libui (a C library) to Javascript. For this feature to be implemented in proton-native, it first needs to be supported by libui-node (specifically, the tables are being worked on there).

<!-- gh-comment-id:433352721 --> @mischnic commented on GitHub (Oct 26, 2018): proton-native relies on libui-node, which provides an interface for libui (a C library) to Javascript. For this feature to be implemented in proton-native, it first needs to be supported by libui-node (specifically, the tables are being worked on there).
Author
Owner

@kusti8 commented on GitHub (Nov 9, 2018):

Due to how proton works (especially during updates of the tree which basically wipes what changed and adds another) even if such a function was present in libui-node, it wouldn't work in proton.

<!-- gh-comment-id:437218456 --> @kusti8 commented on GitHub (Nov 9, 2018): Due to how proton works (especially during updates of the tree which basically wipes what changed and adds another) even if such a function was present in libui-node, it wouldn't work in proton.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#118
No description provided.