• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can't see the tabs in D2W app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't see the tabs in D2W app


  • Subject: Re: Can't see the tabs in D2W app
  • From: Theodore Petrosky <email@hidden>
  • Date: Mon, 23 Jun 2014 15:59:19 -0400

I think I lied   :-(

some of my         name = something   have quotes and some don’t  and it is working either way.


On Jun 23, 2014, at 3:54 PM, Theodore Petrosky <email@hidden> wrote:

> try taking away the quotes in the children
>
>
>   {
>       name = "Computers";
>       action = "session.navController.listComputersAction";
>       children = ("CreateComputer","SearchComputers");
>   },
>   {
>       name = CreateComputer;
>       action = "session.navController.createComputerAction";
>   },
>   {
>       name = SearchComputers;
>       action = "session.navController.searchComputersAction";
>   },
>
> this format is working for me
>
>
> On Jun 23, 2014, at 3:30 PM, Pascal Robert <email@hidden> wrote:
>
>> I'm trying to build a prototype for a inventory system, and I'm trying to use D2W in that system. Problem is that my navigation doesn't work. I have two first-level children, Computers and Mobile, and each have two children. Problem is: I only see the tabs for Computers and Mobile, the sub tabs don't appears.
>>
>> My NavigationMenu.plist file:
>>
>> (
>>   {
>>       name = Root;
>>       directActionClass = DirectAction;
>>       directActionName = default;
>>       children = ("Computers", "Mobile");
>>   },
>>   {
>>       name = "Computers";
>>       action = "session.navController.listComputersAction";
>>       children = ("CreateComputer","SearchComputers");
>>   },
>>   {
>>       name = "CreateComputer";
>>       action = "session.navController.createComputerAction";
>>   },
>>   {
>>       name = "SearchComputers";
>>       action = "session.navController.searchComputersAction";
>>   },
>>   {
>>       name = "Mobile";
>>       action = "session.navController.listMobileDevicesAction";
>>       children = ("CreateMobileDevice","SearchMobileDevices");
>>   },
>>   {
>>       name = "CreateMobileDevice";
>>       action = "session.navController.createMobileDeviceAction";
>>   },
>>   {
>>       name = "SearchMobileDevices";
>>       action = "session.navController.searchMobileDevicesAction";
>>   }
>> )
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Can't see the tabs in D2W app (From: Pascal Robert <email@hidden>)
 >Re: Can't see the tabs in D2W app (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: Re: Can't see the tabs in D2W app
  • Next by Date: Re: Can't see the tabs in D2W app
  • Previous by thread: Re: Can't see the tabs in D2W app
  • Next by thread: Re: Can't see the tabs in D2W app
  • Index(es):
    • Date
    • Thread