Re: RevBrowser bug

2010-10-07 Thread Bob Sneidar
I think at some point the RevBrowser needs to be completely reworked so that 
the browser is attached not to a window but to an object like a field or a 
button. Perhaps even a new object called a View Port or something. The way it 
works now causes all kinds of problems if you try to do anything fancy. 

Bob


On Oct 6, 2010, at 4:04 AM, Klaus on-rev wrote:

 Hi all, 
 
 I just filed a bug report for a nasty bug I found today and wanted to let you 
 know.
 
 When you toggle the resizable of a stack with an active browser, the 
 content 
 of the browser will disappear in data nirvana :-/
 
 Try it yourself:
 Open an URL in any browser and toggle the resizable of that stack with a 
 button
 or the message box, big fun :-/
 
 You will need to close the browser and open a new instance to make it work 
 again.
 
 
 Best
 
 Klaus
 
 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-07 Thread Ken Ray

 I'm just curious, I guess... is it only during dev in the IDE that you are
 toggling the resizable of a stack? Or if you do it at runtime, I'd be
 curious to find how you're applying this functionality...
 
 In my current project I need to toggle this according to some META TAGs
 inside of the html source.

That's what I was looking for... thanks!
 
 Ken, I was not born yesterday (LiveCode-wise) :-D

Don't I know it! ;-)


Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-07 Thread Richmond Mathewson

 On 10/7/10 9:44 PM, Ken Ray wrote:

I'm just curious, I guess... is it only during dev in the IDE that you are
toggling the resizable of a stack? Or if you do it at runtime, I'd be
curious to find how you're applying this functionality...

In my current project I need to toggle this according to some META TAGs
inside of the html source.

That's what I was looking for... thanks!


Ken, I was not born yesterday (LiveCode-wise) :-D

Don't I know it! ;-)




Very few of us were born yesterday; but when I look at LiveCode / RunRev
I wish I had been:

then I could have dived straight into LiveCode / RunRev without having to
spend Velikovskian Ages in Chaos with FORTRAN, PASCAL, ZILOG and
even relatively leverable stuff such as ToolBook.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RevBrowser bug

2010-10-06 Thread Klaus on-rev
Hi all, 

I just filed a bug report for a nasty bug I found today and wanted to let you 
know.

When you toggle the resizable of a stack with an active browser, the content 
of the browser will disappear in data nirvana :-/

Try it yourself:
Open an URL in any browser and toggle the resizable of that stack with a button
or the message box, big fun :-/

You will need to close the browser and open a new instance to make it work 
again.


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Klaus on-rev
Hi all,

 Hi all, 
 
 I just filed a bug report for a nasty bug I found today and wanted to let you 
 know.
 
 When you toggle the resizable of a stack with an active browser, the 
 content 
 of the browser will disappear in data nirvana :-/
 
 Try it yourself:
 Open an URL in any browser and toggle the resizable of that stack with a 
 button
 or the message box, big fun :-/
 
 You will need to close the browser and open a new instance to make it work 
 again.

the same happens when you set the fullscreen of stack xyz to true


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Mike Bonner
This happens because the revbrowser instance is linked to a specific
windowid and certain things change that id. As you mentioned changing the
resizable, going fullscreen, and if I recall correctly, changing the window
decorations all change the windowid.  Haven't tried it but changing window
mode will probably do this also.

This is something that I too hope will be changed/fixed? Though i'm not sure
if it should be a bug report or a feature request.

Where is your report, i'll vote for it.

On Wed, Oct 6, 2010 at 5:20 AM, Klaus on-rev kl...@major.on-rev.com wrote:

 Hi all,

  Hi all,
 
  I just filed a bug report for a nasty bug I found today and wanted to let
 you know.
 
  When you toggle the resizable of a stack with an active browser, the
 content
  of the browser will disappear in data nirvana :-/
 
  Try it yourself:
  Open an URL in any browser and toggle the resizable of that stack with a
 button
  or the message box, big fun :-/
 
  You will need to close the browser and open a new instance to make it
 work again.

 the same happens when you set the fullscreen of stack xyz to true


 Best

 Klaus

 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Klaus on-rev
Hi Mike,

 This happens because the revbrowser instance is linked to a specific
 windowid and certain things change that id. As you mentioned changing the
 resizable, going fullscreen, and if I recall correctly, changing the window
 decorations all change the windowid.  Haven't tried it but changing window
 mode will probably do this also.
 
 This is something that I too hope will be changed/fixed? Though i'm not sure
 if it should be a bug report or a feature request.

whatever, I marked it as Blocker

A workaround ist to make the stack NOT resizable and use the Mac Style Stack 
Resizer
from the object lib or make your own :-) 

 Where is your report, i'll vote for it.

Ah, sorry, here it is:
http://quality.runrev.com/qacenter/show_bug.cgi?id=9041


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Mike Bonner
Done.

I've fought with this before. Its a real pain in the butt. Did things like
setup the browser stack as a float on top stack that was docked with the
stack behind.  Then I could do stuff with the back stack and have the front
respond. Never did work very well.

