Search found 34 matches
- 15 Mar 2023, 09:25
- Forum: General Discussion
- Replies: 1
- Views: 773
- 02 Mar 2023, 09:23
- Forum: General Discussion
- Replies: 1
- Views: 1203
Data Binding
In Noesis framework, view whether or not can bind directly to static properties?
- 13 Dec 2022, 09:54
- Forum: General Discussion
- Replies: 4
- Views: 972
- 09 Dec 2022, 08:50
- Forum: General Discussion
- Replies: 4
- Views: 972
Re: implement a custom TickBar
Noesis version: 3.1.5
- 09 Dec 2022, 08:30
- Forum: General Discussion
- Replies: 4
- Views: 972
implement a custom TickBar
The first tick label show error text.What happened?
- 17 Nov 2022, 10:00
- Forum: General Discussion
- Replies: 2
- Views: 1473
Re: Load image from network
ticketYes, that's the only way for now. In the future, we will provide an implementation for this in our App Framework.
Feel free to create a ticket, although this is going to be low-priority for now.
- 15 Nov 2022, 03:11
- Forum: General Discussion
- Replies: 2
- Views: 1473
Load image from network
Should i implement a new FileTextureProvider to download image using http? Is there a better way.
- 15 Apr 2022, 05:54
- Forum: General Discussion
- Replies: 9
- Views: 3174
Re: How to load a xaml from external dll
ok, i fixed this issue. Permission Denied
- 13 Apr 2022, 03:35
- Forum: General Discussion
- Replies: 9
- Views: 3174
Re: How to load a xaml from external dll
Is the class library referenced in the application? Expand the application project in Visual Studio, right-click on References and select "Add Reference...", then select the class library project. Otherwise the library won't be included in the android package when building and deploying. ...
- 12 Apr 2022, 11:04
- Forum: General Discussion
- Replies: 9
- Views: 3174
Re: How to load a xaml from external dll
Thx for your reply, i loaded a .netstandard2.0 class library and have the same issue