Giter Club home page Giter Club logo

screenweaver-hx's People

Watchers

 avatar

screenweaver-hx's Issues

Black window

What steps will reproduce the problem?
1. Launch an app.n file through the bootloader in Vista

What is the expected output? What do you see instead?
I'm getting a black window with a titlebar - should be seeing main window 
flash content. The flash is definitely loaded and working.

What version of the product are you using? On what operating system?
swhx 1.2.0
Win 32 Vista, haxe 2.02 + necko 1.8.0 + flex 3 sdk

Please provide any additional information below.
I've noticed that resizing the window manually fixes this, or setting 
windowname.width() or .height() methods after windowname.show() is called 
in App.hx. It looks like some kind of display refresh issue on the neko 
bootloader side.



Original issue reported on code.google.com by [email protected] on 25 Feb 2009 at 9:01

Attachments:

Can't install Sreenwaver-hx

i install from cmd from a windows 7 pc
lasted haxe (2.05) + neko (1.8.1) installed
After downloading screenweaver-hx it's telling me 
Download complete : 1097036 bytes in 16.3s (65.6KB/s)
depends is missing attribute version

Original issue reported on code.google.com by [email protected] on 24 Apr 2010 at 1:51

Enter one-line summary

What steps will reproduce the problem?
1. create and deploy a swhx application ready for drag and drop files on
mac osx
2. run application 
3. drop file into window

What is the expected output? What do you see instead?

After dropping a file into a swhx-application my onRelease-Listeners on
Flash won't work anymore. This also occurs when window.dropTarget was set
to false and no onFilesDropped was assigned. file get succesfully tracked.

What version of the product are you using? On what operating system?
mac osx 10.4.9
swhx 1.0.5.8
newest haxe

Please provide any additional information below.
I attached a sample systemlayer-haxe file, please ignore the ftp-part

Original issue reported on code.google.com by [email protected] on 27 Jun 2007 at 11:19

Attachments:

latest haxelib + swhx

What steps will reproduce the problem?
1. Installed latest haxelib
2. call: haxelib install swhx (for me it did v.1.2.0)
3. call: haxelib run swhx

What is the expected output? What do you see instead?
compiling and running swhx (on Windows)

On running command 3.) I get the following output:
------------
E:\Program Files\Motion-Twin\haxe\lib\swhx\1,2,0>haxelib run swhx
Run.hx:11: buidling Sampler application - please hold.
Preferences.hx:1: characters 0-25 : Class not found : systools.Registry
Run.hx:27: running Sampler application.
Run.hx:29: done
------------

I also get an Error-Popup
"Uncaught exception", "loac.c(176): Module not found: app.n"

What version of the product are you using? On what operating system?
haxelib: latest version (downloaded 3 days ago)
swhx: version 1.2.0

Please provide any additional information below.
Tested on: Windows Vista 32 Bit, Flash Player 10 & Flash CS4

Original issue reported on code.google.com by [email protected] on 5 Mar 2010 at 2:51

Error while updating the Flash plugin (Invalid field access : length)

What steps will reproduce the problem?
1. Simple test project, packaged for distribution, with all the Neko ndlls,
using version 1.2.0.
2. Flash plug-in completely uninstalled from Windows XP, to force update.
3. Launch swhx.exe.

What is the expected output? What do you see instead?
Expected the program to download the flash plug-in and save it in its folder.
Instead, it shows an error:

Uncaught exception
Called from <null> line 2
Called from Main.hx line 24
Called from swhx/Application.hx line 65
Called from swhx/Plugin.hx line 125
An error occured while updating the Flash plugin (Invalid field access :
length)

Then quits.

What version of the product are you using? On what operating system?
1.2.0 on Windows XP

Please provide any additional information below.
Disabling the firewall does not help. Does not seem to download anything.

Original issue reported on code.google.com by [email protected] on 11 Sep 2008 at 10:18

help with example: host flash in standalone application

Hi. 
Sorry that i write here. I just don't known how to write directly :(

Can you provide small code\example which host swf inside simple desktop 
aplication? As i understand it is np_host.c file? (or i am wrong?)

I will be very happy if you help me.

I wanna make opensource Qt module to use sfw-flash like control.

Thank you for any help.

-Victor Y. Sklyar

Original issue reported on code.google.com by [email protected] on 9 Dec 2010 at 9:51

SWHX fails on haxe 1.1.8 ... neko.zip.File revision bug

In the file api/haxe/swhx/Plugin.hx the module neko.zip.File is used to
access the contents of some file, which causes any attempt to use swhx to
fail. Replacing these calls with ones to neko.zip.Reader resolves this
issue. The attached patch *should* fix this, (i.e. it works on my machine)
but has only been tested with the bootloader and the sample application
provided on haxe.org/swhx

Original issue reported on code.google.com by [email protected] on 25 Feb 2008 at 6:24

Attachments:

swhx on MacOs with flash player 10.3

What steps will reproduce the problem?
1. Run a MacOs System (My test is on Snow Leopard)
2. Install flash player 10.3 or above
3. Observe the swhx application starts, plays audio but doesn't display any 
visuals.

What version of the product are you using? On what operating system?
I'm using the latest swhx from haxelib upgrade

Please provide any additional information below.
When debugging, I get tons of CGContext errors each time an image is to be 
displayed.
The very same application works fine when replacing flash 10.3 by any earlier 
version.

Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 7:56

Sampler code problem

What steps will reproduce the problem?
1. haxelib run swhx

What is the expected output? What do you see instead?

Expect sampler to launch. Instead get error in shell:

C:\Users\joe>haxelib run swhx
Run.hx:11: buidling Sampler application - please hold.
Sample.hx:85: characters 5-8 : Local variable cmd used without being 
initialized

Run.hx:27: running Sampler application.
Run.hx:29: done

What version of the product are you using? On what operating system?
swhx 1.2.0
Win 32 Vista, haxe 2.02 + necko 1.8.0 + flex 3 sdk

Please provide any additional information below.

Please update var cmd; (line 67) -> var cmd=""; 
Revised Sample.hx file attached


Original issue reported on code.google.com by [email protected] on 25 Feb 2009 at 7:54

Attachments:

SWHX Fails from current haXe install on Windows XP

What steps will reproduce the problem?
1. Install haxe 1.11
2. haxelib install swhx (installs swhx 1,0,5,6 and systools 0,0,9)
3. haxelib run swhx (or attempt any other SWHX run)

What is the expected output? What do you see instead?
It should launch the SWHX app - instead the SWHX window appears but then so
does a Windows error, as per the attached screenshots.

Please provide any additional information below.
I've attempted this both from the .msi and from the manual install.

Thanks for your hard work!
  Ian

Original issue reported on code.google.com by [email protected] on 6 Mar 2007 at 3:19

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.