Hello,
Well I didn't had that fault before I added messaging, so I don't think there is a fault in my XML.
Here you can see the full XML:
<objects...
Type: Posts; User: Thibault; Keyword(s):
Hello,
Well I didn't had that fault before I added messaging, so I don't think there is a fault in my XML.
Here you can see the full XML:
<objects...
Hello,
I'm developping a flex program for android. Our company allready has a flex program for desktop. So I can easily use some pieces of that code.
But I have a small problem with this:
In...
Thanks I fixed it!
Hello,
I have a small problem with my mobile application. When the user want's to logon he can connect with a server. For this I use this code:
private var m_context:XMLApplicationContext;...
I found a solution for this problem.
I will post it if I can help someone else with this.
In my application-context I deleted this:
<object...
it's solved! thanks for the help
it was an errorlistner that was not handeld
Hello,
I'm developing a program for my thesis. It's a mobile program written in Flex and it uses spring actionscript
Now I'm testing my software and I have a file...
Dear,
sorry for the late response. And thank you for the help.
I will check all my files on the errorlisterners.
Thank you for the help
Thibault Heylen
Dear,
Thank you for the response. Here you can view our code:
package com.traficon.tmsng.client.mobile.command
{
import com.traficon.domain.EventMessageCollection;
import...
Hello,
I'm making,with a friend, a mobile application at this moment for our thesis. We're using spring actionscript to get data from the server. We're doing this with commands.
Now our problem...