Re: More 2.5 weirdness
It's marked as fixed as of 9/4. I had a recipe. I was working on cloning Navigator. Clone it four times and weirdness starts. Navigator has 6 or more pulldown menus, and Tuviah says: fixed. previously rev has a maximum of 256 system menu/submenus allocated. a few things added to this limit (docs, rev ide, having pulldowns use system menus). So cloning Navigator four or five times meant an additional 30 or so pulldowns. I'm putting in a limit, and we'll see if the other weirdness I was seeing goes away. regards, Geoff Canyon [EMAIL PROTECTED] On Sep 28, 2004, at 5:59 AM, Ludovic Thebault wrote: Marian Petrides wrote: Ummm I haven't used 2.5 enought to have run into this anomaly, but it sounds like several people have encountered it but not bugzilla'd it because of lack of recipe. How can we expect RunRev to fix something that they haven't even been informed of? Shouldn't someone bugzilla this? I saw this bug in bugzilla (id 2126) ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
Marian Petrides wrote: Ummm I haven't used 2.5 enought to have run into this anomaly, but it sounds like several people have encountered it but not bugzilla'd it because of lack of recipe. How can we expect RunRev to fix something that they haven't even been informed of? Shouldn't someone bugzilla this? I saw this bug in bugzilla (id 2126) ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
Ummm I haven't used 2.5 enought to have run into this anomaly, but it sounds like several people have encountered it but not bugzilla'd it because of lack of recipe. How can we expect RunRev to fix something that they haven't even been informed of? Shouldn't someone bugzilla this? M On Sep 28, 2004, at 7:50 AM, Dan Soneson wrote: On Sep 27, 2004, at 5:18 PM, J. Landman Gay wrote: On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? Yeah. In the property inspector, same as you describe, where the popup that lets you change from "basic properties" to the other sets doesn't pop down. I wasn't changing any labels on anything, so I have no clue what caused it. I haven't bugzilla'ed it yet because I can't figure out a recipe. I saw this for a while but like you was never able to come up with a recipe so never Bugzilla'ed it. I will say, however, that the problem arose at the same time that I created a really wierd infinite recursion through a preOpenStack handler in a main stack which did a time delayed call to another handler which opened a different stack which did not have a preOpenStack handler so the main stack's preOpenStack handler got called, etc. etc. etc. When I got rid of the recursion, my property inspector worked again too although I can't begin to explain why the recursion would cause the behavior I saw in the inspector. I get it too, but there seems to be no consistency. Luckily, I can still save the current stack, quit Rev and re-start it and all is well for awhile, but it is disconcerting. Daniel B. Soneson Director, Language Lab Southern CT State University ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
On Sep 27, 2004, at 5:18 PM, J. Landman Gay wrote: On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? Yeah. In the property inspector, same as you describe, where the popup that lets you change from "basic properties" to the other sets doesn't pop down. I wasn't changing any labels on anything, so I have no clue what caused it. I haven't bugzilla'ed it yet because I can't figure out a recipe. I saw this for a while but like you was never able to come up with a recipe so never Bugzilla'ed it. I will say, however, that the problem arose at the same time that I created a really wierd infinite recursion through a preOpenStack handler in a main stack which did a time delayed call to another handler which opened a different stack which did not have a preOpenStack handler so the main stack's preOpenStack handler got called, etc. etc. etc. When I got rid of the recursion, my property inspector worked again too although I can't begin to explain why the recursion would cause the behavior I saw in the inspector. I get it too, but there seems to be no consistency. Luckily, I can still save the current stack, quit Rev and re-start it and all is well for awhile, but it is disconcerting. Daniel B. Soneson Director, Language Lab Southern CT State University ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
On 9/27/04 7:38 PM, James Spencer wrote: On Sep 27, 2004, at 5:18 PM, J. Landman Gay wrote: On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? Yeah. In the property inspector, same as you describe, where the popup that lets you change from "basic properties" to the other sets doesn't pop down. I wasn't changing any labels on anything, so I have no clue what caused it. I haven't bugzilla'ed it yet because I can't figure out a recipe. I saw this for a while but like you was never able to come up with a recipe so never Bugzilla'ed it. I will say, however, that the problem arose at the same time that I created a really wierd infinite recursion through a preOpenStack handler in a main stack which did a time delayed call to another handler which opened a different stack which did not have a preOpenStack handler so the main stack's preOpenStack handler got called, etc. etc. etc. When I got rid of the recursion, my property inspector worked again too although I can't begin to explain why the recursion would cause the behavior I saw in the inspector. It just happened to me again moments ago, and I wasn't doing any scripting. I was just trying to get properties on several selected objects at once so that I could align them. I don't think it has anything to do with scripts. Like you, the button contents returned after a while. When it went south, I closed the inspector, double-clicked a single field to open the inspector, and it was still broken. Closed it, selected 2 objects, doubled-clicked on one of them, and when the inspector came back again the button worked. I don't think there is anything magical about 2 objects, either -- I think there is a message that is being missed in the IDE. The inspector loads its button contents dynamically when an object is selected, and it looks like sometimes it isn't getting a selectedObjectChanged message. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
On Sep 27, 2004, at 5:18 PM, J. Landman Gay wrote: On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? Yeah. In the property inspector, same as you describe, where the popup that lets you change from "basic properties" to the other sets doesn't pop down. I wasn't changing any labels on anything, so I have no clue what caused it. I haven't bugzilla'ed it yet because I can't figure out a recipe. I saw this for a while but like you was never able to come up with a recipe so never Bugzilla'ed it. I will say, however, that the problem arose at the same time that I created a really wierd infinite recursion through a preOpenStack handler in a main stack which did a time delayed call to another handler which opened a different stack which did not have a preOpenStack handler so the main stack's preOpenStack handler got called, etc. etc. etc. When I got rid of the recursion, my property inspector worked again too although I can't begin to explain why the recursion would cause the behavior I saw in the inspector. Spence James P. Spencer Rochester, MN [EMAIL PROTECTED] "Badges?? We don't need no stinkin badges!" ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
Re: More 2.5 weirdness
On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? Yeah. In the property inspector, same as you describe, where the popup that lets you change from "basic properties" to the other sets doesn't pop down. I wasn't changing any labels on anything, so I have no clue what caused it. I haven't bugzilla'ed it yet because I can't figure out a recipe. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
More 2.5 weirdness
Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspector. So the little Arrow button at the top-right of the inspector no longer works, the popup, which show Basic Properties as its first choice doesn't work, etc. Most other things seem to work. This happens after my script sets the labels of some combo-buttons in my stack. That's about the only thing related that I'm doing that I can think of. Closing a stack and re-opening it doesn't fix this. I have to quit and restart Rev. Anybody seen this? -- Regards, Howard Bornstein --- www.designeq.com ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution