Dane Mackier
Dane Mackier
@deepak786 would we have to do that?
@thesensibledev I am about to embark on this same mission. This could be handled through the NotificationListener. It means we'll have to create a base widget for taps that emits...
@gskinner a state change means there's going to be values manually tracking if the button has been pressed or not. i.e. Storing a value for every touchable widget on the...
@gskinner Yeah that should work as well. It's verbose and will require state tracking per UI element that needs to update but it should be good enough for now. Thanks...
I solved this issue by adding the following inside the application tag. This will override all activity items that are not adding the export attribute. ```xml ```
Are you guys awaiting the setup call in the main function? > Are you awaiting the setup call in the main function?
If you are, then put a break point on every line that does `locator` and also put on on your `setupLocator` call. Then check which one is hit first and...
Strange, I have thousands of test files and this works perfectly fine. Most likely just a request for the service type either in a Singleton constructed before the other service...
Anyone still holding out? My experience is not in webdev so I'm not very eager to move over. Have to make sure urls match, styling of new site etc. Did...
@fbuncom4 Did you have any issues keeping your urls exactly the same as your current structure? I get about 6-10k visitors a month, I don't want to lose valuable links...