Easy and noob question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
23 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Easy and noob question

Giuseppe
Janko Mivšek escribió:
>
> Ok, I would suggest two things:
>
> 1. Can you put your image on-line so that it Aida app will be accessible
> to us too? Do you have a static IP on your computer? Or on your DSL
> router? If you have, we can setup a whole thing public and we could then
> much easier help you.
>  

You need the image? or port redirected to see the App running? I tried,
but I'm having problems with No-IP installation, but..well:
I'm 81.44.55.33 now**
>
> 2. Let we start with something and you'll see, the pattern for this
> first case will be usable for all others. So, what do yo propose, having
>    InciGest as root and let we start with list of customers for start.
> So, showing that list, showing each customer, and adding new customer.
> This pattern is very common in Aida and as I said, when you master it,
> you know almost everything :)
>  

Uhmm..but I'm doing this..or not?
> Janko
>
>
>  

Cheers.

^ Giuseppe new.

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: Easy and noob question

Nicolas Petton
In reply to this post by Giuseppe

Le jeudi 05 juin 2008 à 18:55 +0200, Giuseppe Luigi Punzi a écrit :
> Yes, I corrected but I didn't commited yet.
>
> nuevaEmpresa inst var was created because, like the tutorial, was needed.

It's not needed anymore if you redirect to a new empresa, like
#viewEmpresaAdd does.

>
> How can I referenced from #viewEmpresaAdd? Or I need to pass it as
> parameter?

Sorry, I don't understand.

Nico

>
> Cheers.
>
> Nicolas Petton escribió:
> > I see two errors in your code:
> >
> > IncigestApp>>viewEmpresaAdd
> >     self redirectTo: (IGEmpresaApp new parent: self observee) view: #add
> >
> > It should be:
> >     self redirectTo: IGEmpresa new view: #add
> >
> > And in IGEmpresaApp, why do you use nuevaImpresa inst var? your observee
> > object is already a new empresa (created in #viewEmpresaAdd method).
> >
> > Cheers!
> >
> > Nico
> >  
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Aida mailing list
> > [hidden email]
> > http://lists.aidaweb.si/mailman/listinfo/aida
> >  
>
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Easy and noob question

Giuseppe
Forgot it, I loaded the package you send me, and I think I'm understanding.

Later I will check all again :D

Thanks

Nicolas Petton escribió:

> Le jeudi 05 juin 2008 à 18:55 +0200, Giuseppe Luigi Punzi a écrit :
>  
>> Yes, I corrected but I didn't commited yet.
>>
>> nuevaEmpresa inst var was created because, like the tutorial, was needed.
>>    
>
> It's not needed anymore if you redirect to a new empresa, like
> #viewEmpresaAdd does.
>
>  
>> How can I referenced from #viewEmpresaAdd? Or I need to pass it as
>> parameter?
>>    
>
> Sorry, I don't understand.
>
> Nico
>
>  
>> Cheers.
>>
>> Nicolas Petton escribió:
>>    
>>> I see two errors in your code:
>>>
>>> IncigestApp>>viewEmpresaAdd
>>>     self redirectTo: (IGEmpresaApp new parent: self observee) view: #add
>>>
>>> It should be:
>>>     self redirectTo: IGEmpresa new view: #add
>>>
>>> And in IGEmpresaApp, why do you use nuevaImpresa inst var? your observee
>>> object is already a new empresa (created in #viewEmpresaAdd method).
>>>
>>> Cheers!
>>>
>>> Nico
>>>  
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Aida mailing list
>>> [hidden email]
>>> http://lists.aidaweb.si/mailman/listinfo/aida
>>>  
>>>      
>> _______________________________________________
>> Aida mailing list
>> [hidden email]
>> http://lists.aidaweb.si/mailman/listinfo/aida
>>    
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Aida mailing list
>> [hidden email]
>> http://lists.aidaweb.si/mailman/listinfo/aida
>>    

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
12