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 7709203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:48:18+00:00 2026-06-01T00:48:18+00:00

I think i have a basic problem in understanding the dojo toolkit. Well I

  • 0

I think i have a basic problem in understanding the dojo toolkit. Well I know in javascript returning a variable and calling it in another function works like this:

function a(){
  var x=5;
  return x;
}

function b(){
  var y=a();
  console.log(y);
}

5

Well, now i need the imgsize in function b() and can show you my dojo code. I tried the whole afternoon to call imgsize in my function b() but I didnÄt get it… perhaps u can help me 🙂

require(["dojo/window"], function(win){
        // Get the viewport-size of the document:
        var viewportsize =win.getBox();
        var imgsize = (viewportsize.w)/4;
    });


function b(){
  var x = ???????
}
  • 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-01T00:48:19+00:00Added an answer on June 1, 2026 at 12:48 am

    You have a scope issue. You defined the variable inside the function, so once the function is executed, imgsize is gone.

    require(["dojo/window"], function(win){
        // Get the viewport-size of the document:
        var viewportsize =win.getBox();
        dojo.setObject('imageSize', (viewportsize.w)/4);
    });
    
    
    function b(){
      var x = dojo.getObject('imageSize');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think I have some basic understanding problem so maybe someone's able to help
I think I have a synchronization problem...It may be too basic..Please help.. I have
I think I have a basic understanding of REST, but something I'm stuck on
Well, I think I have a very basic doubt here: I'm developing an app
I think I have a problem in understanding the proper way of using MVC.
I have a problem with understanding of some basic OOP concepts. I'll try to
I have a basic problem. I should know enough about pointers by now. The
I have an image of a basic game map. Think of it as just
I am writing a wordpress theme, and have run into a fairly basic problem.
I have some small problem in understanding Value Objects in Flex... I'm trying to

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.