I have a template I've been working on for a week or so, on and off. My template has a handful of containers all on one page, and a menu to select which ones are visible (I wanted to try a modular layout instead of using pages). I have about 6 containers. One of them is tabbed. The tabbed container is the one giving me issues. I can see it in the list under the project, but do not see it anywhere on the actual page/layout screen.
If I sync with the ipad, and select a menu item designated to display that container, it shows up just fine, on the ipad screen. My issue is that it's completely vanished from the layout screen in the editor, which makes it super difficult to edit . Anyone have any ideas why this is happening?
Thanks!
j5k
template.. invisible container
Re: template.. invisible container
hi! I've been having to deal with this to.
One way to get around it is to make a monitor object,
and for its value use the show command with a 1 or 0 and object container name.
show(srcslotsoff, 1)
you could add several together to get the job done with one monitor object:
show(cAmpCtl2, 0)+show(cSliderNMathCtl2, 0)
One way to get around it is to make a monitor object,
and for its value use the show command with a 1 or 0 and object container name.
show(srcslotsoff, 1)
you could add several together to get the job done with one monitor object:
show(cAmpCtl2, 0)+show(cSliderNMathCtl2, 0)
Dashboard gear control templates: User 112 Idx :: LModIt Lite :: SVG image converter for Lemur Canvas
Re: template.. invisible container
Hi
Have you tried the 'Run' mode available in the Editor?
Hold down the 'E' key and you should be able to navigate your project - allowing you to 'show' the container . .
Or make up a temporary button telling it to 'show' . .
Cheers
MM
Have you tried the 'Run' mode available in the Editor?
Hold down the 'E' key and you should be able to navigate your project - allowing you to 'show' the container . .
Or make up a temporary button telling it to 'show' . .
Cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: template.. invisible container
I'll give the run mode a try. It happened again on a different template and different container but I think the cause is similar. In the second template, I have a button with a script that shows/hides the problem container. Seems like after I use it once, the hidden container is permanently hidden in the editor, but functions as expected on the iPad app.