ncannasse / screenweaver-hx

Automatically exported from code.google.com/p/screenweaver-hx
Other
4 stars 0 forks source link

Black window #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 murraybi...@gmail.com on 25 Feb 2009 at 9:01

Attachments:

GoogleCodeExporter commented 9 years ago
I have this issue, and also issue 8 above on Windows XP and haxe 2.03. 
Minimising and
restoring black windows will also fix this. Working through the Screenweaver HX
Sampler, I can't get the Transparent Window, or the Plain Window to display 
anything.

Original comment by williamj...@yahoo.co.uk on 11 Apr 2009 at 10:51

GoogleCodeExporter commented 9 years ago
I have problem with error of running swhx. :(
Error: "Load.c(176): Module not found : app.n"

What's this? i do not know. I am newbie for Haxe Swhx...

Original comment by jensecke...@googlemail.com on 11 Apr 2009 at 6:55

GoogleCodeExporter commented 9 years ago
Haven't touched this in a while. You have to compile your hxml into necko 
bytecode 
as far as I can remember. Have you followed the instructions? (Basic tutorial 
follows...)

This tutorial shows how to build a very basic SWHX application.

Compilation

To compile, open up terminal or the command prompt, navigate to the sample 
folder 
and issue:

haxe compile.hxml

Execution

To run the sample, issue:

neko app.n

Alternatively, you can launch with the Screenweaver HX boot loader, found in 
<$haxlib path swhx>/tools. Doing so requires all build materials to be in the 
same 
folder as the boot loader.

Original comment by murraybi...@gmail.com on 12 Apr 2009 at 9:57

GoogleCodeExporter commented 9 years ago
I have the same issue. Maybe it is caused by developer version of Flash player. 
I will 
test swhx in enviroment with normal flash player.

Original comment by mic...@gmail.com on 5 Aug 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Same thing here!
Issue number 8 and number 9...
However it only happens with samples. If I build my own app it seems fine until 
I
select transparent window flag. Which then makes it invisible...
Have to check what;s the diffrenence between samples and my apps.

Original comment by rog...@gmail.com on 13 Dec 2009 at 8:13

GoogleCodeExporter commented 9 years ago
I hade the same problem, this helped:
1) http://haxe.org/forum/thread/510 (modifying Plugin.hx)
2) I needed to add lib/swhx/1,20/ndll/Windows to the PATH

BR,
Olli

Original comment by olli.oik...@gmail.com on 21 Jan 2011 at 2:45