Skip navigation.
 
mlRe: Problem with variable passing.
FROM : Finlay Dobbie
DATE : Thu Dec 23 19:01:18 2004

On Wed, 22 Dec 2004 18:22:32 +0530, Amit Kumar(R&D) <<email_removed>> wrote:

>
> Hi All,
>  I am facing one basic problem as :
> I have one class (in seprate file) for handling View say "myView.m" which
> has responsibility to display nos of rectangles on the view. And other class
> which handles table controle say "tabControll.m". The each of table row
> contains the nos of rectangles to be displyed on the view.


The fact that these things are in different files is totally, 100% irrelevant.

> My problem is that I could not passing the nos of rectangles information to
> the view class.


Apparently you're doing something wrong.

>  The traditional way of passing one variable to another file is not working
> fine.


I don't know what the "traditional way of passing one variable to
another file" is, because there's no such thing as files in any
context where variable passing would occur.

>  Pls give some solution to solve this problem.


http://www.catb.org/~esr/faqs/smart-questions.html

-- Finlay

Related mailsAuthorDate
mlProblem with variable passing. Amit Kumar(R&D) Dec 22, 13:52
mlRe: Problem with variable passing. Phillip Mills Dec 22, 14:15
mlRe: Problem with variable passing. Finlay Dobbie Dec 23, 19:01