1,624 reputation
630
bio website
location
age 31
visits member for 2 years
seen 7 hours ago
stats profile views 283

:)


1d
accepted Prevent main activity from pausing while other activity is opened?
1d
asked Prevent main activity from pausing while other activity is opened?
May
10
comment Create a Marker without adding it to the map?
It did the work. Thank You.
May
10
accepted Create a Marker without adding it to the map?
May
10
comment Create a Marker without adding it to the map?
It is one of the options, but still the marker is added practically to the map. I wonder if there is a way to create it without adding it - like Flex Maps API.
May
10
comment Create a Marker without adding it to the map?
It is more than a vital for the application i am creating.
May
10
asked Create a Marker without adding it to the map?
May
10
accepted How to know if Google maps is ready to be used?
May
10
comment How to know if Google maps is ready to be used?
Hello @MaciejGórski, thank you for the fast answer, but could You please provide a simple usage, since i've checked the link, but there is not an example.
May
10
asked How to know if Google maps is ready to be used?
Apr
28
accepted Service started and then stopped?
Apr
28
comment Service started and then stopped?
Great and very fast answer David Heffernan Thanks! :)
Apr
28
asked Service started and then stopped?
Apr
26
awarded  Benefactor
Apr
26
comment Generate Flash objects server-side with .NET
Thanks. This worked fine :)
Apr
26
accepted Generate Flash objects server-side with .NET
Apr
26
comment Generate Flash objects server-side with .NET
seems like fluorinefx it is.. @T Graham please set your comment as an answer, so i can accept it.
Apr
23
comment Generate Flash objects server-side with .NET
So - with FluorineFX i can create serverside via C# some instance of a Flash class ( or binary representation of such ) and stream it to the Flash application ?
Apr
23
comment Generate Flash objects server-side with .NET
by : ( the basic idea is to decrease the time on the client for moving trough all routines for creating the object from base primitives ) - I mean that there is a complex calculations for a creating of one object, and I wish to make them on the server, and stream to the client just the result object, which to be directly used inside the flash application.
Apr
23
comment Generate Flash objects server-side with .NET
Probably i haven't described the issue correctly. - I dont wana create the flash application on the server, but just a separate object, which to be streamed to the application. So .. - no SFW - just an object - instance from a specific class - like instance of Line or instance of Vector.<Int>, filled with Integer values.