bugGnash - The GNU Flash player - Bugs: bug #22756, myMiniCity: Broken layouts, cities...

 
 

bug #22756: myMiniCity: Broken layouts, cities dont load

Submitter:  None
Submitted:  Fri 28 Mar 2008 03:02:46 AM UTC
   
 
Category:  ActionScript Severity:  3 - Normal
Release:  None Status:  Confirmed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Wed 25 Aug 2010 11:35:02 AM UTC, comment #10: 

Needs copyPixels at least.

Benjamin Wolsey <bwy>
Group Member
Fri 25 Jul 2008 08:56:22 AM UTC, comment #9: 

text is shown now. cities still don't load though.

Sandro Santilli <strk>
Group Member
Thu 10 Apr 2008 04:27:28 PM UTC, comment #8: 

Well, I belive TextFormat is good enough now.
Don't understand why text isn't shown yet though.
No idea, dropping assignment.

Sandro Santilli <strk>
Group Member
Thu 10 Apr 2008 12:44:17 AM UTC, comment #7: 

That snippet is fixed in current CVS, where I've implemented
setTextFormat enough for .size to be recognized and used.
I don't seem to be able to see the text though, probably
due to other style still unimplemented (will check tomorrow)

Sandro Santilli <strk>
Group Member
Wed 09 Apr 2008 05:55:43 PM UTC, comment #6: 

I guess the culprit is here:

  while( (R4.fieldName.textWidth>R4.fieldName._width) ) {
    R5.size--;
    R5.size = R5.size;
    R4.fieldName.setTextFormat(R5);
  }

We don't support setTextFormat, so there's no way
it will change _width of a TextField...

I might actually work on it on the next days
see also task #5969

Sandro Santilli <strk>
Group Member
Wed 09 Apr 2008 05:48:55 PM UTC, comment #5: 

onRollOver calls setName, which hits the limit

Sandro Santilli <strk>
Group Member
Wed 09 Apr 2008 05:37:36 PM UTC, comment #4: 

In particular, from countries onRollOver function.
Ie:
_level0.world.world.AU.on_button_event(roll_over)


Sandro Santilli <strk>
Group Member
Wed 09 Apr 2008 05:08:53 PM UTC, comment #3: 

thrown from an onRollOver event handler

Sandro Santilli <strk>
Group Member
Fri 28 Mar 2008 07:08:00 AM UTC, comment #2: 

That happens after clicking anywhere on the map.

Benjamin Wolsey <bwy>
Group Member
Fri 28 Mar 2008 07:04:33 AM UTC, comment #1: 

http://data.myminicity.com/swf/carte.swf?v=1

terminate called after throwing an instance of 'gnash::ActionLimitException'
  what():  Loop iterations count exceeded limit of 65536. Last branch was from pc 23530 to 23452

Benjamin Wolsey <bwy>
Group Member
Fri 28 Mar 2008 03:02:46 AM UTC, original submission:  

Multiple layouts are off in http://www.myminicity.com - The maps don't work as they should, some links are not followed, cities don't get built past 100% (empty terrain).

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by bwy (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-07-25 strk StatusIn Progress Confirmed
    2008-04-10 strk Assigned tostrk None
        SummarymyMiniCity: Broken layouts, cities dont load (unimplemented setTextFormat) myMiniCity: Broken layouts, cities dont load
    2008-04-10 strk StatusConfirmed In Progress
    2008-04-09 strk Assigned toNone strk
        SummarymyMiniCity: Broken layouts, cities dont load myMiniCity: Broken layouts, cities dont load (unimplemented setTextFormat)
    2008-04-09 strk StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code