[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-08 Thread kardo_ax
Well dont know but once I changed it navigation pane showed correct. Now I 
retore it back to the default property and it still fine.
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsana...@... wrote:

 In default it must be No Access. There is no problem with that. Because no 
 access means that , there is no permission requires for that object. 
 Permission of main menu is managed with the nodes (eg General Ledger or 
 Inventory Management menu references)
 
 Ali Ihsan Agca
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
  In the AOT i found that the Main Menu folder has the property access to : 
  no access.
  Once i changed to view it the modules appeared in the navigation pane.
  Now how come it happenned that by default it is set to no access? Any idea?
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, r_ssh 
  ramamurthy.santosh@ wrote:
  
   Hi,
  
   Could please refer my blog on Hiding Navigation pane
   http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!213.entry
   
   Instead of passing false as recommended in the blog just pass 'true' and 
   check out if the navigation pane shows up.
   
   Thanks
   Santosh.R
   
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
thanks for your help but it didnt work up with me. I dont know its 
strange the nav.pane doesnt show even on startup I have to use the 
short cut keys. Not showing on startup and its empty or like getting 
halted.
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Normally it has to work. Because I tried it with changing Main Menu 
 (deleting all the menu references to create your case) and executing 
 the command. Then it did empty navigation pane (without restarting 
 client) and tried also vice versa.
 
 Addition to that, Application class is near Info,Global.. classes (at 
 bottom of the AOT\Classes node)
 
 
 
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  i just put the command in a job but nothing happens. Also cant find 
  such a class.Maybe im missing some details can you plz specify the 
  steps?
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Try with executing in a job.
   If it works (it has to), put that command in Class: 
   Application.startupPost method.
   
   It will automatically be executed after client openned.
   
   Ali Ihsan Agca.
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
   kardo_ax@ wrote:
   
How exactly to run it?
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Try that command:
 
 infolog.navPane().loadStartupButtons();
 
 This will fill navigation pane according to AOT\Menus\MainMenu
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  I can access the menus from AOT but the navigation pane is 
  not showing and when using AL+Shit+f1 just appears as a 
  transparent pane without anything inside
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
  folders have been created in the AOT 
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan 
  Aðca aliihsanagca@ wrote:
  
   Can you check in AOT\Menus\MainMenu? If there is any Menu 
   reference or not :)
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, 
   kardo_ax kardo_ax@ wrote:
   
I uploaded the license and been through all points of 
the check list
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali 
Ýhsan Aðca aliihsanagca@ wrote:

 Maybe you have not load license yet?
 
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, 
 kardo_ax kardo_ax@ wrote:
 
  The case occurred right after finishing from the 
  check list. I didnt create any groups yet, Just 
  using the administrator
  
   --- In Axapta-Knowledge-Village@yahoogroups.com, 
  Craig Fidler cfidler@ wrote:
  
   Is your user added to a group
   

   
   From: Axapta-Knowledge-Village@yahoogroups.com
   [mailto:axapta-knowledge-vill...@yahoogroups.com] 
   On Behalf Of kardo_ax
   Sent: Tuesday, May 05, 2009 1:43 PM
   To: Axapta-Knowledge-Village@yahoogroups.com
   Subject: [Axapta-Knowledge-Village] Navigation 
  

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-07 Thread kardo_ax
In the AOT i found that the Main Menu folder has the property access to : no 
access.
Once i changed to view it the modules appeared in the navigation pane.
Now how come it happenned that by default it is set to no access? Any idea?

--- In Axapta-Knowledge-Village@yahoogroups.com, r_ssh 
ramamurthy.sant...@... wrote:

 Hi,

 Could please refer my blog on Hiding Navigation pane
 http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!213.entry
 
 Instead of passing false as recommended in the blog just pass 'true' and 
 check out if the navigation pane shows up.
 
 Thanks
 Santosh.R
 
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
  thanks for your help but it didnt work up with me. I dont know its strange 
  the nav.pane doesnt show even on startup I have to use the short cut keys. 
  Not showing on startup and its empty or like getting halted.
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Normally it has to work. Because I tried it with changing Main Menu 
   (deleting all the menu references to create your case) and executing the 
   command. Then it did empty navigation pane (without restarting client) 
   and tried also vice versa.
   
   Addition to that, Application class is near Info,Global.. classes (at 
   bottom of the AOT\Classes node)
   
   
   
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
i just put the command in a job but nothing happens. Also cant find 
such a class.Maybe im missing some details can you plz specify the 
steps?
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Try with executing in a job.
 If it works (it has to), put that command in Class: 
 Application.startupPost method.
 
 It will automatically be executed after client openned.
 
 Ali Ihsan Agca.
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  How exactly to run it?
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Try that command:
   
   infolog.navPane().loadStartupButtons();
   
   This will fill navigation pane according to AOT\Menus\MainMenu
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
   kardo_ax@ wrote:
   
I can access the menus from AOT but the navigation pane is not 
showing and when using AL+Shit+f1 just appears as a transparent 
pane without anything inside
--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
kardo_ax@ wrote:

folders have been created in the AOT 
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Can you check in AOT\Menus\MainMenu? If there is any Menu 
 reference or not :)
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  I uploaded the license and been through all points of the 
  check list
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan 
  Aðca aliihsanagca@ wrote:
  
   Maybe you have not load license yet?
   
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, 
   kardo_ax kardo_ax@ wrote:
   
The case occurred right after finishing from the check 
list. I didnt create any groups yet, Just using the 
administrator

 --- In Axapta-Knowledge-Village@yahoogroups.com, 
Craig Fidler cfidler@ wrote:

 Is your user added to a group
 
  
 
 From: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:axapta-knowledge-vill...@yahoogroups.com] On 
 Behalf Of kardo_ax
 Sent: Tuesday, May 05, 2009 1:43 PM
 To: Axapta-Knowledge-Village@yahoogroups.com
 Subject: [Axapta-Knowledge-Village] Navigation Pane 
 issue!!
 
  
 
 
 
 
 
 
 Hi all,
 
 I have just installed AX2009 without SP1 and the 
 navigation pane is not
 showing and when using ctl+shift+f1 it shows as empty 
 although all modules
 are checked on!!! In the View menus the navigation 
 pane options are dimmed??
 Any advise??

   
  
 


--- End forwarded message ---
   
  
 

   
  
 





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-07 Thread Ali Ýhsan Aðca
In default it must be No Access. There is no problem with that. Because no 
access means that , there is no permission requires for that object. Permission 
of main menu is managed with the nodes (eg General Ledger or Inventory 
Management menu references)

Ali Ihsan Agca

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

 In the AOT i found that the Main Menu folder has the property access to : no 
 access.
 Once i changed to view it the modules appeared in the navigation pane.
 Now how come it happenned that by default it is set to no access? Any idea?
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, r_ssh 
 ramamurthy.santosh@ wrote:
 
  Hi,
 
  Could please refer my blog on Hiding Navigation pane
  http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!213.entry
  
  Instead of passing false as recommended in the blog just pass 'true' and 
  check out if the navigation pane shows up.
  
  Thanks
  Santosh.R
  
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
   thanks for your help but it didnt work up with me. I dont know its 
   strange the nav.pane doesnt show even on startup I have to use the short 
   cut keys. Not showing on startup and its empty or like getting halted.
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Normally it has to work. Because I tried it with changing Main Menu 
(deleting all the menu references to create your case) and executing 
the command. Then it did empty navigation pane (without restarting 
client) and tried also vice versa.

Addition to that, Application class is near Info,Global.. classes (at 
bottom of the AOT\Classes node)




--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

 i just put the command in a job but nothing happens. Also cant find 
 such a class.Maybe im missing some details can you plz specify the 
 steps?
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Try with executing in a job.
  If it works (it has to), put that command in Class: 
  Application.startupPost method.
  
  It will automatically be executed after client openned.
  
  Ali Ihsan Agca.
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   How exactly to run it?
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Try that command:

infolog.navPane().loadStartupButtons();

This will fill navigation pane according to AOT\Menus\MainMenu

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
kardo_ax@ wrote:

 I can access the menus from AOT but the navigation pane is 
 not showing and when using AL+Shit+f1 just appears as a 
 transparent pane without anything inside
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
 folders have been created in the AOT 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan 
 Aðca aliihsanagca@ wrote:
 
  Can you check in AOT\Menus\MainMenu? If there is any Menu 
  reference or not :)
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   I uploaded the license and been through all points of the 
   check list
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali 
   Ýhsan Aðca aliihsanagca@ wrote:
   
Maybe you have not load license yet?


--- In Axapta-Knowledge-Village@yahoogroups.com, 
kardo_ax kardo_ax@ wrote:

 The case occurred right after finishing from the 
 check list. I didnt create any groups yet, Just using 
 the administrator
 
  --- In Axapta-Knowledge-Village@yahoogroups.com, 
 Craig Fidler cfidler@ wrote:
 
  Is your user added to a group
  
   
  
  From: Axapta-Knowledge-Village@yahoogroups.com
  [mailto:axapta-knowledge-vill...@yahoogroups.com] 
  On Behalf Of kardo_ax
  Sent: Tuesday, May 05, 2009 1:43 PM
  To: Axapta-Knowledge-Village@yahoogroups.com
  Subject: [Axapta-Knowledge-Village] Navigation Pane 
  issue!!
  
   
  
  
  
  
  
  
  Hi all,
  
  I have just installed AX2009 without SP1 and the 
  navigation pane is not
  showing and when using ctl+shift+f1 it shows as 

[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-06 Thread r_ssh
Hi,

Could please refer my blog on Hiding Navigation pane
http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!213.entry

Instead of passing false as recommended in the blog just pass 'true' and check 
out if the navigation pane shows up.

Thanks
Santosh.R


--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

 thanks for your help but it didnt work up with me. I dont know its strange 
 the nav.pane doesnt show even on startup I have to use the short cut keys. 
 Not showing on startup and its empty or like getting halted.
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Normally it has to work. Because I tried it with changing Main Menu 
  (deleting all the menu references to create your case) and executing the 
  command. Then it did empty navigation pane (without restarting client) and 
  tried also vice versa.
  
  Addition to that, Application class is near Info,Global.. classes (at 
  bottom of the AOT\Classes node)
  
  
  
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
   i just put the command in a job but nothing happens. Also cant find such 
   a class.Maybe im missing some details can you plz specify the steps?
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Try with executing in a job.
If it works (it has to), put that command in Class: 
Application.startupPost method.

It will automatically be executed after client openned.

Ali Ihsan Agca.

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

 How exactly to run it?
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Try that command:
  
  infolog.navPane().loadStartupButtons();
  
  This will fill navigation pane according to AOT\Menus\MainMenu
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   I can access the menus from AOT but the navigation pane is not 
   showing and when using AL+Shit+f1 just appears as a transparent 
   pane without anything inside
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
   kardo_ax@ wrote:
   
   folders have been created in the AOT 
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Can you check in AOT\Menus\MainMenu? If there is any Menu 
reference or not :)

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
kardo_ax@ wrote:

 I uploaded the license and been through all points of the 
 check list
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan 
 Aðca aliihsanagca@ wrote:
 
  Maybe you have not load license yet?
  
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   The case occurred right after finishing from the check 
   list. I didnt create any groups yet, Just using the 
   administrator
   
--- In Axapta-Knowledge-Village@yahoogroups.com, Craig 
   Fidler cfidler@ wrote:
   
Is your user added to a group

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:axapta-knowledge-vill...@yahoogroups.com] On 
Behalf Of kardo_ax
Sent: Tuesday, May 05, 2009 1:43 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Navigation Pane 
issue!!

 






Hi all,

I have just installed AX2009 without SP1 and the 
navigation pane is not
showing and when using ctl+shift+f1 it shows as empty 
although all modules
are checked on!!! In the View menus the navigation pane 
options are dimmed??
Any advise??
   
  
 

   
   
   --- End forwarded message ---
  
 

   
  
 





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread kardo_ax
I can access the menus from AOT but the navigation pane is not showing and when 
using AL+Shit+f1 just appears as a transparent pane without anything inside
--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

folders have been created in the AOT 
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca aliihsanagca@ 
wrote:

 Can you check in AOT\Menus\MainMenu? If there is any Menu reference or not :)
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
  I uploaded the license and been through all points of the check list
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Maybe you have not load license yet?
   
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
The case occurred right after finishing from the check list. I didnt 
create any groups yet, Just using the administrator

 --- In Axapta-Knowledge-Village@yahoogroups.com, Craig Fidler 
cfidler@ wrote:

 Is your user added to a group
 
  
 
 From: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of 
 kardo_ax
 Sent: Tuesday, May 05, 2009 1:43 PM
 To: Axapta-Knowledge-Village@yahoogroups.com
 Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!
 
  
 
 
 
 
 
 
 Hi all,
 
 I have just installed AX2009 without SP1 and the navigation pane is 
 not
 showing and when using ctl+shift+f1 it shows as empty although all 
 modules
 are checked on!!! In the View menus the navigation pane options are 
 dimmed??
 Any advise??

   
  
 