Ended up doing as you suggested, using the resizer from the library, dumped
the stock decorations etc, and since it was a video player window that I
wished to be able to go in and out of fullscreen while playing a streaming
vid in the browser, I ended up having a 2nd stack that existed for the sole
purpose of going into and out of fullscreen behind the browser window to
obscure the menu bar and dock. libKiosk worked pretty good for this too.

Hoping when/if the externals go public that problems like this will poof and
go away.

On Wed, Oct 6, 2010 at 6:37 AM, Klaus on-rev kl...@major.on-rev.com wrote:

 Hi Mike,

  This happens because the revbrowser instance is linked to a specific
  windowid and certain things change that id. As you mentioned changing the
  resizable, going fullscreen, and if I recall correctly, changing the
 window
  decorations all change the windowid.  Haven't tried it but changing
 window
  mode will probably do this also.
 
  This is something that I too hope will be changed/fixed? Though i'm not
 sure
  if it should be a bug report or a feature request.

 whatever, I marked it as Blocker

 A workaround ist to make the stack NOT resizable and use the Mac Style
 Stack Resizer
 from the object lib or make your own :-)

  Where is your report, i'll vote for it.

 Ah, sorry, here it is:
 http://quality.runrev.com/qacenter/show_bug.cgi?id=9041


 Best

 Klaus

 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com

 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Andre Garzia
can someone confirm this is a regression?

Did it happen in 4.0 or 3.x ?

On Wed, Oct 6, 2010 at 9:58 AM, Mike Bonner bonnm...@gmail.com wrote:

 Done.

 I've fought with this before. Its a real pain in the butt. Did things like
 setup the browser stack as a float on top stack that was docked with the
 stack behind.  Then I could do stuff with the back stack and have the front
 respond. Never did work very well.

 Ended up doing as you suggested, using the resizer from the library, dumped
 the stock decorations etc, and since it was a video player window that I
 wished to be able to go in and out of fullscreen while playing a streaming
 vid in the browser, I ended up having a 2nd stack that existed for the sole
 purpose of going into and out of fullscreen behind the browser window to
 obscure the menu bar and dock. libKiosk worked pretty good for this too.

 Hoping when/if the externals go public that problems like this will poof
 and
 go away.

 On Wed, Oct 6, 2010 at 6:37 AM, Klaus on-rev kl...@major.on-rev.com
 wrote:

  Hi Mike,
 
   This happens because the revbrowser instance is linked to a specific
   windowid and certain things change that id. As you mentioned changing
 the
   resizable, going fullscreen, and if I recall correctly, changing the
  window
   decorations all change the windowid.  Haven't tried it but changing
  window
   mode will probably do this also.
  
   This is something that I too hope will be changed/fixed? Though i'm not
  sure
   if it should be a bug report or a feature request.
 
  whatever, I marked it as Blocker
 
  A workaround ist to make the stack NOT resizable and use the Mac Style
  Stack Resizer
  from the object lib or make your own :-)
 
   Where is your report, i'll vote for it.
 
  Ah, sorry, here it is:
  http://quality.runrev.com/qacenter/show_bug.cgi?id=9041
 
 
  Best
 
  Klaus
 
  --
  Klaus Major
  http://www.major-k.de
  kl...@major.on-rev.com
 
  ___
  use-revolution mailing list
  use-revolution@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution




-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Klaus on-rev
Hi Andre,

 can someone confirm this is a regression?
 Did it happen in 4.0 or 3.x ?

I also tested this on Rev 3.4 and 4.0, same problem.


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Ken Ray
On 10/6/10 9:58 AM, Klaus on-rev kl...@major.on-rev.com wrote:

 Hi Andre,
 
 can someone confirm this is a regression?
 Did it happen in 4.0 or 3.x ?
 
 I also tested this on Rev 3.4 and 4.0, same problem.

But isn't this just when you turn the resizable of a stack on and off? I
mean if the stack is meant to be resizable, wouldn't you just leave it
resizable? I have several resizable revBrowser stacks with no problems (at
least, not as far as resizing goes :-)...

I'm just curious, I guess... is it only during dev in the IDE that you are
toggling the resizable of a stack? Or if you do it at runtime, I'd be
curious to find how you're applying this functionality...



Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevBrowser bug

2010-10-06 Thread Klaus on-rev
Hi Ken,

 On 10/6/10 9:58 AM, Klaus on-rev kl...@major.on-rev.com wrote:
 Hi Andre,
 can someone confirm this is a regression?
 Did it happen in 4.0 or 3.x ?
 I also tested this on Rev 3.4 and 4.0, same problem.
 
 But isn't this just when you turn the resizable of a stack on and off?

Yep and if I toggle the fullscreen of stack xyz.

 I mean if the stack is meant to be resizable, wouldn't you just leave it
 resizable? I have several resizable revBrowser stacks with no problems (at
 least, not as far as resizing goes :-)...
 
 I'm just curious, I guess... is it only during dev in the IDE that you are
 toggling the resizable of a stack? Or if you do it at runtime, I'd be
 curious to find how you're applying this functionality...

In my current project I need to toggle this according to some META TAGs 
inside of the html source.

Ken, I was not born yesterday (LiveCode-wise) :-D

 Ken Ray
 Sons of Thunder Software, Inc.
 Email: k...@sonsothunder.com
 Web Site: http://www.sonsothunder.com/

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution