Search found 34 matches

by peerlessDJ
02 Mar 2023, 09:23
Forum: General Discussion
Replies: 1
Views: 622

Data Binding

In Noesis framework, view whether or not can bind directly to static properties?
by peerlessDJ
13 Dec 2022, 09:54
Forum: General Discussion
Replies: 4
Views: 603

Re: implement a custom TickBar

by peerlessDJ
09 Dec 2022, 08:50
Forum: General Discussion
Replies: 4
Views: 603

Re: implement a custom TickBar

Noesis version: 3.1.5
by peerlessDJ
09 Dec 2022, 08:30
Forum: General Discussion
Replies: 4
Views: 603

implement a custom TickBar

1670570849699.png
1670570849699.png (9.39 KiB) Viewed 603 times
1670570838845.png
1670570787644.png
1670570787644.png (4.2 KiB) Viewed 603 times
The first tick label show error text.What happened?
by peerlessDJ
17 Nov 2022, 10:00
Forum: General Discussion
Replies: 2
Views: 879

Re: Load image from network

Yes, 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.
ticket
by peerlessDJ
15 Nov 2022, 03:11
Forum: General Discussion
Replies: 2
Views: 879

Load image from network

Should i implement a new FileTextureProvider to download image using http? Is there a better way.
by peerlessDJ
15 Apr 2022, 05:54
Forum: General Discussion
Replies: 9
Views: 1991

Re: How to load a xaml from external dll

ok, i fixed this issue. Permission Denied
by peerlessDJ
13 Apr 2022, 03:35
Forum: General Discussion
Replies: 9
Views: 1991

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. ...
by peerlessDJ
12 Apr 2022, 11:04
Forum: General Discussion
Replies: 9
Views: 1991

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