I am trying to Configure Server side Code in Flash Builder 4.5.I am Using LCDS 2.6.1.By clicking on validate configuration button I got message on top Only Life Cycle DataService 2.6 and higher are supported.I am using 2.6.1.still not able to figure out the issue.Please help.
This version of LCDS works with Action Script 3.x so make sure your flex SDK is 3.5 in Flash Builder 4.X. Also make sure you have included the correct LCDS JAR files in your flex project.
Related
image view
i have installed syncfusion.blazor component from nuget package and its updated in references, but when I am trying to use it its showing refrence couldnot be found, what could be the possible reason and solution ?
From what I've tested, it looks like you created a blazor webassembly app based on .Net Core 3.1(out of support).
But if you check the syncfusion.blazer 20.4.0.50 nuget package, you can find that it is based on .Net 6.0 or .Net 7.0.
At least try to use .Net 6.0, .Net Core 3.1 is out of support.
Based on the given screenshot, you have registered the Syncfusion Blazor service in the server project (DMSBlazor.Server). To resolve this issue, you should register it in the client project's ~/Program.cs file. For more details, refer to this link.
I made an AIR application that parses some specific files. I am using flex builder 4.5 and SDK 3.6. I want to attach Icons with those files and when I double click those files they should open with my application. How can I do this?
Thanks
In the Application Descriptor file (look in your project structure for a file named like your application, plus -app.xml as an ending) find the tag fileTypes.
If you uncomment it, you can specify which file types you application handles, and which icons to show for those files.
We can not do this using SDK 3.6 in flex builder 4.5. To do this we need to use SDK 4.5.
In our AIR app, we are using class ServerSocket to listen for connections on a specific port. According to the docs, this is available from AIR 2.0 onwards. The event that we need to listen to in order to behave like a server is ServerSocketConnectEvent, which is also available since AIR 2.0. There are several examples of this online, tutorials etc.
The problem is that the former class is available in Flex SDK 4.0, while the event itself exists only from Flex SDK 4.1 onwards. That means that our runtime needs to be AIR 2.5 or above. On our target machine (Linux Red Hat Enterprise Linux Server release 5.5) we could only install AIR 2.0 (there are problems with dependencies on glibc so we can't upgrade to AIR 2.5).
Is there any error on those release docs and tutorials when they say all these features are available since AIR 2.0? My impression is that the ability to work as a server, listening on a socket, is only available from 2.5 onwards.
If so, is there a way we could benefit from those new features, even if our runtime is 2.0? i.e. embedding those SWC (ServerSocketConnectEvent) from the AIR SDK 2.5 within our application?
That makes no sense. ServerSocketConnectEvent is not part of the Flex SDK, it's part of the Air SDK, and the api says it's been around since Air 2.
I think your problem is just with your project setup. It should be possible to use Flex 4 with Air 2.0 and use that class. Make sure you're pointing to the proper Air SDK and it should work. Plus, Flex 4.1 is compatible with Air 2.0...
Recently, i have faced an issue of caching of my flex swf file on client's ie-explorer machine and i could not tell him every time, delete all your cache data and reopen the browser.
so, finally, i have think to make the different version of swf file for each release build and give it to client while production release.
Could you please have any idea about handling/maintain version of release swf file in flash builder.
i am using the flash builder 4.0 and using flex 4 in my application.
I think you should do this versioning in the deployment process, ie when you upload the new SWF to your webserver, as the HTML / JS embedding needs to be updated too anyway.
I was wondering if Parsley framework is compatible for Flex Hero Mobile 4.5? I seem to get a warning saying it's not compatible.
Thanks guys
Flex 4.5 and Parsley 2.3 don't play nicely together. Grab 2.4M2 from the website and all should be fine.
See this forum post for more details.
Are you using the code? OR a SWC you downloaded from a web site? I assume the latter.
Download the code and recompile it against the Flex 4.5 SDK. There are often issues when using a SWC that is compiled against a different version of the SDK than your main application.