• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HMVC Frame Refreshing

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I have 2 modules both on HMVC architecture...when I click a button in one of the modules the existing Frame shud be removed and the next Module(new Frame) should be visible....but when I happen to do this the Menu for the next Frame is visible and active but the rest of the screen does not get refreshed and still appears to be the components of the old Frame.If I trigger any of the MenuItem then the new Frame is set properly...
Could any of you plz guide me thro' this...
Thanks...Jelly Smiles :P
 
reply
    Bookmark Topic Watch Topic
  • New Topic