--- End forwarded message ---




[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
Try that command:

infolog.navPane().loadStartupButtons();

This will fill navigation pane according to AOT\Menus\MainMenu

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

 I can access the menus from AOT but the navigation pane is not showing and 
 when using AL+Shit+f1 just appears as a transparent pane without anything 
 inside
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
 folders have been created in the AOT 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Can you check in AOT\Menus\MainMenu? If there is any Menu reference or not 
  :)
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
   I uploaded the license and been through all points of the check list
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Maybe you have not load license yet?


--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

 The case occurred right after finishing from the check list. I didnt 
 create any groups yet, Just using the administrator
 
  --- In Axapta-Knowledge-Village@yahoogroups.com, Craig Fidler 
 cfidler@ wrote:
 
  Is your user added to a group
  
   
  
  From: Axapta-Knowledge-Village@yahoogroups.com
  [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of 
  kardo_ax
  Sent: Tuesday, May 05, 2009 1:43 PM
  To: Axapta-Knowledge-Village@yahoogroups.com
  Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!
  
   
  
  
  
  
  
  
  Hi all,
  
  I have just installed AX2009 without SP1 and the navigation pane is 
  not
  showing and when using ctl+shift+f1 it shows as empty although all 
  modules
  are checked on!!! In the View menus the navigation pane options are 
  dimmed??
  Any advise??
 

   
  
 
 
 --- End forwarded message ---





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
Try with executing in a job.
If it works (it has to), put that command in Class: Application.startupPost 
method.

It will automatically be executed after client openned.

Ali Ihsan Agca.

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

 How exactly to run it?
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Try that command:
  
  infolog.navPane().loadStartupButtons();
  
  This will fill navigation pane according to AOT\Menus\MainMenu
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
   I can access the menus from AOT but the navigation pane is not showing 
   and when using AL+Shit+f1 just appears as a transparent pane without 
   anything inside
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
   folders have been created in the AOT 
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Can you check in AOT\Menus\MainMenu? If there is any Menu reference or 
not :)

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

 I uploaded the license and been through all points of the check list
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Maybe you have not load license yet?
  
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   The case occurred right after finishing from the check list. I 
   didnt create any groups yet, Just using the administrator
   
--- In Axapta-Knowledge-Village@yahoogroups.com, Craig Fidler 
   cfidler@ wrote:
   
Is your user added to a group

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of 
kardo_ax
Sent: Tuesday, May 05, 2009 1:43 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!

 






Hi all,

I have just installed AX2009 without SP1 and the navigation 
pane is not
showing and when using ctl+shift+f1 it shows as empty although 
all modules
are checked on!!! In the View menus the navigation pane options 
are dimmed??
Any advise??
   
  
 

   
   
   --- End forwarded message ---
  
 





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread kardo_ax
How exactly to run it?
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsana...@... wrote:

 Try that command:
 
 infolog.navPane().loadStartupButtons();
 
 This will fill navigation pane according to AOT\Menus\MainMenu
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
  I can access the menus from AOT but the navigation pane is not showing and 
  when using AL+Shit+f1 just appears as a transparent pane without anything 
  inside
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
  folders have been created in the AOT 
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Can you check in AOT\Menus\MainMenu? If there is any Menu reference or 
   not :)
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
I uploaded the license and been through all points of the check list
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Maybe you have not load license yet?
 
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  The case occurred right after finishing from the check list. I 
  didnt create any groups yet, Just using the administrator
  
   --- In Axapta-Knowledge-Village@yahoogroups.com, Craig Fidler 
  cfidler@ wrote:
  
   Is your user added to a group
   

   
   From: Axapta-Knowledge-Village@yahoogroups.com
   [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of 
   kardo_ax
   Sent: Tuesday, May 05, 2009 1:43 PM
   To: Axapta-Knowledge-Village@yahoogroups.com
   Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!
   

   
   
   
   
   
   
   Hi all,
   
   I have just installed AX2009 without SP1 and the navigation pane 
   is not
   showing and when using ctl+shift+f1 it shows as empty although 
   all modules
   are checked on!!! In the View menus the navigation pane options 
   are dimmed??
   Any advise??
  
 

   
  
  
  --- End forwarded message ---
 





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread kardo_ax
i just put the command in a job but nothing happens. Also cant find such a 
class.Maybe im missing some details can you plz specify the steps?
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsana...@... wrote:

 Try with executing in a job.
 If it works (it has to), put that command in Class: Application.startupPost 
 method.
 
 It will automatically be executed after client openned.
 
 Ali Ihsan Agca.
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ wrote:
 
  How exactly to run it?
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Try that command:
   
   infolog.navPane().loadStartupButtons();
   
   This will fill navigation pane according to AOT\Menus\MainMenu
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
   wrote:
   
I can access the menus from AOT but the navigation pane is not showing 
and when using AL+Shit+f1 just appears as a transparent pane without 
anything inside
--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

folders have been created in the AOT 
--- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
aliihsanagca@ wrote:

 Can you check in AOT\Menus\MainMenu? If there is any Menu reference 
 or not :)
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
  I uploaded the license and been through all points of the check list
  --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
  aliihsanagca@ wrote:
  
   Maybe you have not load license yet?
   
   
   --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
   kardo_ax@ wrote:
   
