Does anyone know this issue only happens on iOS devices, what I've concluded at the moment is that if i use Text="Binding <variable> it doesn't work, else it works fine.
error first occurs when i scroll up and down the view.
Code (tried to insert the code with the code tags but got error for formatting)
Currently using:
XF.Material 1.6.5 -> 1.5.8
Xamarin.Forms 4.7.0.1080 -> 4.6.0.847
Xamarin.Essentials 1.5.3.2
NETStandard.Library 2.0.3
Edit: added more code since it might be the material:MaterialCard which creates the problem, also added nuget package versions
Edit: Fixed by rolling back libraries
Fixed the issue by rolling back libaries see post for what got rolled back
Related
I've upgraded Lottie from 3.x.x to 4.0.1 and found that PlayProgressSegment() was removed in favour of PlayMinAndMaxProgress().
However, OnPlayProgressSegment event was also removed and I do not see an alternative for this. The documentation for this project is badly out of date as well. Can someone point me in the right direction?
I am having problems using the Ikonli icon packs. I am creating FontIcon objects and then using those to set the graphics on buttons. Icons taken from the FontAwesome5 pack work great. Icons taken from the Material2 pack seem to shift somehow - for example, I try to get mdal-6_ft_apart but what actually gets displayed is mdal-loyalty. And no matter which Icon I load from MaterialDesign2, all I see is an empty box.
I'm running this through Eclipse, and everything looks fine when stepping through with the debugger. This is the value of the button graphic:
ObjectProperty [bean: mdal-6_ft_apart:15:0xffffffff, name: iconCode, value: MDAL_6_FT_APART]
and yet, on the screen, it's something completely different.
This is a Maven project using OpenJDK 16 and JavaFX 16. I've tried loading just a single icon pack instead of all 3, but no difference. Also, there are never any errors retrieving the icons. The ServiceProviders are all found, and the icons are available.
I made a small Hello World program and everything runs fine, so it's definitely an issue with my program and not the library. But I have no idea what the problem is, and I've been staring at this for almost 2 hours. Has anyone come across this before? I'd appreciate any help, because I'm out of ideas.
Answering this myself in case it saves someone else some time. I was installing the Ikonli library in order to replace the FontAwesomeFX library that is no longer available. I had gotten partway through replacing the icons when I ran the app in order to check the progress, and that's when I saw the errors.
The problem turned out to be an interference between the two libraries - FontAwesomeFX was throwing of Ikonli. The icon shift didn't actually occur until the code displayed a FontAwesomeFX icon, which made it seem a little random depending on the order I would open the dialogs when testing. I'm assuming an issue with the Service Handlers, though I'm not positive because I stopped troubleshooting once I realized the problem and just finished the replacement.
Once I stopped displaying FontAwesomeFX icons and the dependency was removed, Ikonli worked fine.
I'm using semantic-ui-react in my application.
It used to work perfect but at some point, it stops to render Modal dialogs in the proper place. The only thing I did install, not sure if it's a cause, is a Node 8.9.4
After installing new node version, my npm "ask" me to upgrade sass-loader.
Now all my dialogs open in the Top-Left corner cut by half.
Any idea?
It does show dialog in the right place if I disable DISPLAY property from css
This appears to be an issue with Semantic-UI-CSS new 2.3.0 update.
I tried downgrading to 2.2.12 and it fixed the issue for now.
This issue is addressing it:
https://github.com/Semantic-Org/Semantic-UI-CSS/issues/40
OK. Based on Morinx comment (tnx btw), I've managed to get Modal dialogue working properly.
I downgraded, cleaned cache and reinstall modules few times before the help and it didn't work because I used ^ prefix and it was getting the latest version all the time:
Instead of ^2.2.12 use 2.2.12.
So, this issue has been resolved and now we need to wait until the Library bug will be fixed.
I am using RadDock to open a popup. and when i post back any drop down it hangs for some time and i am retrieving data on other fields after some time.
This issue is only with this new version of chrome in the previous version it was working fantastic.
And also it is working fine with every other browser.
Can anybody give an idea what has been happing?
Thanks
This is a bug in Chrome: http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/google-chrome-26-performance-issue.aspx and hopefully they will fix it with their next version.
Over the last few days this issue has been popping up and it's really beginning to annoy me as I spend more time correcting it than actually coding.
periodically when I am working with my JavaScript (jQuery) when I type $ for say:
$('#something').html when I type $ the content assist box comes up, which is fine but when I press ( I get the following output:
$$()
instead of how it should look:
$()
Any idea's how to fix this without disabling content assist for JavaScript? Thanks.
As stated in a comment I have fixed this issue in 3.0.4 and before. Aptana Studio has bindings for auto-inserting the proposed code. To fix it, go to Windows -> preferences -> Aptana Studio -> Editors -> Javascript and delete the insert proposed which is by default: .( and that will fix your issue.
As Ingo Muschenetz states, 3.0.5 is supposed to have fixed this issue, but I have yet to actually try out that version to ensure that it does.
This is actually a known bug and fixed in the update to 3.0.5: http://preview.appcelerator.com