Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9012261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:57:02+00:00 2026-06-16T02:57:02+00:00

I am currently trying to start an ExtJs MVC application that I created, integrated

  • 0

I am currently trying to start an ExtJs MVC application that I created, integrated into another application. For unclear reasons it refuses to start, nor does it give any reasonable message as to why its happening, looking at the code below, I was able to determine that the init function runs to the end, but not the launch or beforeLaunch. Also Das.SubApp extends Ext.app.Controller.

   this.subApp = Ext.create('Das.SubApp', {
        appFolder: '/Scripts/app/das/FBrowser',
        name: 'FBrowser',
        controllers: ['BrowerController'],
        dependencies: {
            css: [],
            js: []
        },
        init: function() {console.log("initialized")},
        beforeLaunch: function() {
            console.log("Before launch");
        },
        launch: function () {
            console.log("launched library");
           }

Here is code from the BrowserController:

Ext.define('FBrowser.controller.BrowserController',{
extend: 'Ext.app.Controller',
views: ['browser.tree_dir',...],
stores: [...],
requires: ['FBrowser.Utilities'],

init: function() {

    this.control({..})

Anyone have any idea what could be wrong?

EDIT: Ok, so I seem to have found part of the issue, It appears that the application path isn’t being set, I still don’t understand why that is though, shouldn’t the appFolder point to the right place?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:57:03+00:00Added an answer on June 16, 2026 at 2:57 am

    This is quite easy;

    Ext.app.Controller does not have

    • appFolder
    • name
    • beforeLaunch

    and if you initialize it this way it wan’t call the launch method cause this is all done or better said belongs to the Ext.app.Application Controller. Also note that you can only have one active Ext.app.Application instance or you will mess up the EventBus (override the bus of the first Ext.app.Application). And even if you add these properties (appFolder, name) they do nothing at all cause the they are only used within the Ext.app.Application which is derived from Ext.app.Controller

    The solution

    Das.SubApp need to be Ext.app.Application (don’t extend if not really needed cause you can have only one instance active anyway).

    You may also be interested in this answer or this

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am currently trying to start translation on a website. the isue is that
I'm currently trying to make an application written in .Net CF 2.0 start automatically
I'am currently trying to create and application (In c#) that parse a XML file
Currently trying at add ajax to a site, after much reading I discovered that
I am currently trying to write some code that will accept some FTP details,
I am currently trying to clean URL in my local machine(wamp) before using that(.htaccess)
I am currently trying to convert a VB6 program into C#. There was extensive
I am currently trying to create a meter that can be adjusted in the
I'm currently trying to get users to submit data via PHP/HTML forms and into
I'm currently trying to write a stored procedure that can compute the biweekly periods

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.