The case occurred right after finishing from the check list. I 
didnt create any groups yet, Just using the administrator

 --- In Axapta-Knowledge-Village@yahoogroups.com, Craig 
Fidler cfidler@ wrote:

 Is your user added to a group
 
  
 
 From: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf 
 Of kardo_ax
 Sent: Tuesday, May 05, 2009 1:43 PM
 To: Axapta-Knowledge-Village@yahoogroups.com
 Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!
 
  
 
 
 
 
 
 
 Hi all,
 
 I have just installed AX2009 without SP1 and the navigation 
 pane is not
 showing and when using ctl+shift+f1 it shows as empty 
 although all modules
 are checked on!!! In the View menus the navigation pane 
 options are dimmed??
 Any advise??

   
  
 


--- End forwarded message ---
   
  
 





[Axapta-Knowledge-Village] Fwd: Re: Navigation Pane issue!!

2009-05-05 Thread Ali Ýhsan Aðca
Normally it has to work. Because I tried it with changing Main Menu (deleting 
all the menu references to create your case) and executing the command. Then it 
did empty navigation pane (without restarting client) and tried also vice versa.

Addition to that, Application class is near Info,Global.. classes (at bottom of 
the AOT\Classes node)




--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo...@... 
wrote:

 i just put the command in a job but nothing happens. Also cant find such a 
 class.Maybe im missing some details can you plz specify the steps?
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Try with executing in a job.
  If it works (it has to), put that command in Class: Application.startupPost 
  method.
  
  It will automatically be executed after client openned.
  
  Ali Ihsan Agca.
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
  wrote:
  
   How exactly to run it?
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Try that command:

infolog.navPane().loadStartupButtons();

This will fill navigation pane according to AOT\Menus\MainMenu

--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax kardo_ax@ 
wrote:

 I can access the menus from AOT but the navigation pane is not 
 showing and when using AL+Shit+f1 just appears as a transparent pane 
 without anything inside
 --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
 kardo_ax@ wrote:
 
 folders have been created in the AOT 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
 aliihsanagca@ wrote:
 
  Can you check in AOT\Menus\MainMenu? If there is any Menu reference 
  or not :)
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
  kardo_ax@ wrote:
  
   I uploaded the license and been through all points of the check 
   list
   --- In Axapta-Knowledge-Village@yahoogroups.com, Ali Ýhsan Aðca 
   aliihsanagca@ wrote:
   
Maybe you have not load license yet?


--- In Axapta-Knowledge-Village@yahoogroups.com, kardo_ax 
kardo_ax@ wrote:

 The case occurred right after finishing from the check list. 
 I didnt create any groups yet, Just using the administrator
 
  --- In Axapta-Knowledge-Village@yahoogroups.com, Craig 
 Fidler cfidler@ wrote:
 
  Is your user added to a group
  
   
  
  From: Axapta-Knowledge-Village@yahoogroups.com
  [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf 
  Of kardo_ax
  Sent: Tuesday, May 05, 2009 1:43 PM
  To: Axapta-Knowledge-Village@yahoogroups.com
  Subject: [Axapta-Knowledge-Village] Navigation Pane issue!!
  
   
  
  
  
  
  
  
  Hi all,
  
  I have just installed AX2009 without SP1 and the navigation 
  pane is not
  showing and when using ctl+shift+f1 it shows as empty 
  although all modules
  are checked on!!! In the View menus the navigation pane 
  options are dimmed??
  Any advise??
 

   
  
 
 
 --- End forwarded message ---