Software Archive
Read-only legacy content
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 讨论

V3088 no UI options only Framework 7

Nick_F_2
新分销商 III
940 次查看

When creating a new project in Version 3088, it defaults to Framework 7 only, there are no other options.

I understand that JQM, Rachet and Topcoat have been depreciated, but there was no option for Twitter Bootstrap.

0 项奖励
6 回复数
Chris_P_Intel
员工
940 次查看

The selection dialog doesn't show Twitter Bootstrap? Can you share a screenshot?

Or is this a project name that you've used before?

0 项奖励
Nick_F_2
新分销商 III
940 次查看

OK I have created 2 screen movies of the problem.

 

You will see the first movie shows the UI Framework defaults to App Framework 7. The second movie then shows me creating a second project and again no option is shown for the UI Framework, but it this time defaults to App Framework (No number 7 shown).

Occasionally restarting XDK and starting a new project will allow me to select an App Framework, but it fails more often than not.

I have zipped 2 MOV files attached.


Edit:

The subsequent creation of projects i.e the second video and more since are being created with the default of App Framework 3, XDK does not show the number 3 on the IDE but it shows under the project settings. The IDE does not have enough space to show App Framework 3, but shows Framework 7 because the text is shorter.

0 项奖励
Chris_P_Intel
员工
940 次查看

That's very strange. I cannot reproduce that with 3088.  Whenever I make a new project (using the same blank template you did) when the html file is first opened in App Designer I am always shown a dialog asking me to select a framework.

If  I make project, select a framework, and then delete that project and go back and make it again with the exact same name and location, it will not ask, because it has stored my previous choice. But this is a contrived case.

 

 

 

0 项奖励
Anusha_M_Intel1
940 次查看

Hi Nick,

This is a bug that has been reported to engineering. If you already had a project named 'UI-Test' and if you delete that and create another project with the same name, this happens. The global-settings.xdk file assigns a framework name (i.e. Framework 7 if you chose it the first time) to the project 'UI-Test'. The framework is not removed from global-settings.xdk when you delete that project and so when you create one with the same name it preserves your previous framework selection and assigns it to the new project with the same name. 

Here's a temporary workaround:

  1. Close Intel XDK
  2. Open global-settings.xdk file. See this FAQ for more information - https://software.intel.com/en-us/xdk/faqs/general#global-settings-file
  3. Look for your project at the end of the file:
       "FILE-/C/Users/xxx/Downloads/pkg/Cordova-AD/www/index.html": {
          "canvas_width": 320,
          "canvas_height": 480,
          "framework": "framework 7"
        }
  4. Remove the last line - "framework": "framework 7" (Remember to remove the comma in the line above it too)
  5. Save and close global-settings.xdk
  6. Launch Intel XDK
  7. Create project with same name
  8. You should now see framework selection options

 

0 项奖励
Nick_F_2
新分销商 III
940 次查看

I'm using a Mac and tried searching for the file above but cannot find it.

 

0 项奖励
PaulF_IntelCorp
940 次查看

Nick -- that file is located here on a Mac > ~/Library/Application Support/XDK < please see the FAQ that Anusha referenced.

0 项奖励
回复