-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
laTextFieldWidget_Append doesn't exist #2
Comments
This is indeed a bug with the Composer and a shortfall with the text field functionality. However, the Aria library is no longer being actively maintained in favor of the newer Legato library. The new library fixes this oversight and has a method for doing a string append to a text field. Thanks |
aethaniel
pushed a commit
that referenced
this issue
May 31, 2024
commit 387c3b9b7a7d6b5bb0c601b62c680b7582096acb Date: Thu May 30 17:38:51 2024 -0700 Remove links to plugin in release notes commit e1693ddbd887760b98df043cb68b004fbdd7ba52 Date: Thu May 30 17:28:17 2024 -0700 Update documentation commit e57bdb5377959f9ce9facbd48aca0397ca9f9482 Date: Thu May 30 17:17:27 2024 -0700 Add fixed issues to release notes commit 04bcb56bfce654e465482db8eabe8f659f399967 Date: Thu May 30 16:58:20 2024 -0700 Update release notes commit 6a7bd809794a3bbd2f4788ae650ec1df1a6959c7 Date: Thu May 30 15:11:22 2024 -0700 MH3-94145 - Fix GLCD build issue for canvas mode commit 797f7c7abb49669646846d41716e0649dd161ef2 Date: Thu May 30 06:31:48 2024 -0700 MH3-94205 - Fix alpha blending for GPU fills commit 276ae96b7a8372c0bbabc0fc14cbfca3d09cc9e2 Date: Wed May 29 21:59:50 2024 -0700 Update release_notes commit 59fe6a0670d497e6e125a6dc1ea893403c173e25 Date: Wed May 29 16:09:16 2024 -0700 Update release notes version commit 25bd5e55aa851dd1a4ac632a158741f0437dae74 Date: Wed May 29 13:41:59 2024 -0700 mgc 3.0 windows and linux builds # Conflicts: # middleware/legato/composer/linux/composer # middleware/legato/composer/linux/plugins/legato/legato_plugin.so commit cac4e9f5163f29ece3f5b5f4513fa82e2458365b Date: Mon May 20 10:28:18 2024 +0530 DSI SAMA7D Support commit 023b938821be5674e11a9e99bba3713db37fb88a Date: Sat May 18 00:59:37 2024 +0530 Update Comments commit 86e67c79e438bfb6c45d11f8bed00ae8827abae8 Date: Fri May 17 04:33:13 2024 +0530 XLCDC SAMA7D Support #2 Minor Fix commit 100a056864bf4ca990541112d74eff5d70718435 Date: Fri May 17 01:35:01 2024 +0530 SAMA7D Display Support commit 481cfcc7ec94c7c339f7f53f9ecffdce7c3c4716 Date: Fri May 17 01:11:21 2024 +0530 LVDSC SAMA7D Support commit a7b7c33f2056172b9f0bbc00c12b697de4105310 Date: Thu May 16 23:57:30 2024 +0530 XLCDC SAMA7D Support #1 commit e4288b80de2e40731860c4c8448ec113fc11e031 Date: Thu May 16 22:42:46 2024 +0530 XLCDC SAMA7D Support #0 commit 84191e4cafefdcd2169bcf18e074034dc792926b Date: Tue May 28 17:47:27 2024 -0700 Update readme and release notes for v3.15.0 release commit 18e445d04fea2743a487283526305fa0cb887e39 Date: Tue May 28 14:22:37 2024 -0700 Added fix for "new project crash" commit 7f06fa10f764afcb805368b649fa63aacf3a93f9 Date: Tue May 28 13:02:21 2024 -0700 Initial Commit Composer Remastered. At the moment, this build is Windows exclusive. Will be working towards building on Linux & Mac. Quick revision 1) Removing "Edit Menu" internal debugging function 2) Attempting to fix MGS icon load issue Fixed Widget Deselection Fixed an issue where hovering over the toolbar would deselect the currently-selected widget. Fixed crash when switching projects Fixed 8-Bit Color LUT mode (GlobalPalette) Minor visual improvements Image Manager tree font Screen Designer Tab-bar arrows Fixed console bug Changing "Legato" branding to "MGS Harmony" where applicable Updated Developer Help link in About Dialog MGC-249 - Minimize -> Maximize issue fixed first version of autosave autosave improvements Icon Update & other changes tweaks before release commit 2982fc064665ba5ad33d126eed97c32e2514e292 Date: Thu May 23 06:00:15 2024 +0530 Simulator Updates Fix Simulator Input Add AOT Window Support Update Branding commit 81aa47e5fe1a5b9666f555441dd0595eb1e1a59b Date: Fri May 10 14:59:40 2024 -0700 MH3-94203 - Add "getIndex" API call to "leImageSequenceWidget" commit af2a2b576c5e2de498e39eca55b9334a722bfc76 Date: Tue May 7 22:07:43 2024 +0530 Add 10.1inch LVDS New Vision Display Add support for 1M.NVDI-TM2218DA101L-01 commit f0715b9bfb0ed0ae2b0b473c4abede5c962a96a0 Date: Tue Apr 23 09:12:24 2024 +0530 Canopus1 LCC Support commit e14059627f81492df0dc126088e4b3b33a326f3d Date: Tue Apr 30 15:19:41 2024 +0530 Added GFX template for SAM A5D29 Curiosity commit 8b92e1638cbb608a07588a20cfdbd28dbe49d9b3 Date: Thu Apr 25 11:36:37 2024 +0200 [SAMRHx] Add support of HSMC peripheral in GFX MH3-92961
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
../gfx/libaria/libaria_events.c:69:5: error: implicit declaration of function 'laTextFieldWidget_Append' [-Werror=implicit-function-declaration]
Used the Event Editor for Released Event for a UI Button and chose this function.
The text was updated successfully, but these errors were encountered: