Re: copy group to substack?

2005-08-04 Thread Eric Chatonet

Hi Charles,

Try to copy your group to cd ID 1002 of stack 
ID 1002 should be the first card (check this before)
In a preOpenstack handler in this substack:
place group "lineImage" onto cd 2

For sure, your copy was placed on the first card and you can't place  
this  group onto this card since it's already there :-)

You should understand the second option in the error message.
Don't forget that you can check all this in the application browser.

Le 4 août 05 à 16:29, Charles Hartman a écrit :


I know my explanation was a mess; sorry.

Following your Place suggestion (thanks, I'd forgotten that  
command), I've tried this:
1. in a handler in the main stack, copy the correct group to the  
substack (NOT a card
in a substack); rename it (from "lineimagegroup7" or  
"lineimagegroup3" or whatever

to "lineImage")
2. in the openCard handler in the substack, issue a command "place  
group 'lineImage'

of this stack onto this card"
When I do that, I get an error message: "group is not in this stack  
or is already on this card".



Best Regards from Paris,

Eric Chatonet.

So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: copy group to substack?

2005-08-04 Thread Ken Ray
On 8/4/05 8:53 AM, "Charles Hartman" <[EMAIL PROTECTED]> wrote:

> I'm really baffled. Following suggestions on list, I'm handling the
> transfer of data to a "dialog" substack by copying a group. The group
> contains an image and a lot of little fields. The substack has two
> cards. I do the copy command in a button handler in a card in the
> main stack. The groups are kept (invisibly) on the same card, and
> each button press selects one for copying to the substack. The copied
> group needs to show up in both cards (each card) in the substack.
> 
> I'm getting every kind of confusion. I've tried copying to the
> substack itself. 

I think that might be the problem... if you're currently doing this:

  copy group "MyGroup" to stack "MySubStack"

then you need to copy to the *cards* of the substack, as in:

  copy group "MyGroup" to card 1 of stack "MySubStack"
  copy group "MyGroup" to card 2 of stack "MySubStack"

This assumes that the current defaultStack is the main stack.

HTH,


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: copy group to substack?

2005-08-04 Thread Charles Hartman

I know my explanation was a mess; sorry.

Following your Place suggestion (thanks, I'd forgotten that command),  
I've tried this:
1. in a handler in the main stack, copy the correct group to the  
substack (NOT a card
in a substack); rename it (from "lineimagegroup7" or  
"lineimagegroup3" or whatever

to "lineImage")
2. in the openCard handler in the substack, issue a command "place  
group 'lineImage'

of this stack onto this card"
When I do that, I get an error message: "group is not in this stack  
or is already on this card".


Charles


On Aug 4, 2005, at 9:59 AM, Eric Chatonet wrote:


Hi Charles,

To be frank, I don't understand very well the problem.
But just a thought:
You could try to copy your group on the first card (or not) of your  
substack, and then place it (see the place command) onto the other  
cards where you need it.

Hope this can help...

Le 4 août 05 à 15:53, Charles Hartman a écrit :


I'm really baffled. Following suggestions on list, I'm handling  
the transfer of data to a "dialog" substack by copying a group.  
The group contains an image and a lot of little fields. The  
substack has two cards. I do the copy command in a button handler  
in a card in the main stack. The groups are kept (invisibly) on  
the same card, and each button press selects one for copying to  
the substack. The copied group needs to show up in both cards  
(each card) in the substack.


I'm getting every kind of confusion. I've tried copying to the  
substack itself. But its accessibility within each of the two  
cards in the stack seems haphazard (sometimes different groups  
show up on the two cards! so I'm doing _something_ wrong in the  
copy). I've tried copying the group to the first card in the  
substack, but I'm having trouble getting a copy to the second card  
that I then need to do can't find it.


In other words, I'm not understanding how this works. Is it groups  
I don't understand (their relation to a _stack_ or a _card in the  
stack_ -- these groups are _not_ marked with a background  
property, by the way, either in the main stack or in the  
substack)? Or is it copy? I rename "it" right after copying the  
group to the substack (this is how I keep from needing to specify  
which main-stack group I'm working with while I'm in the  
substack); is that getting me in trouble? I've been over the docs  
several (many) times, and can't find out where the gap in my  
conception is.


I hope this makes enough sense to be answerable -- it doesn't make  
much sense to me any more.


Charles Hartman




Best Regards from Paris,

Eric Chatonet.

So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: copy group to substack?

2005-08-04 Thread Eric Chatonet

Hi Charles,

To be frank, I don't understand very well the problem.
But just a thought:
You could try to copy your group on the first card (or not) of your  
substack, and then place it (see the place command) onto the other  
cards where you need it.

Hope this can help...

Le 4 août 05 à 15:53, Charles Hartman a écrit :

I'm really baffled. Following suggestions on list, I'm handling the  
transfer of data to a "dialog" substack by copying a group. The  
group contains an image and a lot of little fields. The substack  
has two cards. I do the copy command in a button handler in a card  
in the main stack. The groups are kept (invisibly) on the same  
card, and each button press selects one for copying to the  
substack. The copied group needs to show up in both cards (each  
card) in the substack.


I'm getting every kind of confusion. I've tried copying to the  
substack itself. But its accessibility within each of the two cards  
in the stack seems haphazard (sometimes different groups show up on  
the two cards! so I'm doing _something_ wrong in the copy). I've  
tried copying the group to the first card in the substack, but I'm  
having trouble getting a copy to the second card that I then need  
to do can't find it.


In other words, I'm not understanding how this works. Is it groups  
I don't understand (their relation to a _stack_ or a _card in the  
stack_ -- these groups are _not_ marked with a background property,  
by the way, either in the main stack or in the substack)? Or is it  
copy? I rename "it" right after copying the group to the substack  
(this is how I keep from needing to specify which main-stack group  
I'm working with while I'm in the substack); is that getting me in  
trouble? I've been over the docs several (many) times, and can't  
find out where the gap in my conception is.


I hope this makes enough sense to be answerable -- it doesn't make  
much sense to me any more.


Charles Hartman



Best Regards from Paris,

Eric Chatonet.

So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution