i need open svg file string, created with my app, as svg file with web browser. Can i do this without server side request/response manipulation? Just push textdata into android default browser without internet using, and display it like svg

lenivaya10001
@lenivaya10001
https://github.com/adam-p/markdown-here/wiki/markdown-cheatsheet#code
Posts made by lenivaya10001
-
Can i open svg syntax string into default system web browser as svg file on android?
-
RE: Android build background pictures not show(black rectangles). windows, neko builds show normal. what the reason?
look like each device have own limit
https://github.com/HaxeFlixel/flixel/blob/dev/flixel/system/frontEnds/BitmapFrontEnd.hx#L370
#if !flash
private function get_maxTextureSize():Int
{
return cast GL.getParameter(GL.MAX_TEXTURE_SIZE);
}
#end
closed i think -
RE: [SOLVED] How to install VSCode + Haxe
Fast way is use FD on windows, other variants now not comfort. Only FD have comfort support haxeflixel templates etc. HD is little wrong direction and VScode its just editor, it means ... have not knowledge = can't use. Only FD now.
Use FD portable version, its fully work on windows. other parts you can install inside FD plugin manager haxelib , lime etc as instruction. But you can install libraries use console, as you can see in manual (its crossplatform way).
FD work only in windows now, and no plane other os. -
Android build background pictures not show(black rectangles). windows, neko builds show normal. what the reason?
When i build android apk the app work , but background of state and the buttons background not showing on screen. But animation of sprites work normal.
Windows , neko build work done.
any advices?
i use png pictures
size of pictures 3668*2323 it biggest png = state background -
RE: Comfort way to get (crossplatform) justpress || justtouch point relative coordinates for playstate
@DleanJeans Solved.
Gama11, in irc, say comment line which turn off mouse if mobile in Project.xml . I do this, then build apk , then test samsung gt2 10.1 , and my touch automatically convert in justpress etc.Now have little bug with png big pictures of background and buttons look like black rectangles, but it another problem... this step solved.
-
RE: Comfort way to get (crossplatform) justpress || justtouch point relative coordinates for playstate
@DleanJeans can't find description in manual... is it unofficial?
-
Comfort way to get (crossplatform) justpress || justtouch point relative coordinates for playstate
have any prefer comfort simple way to get relative coordinates from playstate?
in my code i use syntax
"
144 _xpressed = FlxG.mouse.screenX / PS._sdpi;
...
710 if (FlxG.mouse.justPressed)
"
Windows , neko work done, but when i try build android, have errors
"
$ lime build android
source/PS.hx:144: characters 14-24 : Class<flixel.FlxG> has no field mouse
source/PS.hx:710: characters 6-16 : Class<flixel.FlxG> has no field mouse
"
have any way to get RELATIVE press || touch platform auto determine method?
or i must write something as
#if mobile ....? -
unable to locate package libgc-dev , when try install haxeflixel linux 64 virtualbox
i try to install haxe + neko use sh script
link for linux
and install process stopped , if i right understand, after this error
unable to locate package libgc-devi try search but can't find libgc-dev
i use virtualbox knoppix installed linux... have worked wine, preinstalled.
i want install haxeflixel + flashdevelop , that try use linux for coding in the future. but now i can't complete even virtualbox linux configure
-
RE: some trouble with FlxState->FlxSprite.x read/write
@DleanJeans this step solved. was error
if
statement logic in PlayState.hx. and it born start error NaN, which transport to each next step.
now it look terrible, but not dead 8)
this is short video
http://vk.com/video25450359_456239039