Group hide

Dear Friends ,
1) How to Hide A group in a view and how to show on click  event of a button.
2) How to Capture the data of TEXT edit. which is enter by user, on click of button.

Hello,
As mentioned by Gopi in previous reply. Bind the UI element group Visiblity property to a context attribute of type BOOLEAN and set the context attribute Accordingly on button click event. You can also set the default value to context attribute if you want to set that invisible first time.
You can get the text entered by the user on text edit by reading the context attribute which you have bind to the  UI.
Thanks
Pradeep

Similar Messages

  • PS script to disable users / Audit and remove Groups / Hide from GAL have bits but need to put it together

    Hi All
    I am trying to get a script together to run against a specific OU (our disabled Users OU) to make the process of leavers more automated.
    I am trying to achieve the 4 main outcomes below
    1. Disable User account 
    2. Hide from GAL
    3. Export users group membership to a file based on SamAccountName
    4. Remove users from all groups except domain users
    I have some parts of this working from other peoples scripts i have found on the web but need to tie it all together which is proving to be beyond my basic scripting ability
    Below is what i have so far, this does disable users / hide from GAL and remove groups however as stated i would really like it to export the group membership to a file before removing them so i have a record should a mistake be made.
    $users= get-aduser -Filter {(Enabled -eq "True")} -SearchBase "ou=Disabled Accounts,dc=test2k8,dc=local"
    Function RemoveMemberships
    param([string]$SAMAccountName)
    $user = Get-ADUser $SAMAccountName -properties memberof
    $userGroups = $user.memberof
    $userGroups | %{get-adgroup $_ | Remove-ADGroupMember -confirm:$false -member $SAMAccountName}
    $userGroups = $null
    $users | %{RemoveMemberships $_.SAMAccountName}
    ForEach ($user in $users)
    set-aduser -identity $user.sAMAccountName -Enabled $false -replace @{msExchHideFromAddressLists=$true}
    exit
    If there is anyone here that can help i would be very grateful
    Many Thanks
    Nick

    Try this:
    $Users = get-aduser -Filter {(Enabled -eq "True")} -SearchBase "ou=DisabledAccounts,dc=test2k8,dc=local"
    Function Remove-GroupMembership
    [CmdletBinding()]
    param
    [parameter(ValueFromPipeline=$true)]
    $Identity
    process
    if ($Identity -is [string] -or !$Identity.memberof)
    $Identity = Get-ADUser $Identity -properties memberof
    Write-Verbose -message $Identity.samAccountname
    foreach ($Group in $Identity.memberof)
    Write-Verbose $Group
    Remove-ADGroupMember $Group -confirm:$false -member $Identity
    $Users | Remove-GroupMembership -verbose 4> c:\users\mmcnabb\desktop\groups.txt
    forEach ($User in $Users)
    set-aduser -identity $user.sAMAccountName -Enabled $false -replace @{msExchHideFromAddressLists=$true}
    It uses the verbose stream to redirect the groups out to a text file of your choice. Please note this is untested so please use with caution.

  • Apply distro groups settings at OU level

    Hello I posted this question in the
    365 forum and they thought this forum would have a better answer.
    I have a large number of groups that need to have the same settings applied.  Hide from GAL, hide membership, same approved senders list, etc.
    This is a hybrid exchange setup.  All the groups are created as security groups in AD, then mail enabled on premise.
    Is there a way in EMC to apply settings to all groups in an OU? 
    The only way I can think of is to write powershell that runs daily to make sure the settings are correct.

    The settings you appear to want to change aren't things that a policy will affect - in order to hide items from lists or in the GAL, you need to run the command on the item itself.  That being said, you can run the following to collect all distribution
    groups on an OU and use the results to apply settings to them:
    Get-DistributionGroup -OrganizationalUnit <full OU name> | % { make setting changes here }
    The make setting changes here spot can be replaced with
    Set-DistributionGroup $_.Name -AcceptMessagesOnlyFrom <list of approved senders> -HiddenFromAddressListsEnabled:$True in order to do some of what you mention.
    As for hiding the distribution group membership, while this was an option in Exchange 2003, it was removed in Exchange 2007 and is not available in Exchange 2010.  Here is a link showing an unsupported way to do it directly, but since it is unsupported,
    if you have issues, you will need to change this to prove it was not causing the issue. 
    http://exchangepedia.com/2007/11/how-to-hide-distribution-group-membership.html
    That being said, if you create a two groups, you can mimic this capability by doing the following:
    Create your security group, then set it as a distribution group
    Create a second distribution group whose sole member is this security group
    Hide both groups from the GAL
    Give your list of end users the ability to send to the distribution group, and the security group
    Do NOT give them the security group, so that while they are on the list that is allowed to send to the security group, they will never send to it directly
    Configured this way, the users will send to the distribution group, but can't see either it or the security group in the directory.  Since they can't resolve the security group, and since they aren't directly addressing it, they won't be able to determine
    its membership in Outlook.  Additionally, since the messages won't have the security group in the To: line, they won't be able to reply to the message and see the security group to click the
    Expand Distribution Group plus sign.  Keep in mind, this is only "security through obfuscation" - if your users open the group in ADUC, they may still be able to determine its membership.

  • Modify partner screen (sales order header)

    Hi experts,
    VA03->header->partners
    if i double click on a partner, it display a screen like in XD03 with Name, Address, Communication, ... How can i modify this screen? I want to add some fields (not Z field), i want to hide some fields.
    Does anyone know how can i customize this screen? ( not from screen parinter, i know that this customization is somewhere in SPRO but i don't know where)
    I want to customize that screen for account group type "one time ".
    I saw that for certainly customers, this screen contains more fields than for other customers. Maybe this came from Customer Account Group.
    Thanks in advance.

    Hi,
    SPRO>Financial Accounting (New)>Accounts Receivable and Accounts payable>Customer Accounts>Master Data>preparations for creating customer master data>Define Screen layout per activity.
    Define Screen Layout per Activity (Customers)
    In this activity you determine, depending on the transactions (display, create, change) for customer master data, which master record fields
    are ready for input
    require an entry
    are hidden.
    This specification is linked with the field status of the account group and the company code-dependent specification. By means of the link, you can see which status the fields have on the entry screen for master data. In this case, the fields take on the status which has the highest priority. Hiding a field has the highest priority, followed by a display field, a required field and then an optional field:
    Specification for field status definition    Account group     Hide          Req.field  Req.field  Opt.field    Transaction       Display       Display    Opt.field  Display    Company code      Req.field     Opt.field  Opt.field  Opt.field    Result              Hide          Display    Req.field  Display
    Standard settings
    A specification has been made for all transactions.
    Recommendation
    Control the field status via the account groups. It only makes sense to define the field status for each transaction in exceptional cases. This, for example, can be the case if the fields are to be filled when creating and are not to be changed via the change transaction. This would make sense, for example, for the reconciliation account field.
    Activities
    If fields are to have an alternative status depending on the transaction, you determine the status of the fields for the required transaction.

  • Another Legacy Bug...

    When choosing "Hide Edges" under the View menu... it's an all or nothing affair. So that if you don't want to see 100000 dots on your artwork, you also can't see whether you have actually selected text or not.... like even the curser dissappears! Why?

    The easy reply first:
    To Mylenium:
    yes, as I tell all of my clients and colleagues... using layers in Illi are a must and your best friend. I actually used layers in FH as well, however, a lot of FH users never found the need to. Go figure.
    To Jesseham:
    I hate to be a bore, but hey, why can FH (since v.1 I believe) hide the points when multiple objects are grouped? And even if they are grouped with text, why can I still alt-select in the group, text... seeing that it's selected, with a curser. Technically, you would almost never even need Hide Edges, if grouped objects only showed it's bounding box... which you can hide already anyway.
    Sorry... but this is STILL one of the main problems I hear from colleagues, as well as a pain personally, moving over to Illustrator. It can't be that hard. I expect a simple elseIf statement, like: if text object show curser; else hide all? If grouped, hide points; else show all? Something like that? I expect something as primitive and simple as my knowledge of programming.
    What happened to "Just do it"? Or was that only the Photoshop group's mantra?

  • Local iPhone Sync Possible in 10.10 Yosemite, or iCloud Sync only?

    With OS X 10.10 Yosemite and iOS 8.x, is there any way to sync contacts (and preferably calendar & notes) locally between Mac & iPhone, using my USB-to-lightning cable, NOT using iCloud? (As in olden days of 10.7?) I simply can't find a way, and none of the IT professionals at the local university know, either.
    I upgraded from 10.7 -> 10.10, so missed the big furor when Apple omitted local sync in Mavericks 10.9. I read that Apple brought back local sync in a later version of Mavericks due to the backlash. But I can't even find a discussion about how to (or even if you can) sync locally with 10.10 Yosemite.

    An interm report. First off, a huge thanks to Eric, Mudge, & Glenn! Second, descriptors for anyone searching:
    How to Remove Your Contacts from iCloud (but Keep Them on Your Mac & iPhone)
    aka, “How to Unfriend iCloud for Contacts.”
    Caveat: I bungled my way through this process. (Several times.) I’m certain some of the steps I took were unnecessary; this is not a clean instruction set. Since there’s so little info out there at this time, however, I will relay what I did to finally get my contacts list OFF iCloud but ON my Mac and ON my iPhone (and still able to use other iCloud services such as Notes, etc.). Mac Mini running Yosemite 10.10.2, iPhone running iOS 8.1.3.
    On Macintosh.
    Backup Contacts. (.abbu file)
    Contacts > Preferences > Accounts > Uncheck “Enable Account”
    (Not sure this accomplishes anything.)
    Sys Prefs > iCloud > Uncheck Contacts.
    (Not sure this accomplishes anything either.)
    Sys Prefs > iCloud > Sign out of iCloud.
    (This accomplishes things!)
    When given options for contacts/calendar data, choose
    “Delete from Macintosh.”
    Open contacts/calendar/notes/reminders on Mac, all empty.
    Open Contacts > Preferences > Accounts > there are no accounts.
    iPhone.
    Settings > iCloud.
    Turn off Contacts, & choose Keep on My iPhone.
    (At least this part is easy.)
    iCloud via Webpage:
    Go to Contacts.
    Delete them in bunches.
    (Also straightforward.)
    On Macintosh again.
    Contacts > File > Import > Replace All. (Import the backup you just made.)
    Contacts is (sort of) repopulated with your backup.
    Problem: They’re imported under a contacts group called iCloud, and have a nasty habit of magically disappearing after a bit. To fix that: 
    Contacts > View > Show Groups. A left hand column appears. Notice “All iCloud” is populated with your contacts and “My Mac” empty.
    Select all your contacts (that are in the group ‘All iCloud’) and drag them to the group, “All On My Mac.”  (Takes awhile.)
    Now click “All iCloud” (left column) and delete all contacts from it.
    Want to tidy up? View > Hide Groups, Hide Last Import.
    Open and close your contacts a few times to reassure yourself they’re there.
    Breathe a sigh of relief.
    Sign back into iCloud (via Sys Prefs), but:
    UNcheck the “Use iCloud for mail, contacts, calendars, reminders, notes and Safari.”
    (However I did check the Find My Mac option: “Allow FMM? > Allow.”)
    On the iCloud list of services, Contacts maddeningly appears pre-checked, even though I said NO in the previous step!
    Sign back out of iCloud, and choose “Delete from Mac” for contacts.
    Sign back into iCloud.
    Again, UNcheck the “Use iCloud for mail, contacts, calendars, reminders, notes and Safari.”
    (Again, I did check the Find My Mac option: Allow FMM? > Allow.)
    This time, all iCloud options are unchecked except for “FMM.”
    Open up Contacts on the Mac, they’re all there. (Whew!)
    Look under Contacts > View > Groups and the iCloud group is gone.
    On iPhone: Open up contacts, they’re all there.
    Access iCloud via webpage: Open up contacts, they’re all gone.
    Feeling bold; can I get my iCould notes back on my Mac?
    Sys Prefs > iCloud > check Notes, and after a brief pause, Notes repopulate on the Mac.
    …that’s the report so far. Hope this is useful to somebody. I’m going to try calendars next.

  • Masking multiple layers with one mask

    Is there any way to do this???
    When I setup template files for say...  thumbnail images  with rounded corners and a dropshadow, I preffer to do this the way that Photshop and imagready allow you to do it > creat a shape and use it to mask whichever layers above it. That way if I choose to make it one or two pixels wider, I just do it to the masking layer and resave the tumbnails out. As far as I can tell Fireworks makes you create a different mask for every layer so you would have to change it in every layer... not the best work flow!
    Thanks for any help with this.

    " Hmm...could  something like this be done using an animation, then export the  animation to images?"
    My imagination doesn't lead me to a solution using the animation features. How about a custom Command that creates an instant mask with shadow? Let's say I've got a stack of Bitmaps sitting on the canvas. I hide all but the one on top, and then draw a shape I want to mask them with. I'll use a star Auto Shape as an example. If I Shift + Select the bitmap and the star Auto shape, and then choose Modify > Mask > Group as Mask, the bitmap gets clipped to the shape of the star, and the Group as Mask step gets recorded by the History panel. If I then select the now star shaped bitmap, I can add a drop shadow to it. The drop shadow step is also recorded by the History panel. If I Shift + Select the two steps that were recorded in the History panel, [Group + Set LIve Filter] I can click on the Save as Command icon at the bottom of the History panel, give my new Command a name (I'll use Shadow Mask), and then save it to the FW Commands list.
    Once my command is available, I can use it as follows.
    -Choose Modify > Ungroup to ungroup my original bitmap/star mask group
    -Hide bitmap 1
    [note that the star shape is still sitting on top of the stack of  hidden  bitmaps]
    -Resize the star shape as I wish
    -Unhide bitmap number 2
    -Choose Select > Select All to select the star shape and the second bitmap.
    -Apply my custom "Shadow Mask" Command.
    -Export
    -Ungroup and follow the steps above to mask and export the images.
    It's still a bit fussy, but it saves a couple of steps. I'll bet someone could create an extension that makes it even easier.

  • How to hide itemRenderers in the Grouped rows of an AdvancedDataGrid?

    I am using an AdvancedDataGrid and showing a comboBox as the itemRenderer and also the editRenderer. However I am seeing the combobox in the grouped rows also. Below is the code I am using and also attached the screenshot of the app. Please help.
    TestAdvGridGrpRen.mxml
    ===================
    <?xml version="1.0"?>
    <!-- dpcontrols/adg/SummaryGroupADGCustomSummary.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
                import mx.collections.IViewCursor;   
                import mx.collections.SummaryObject;
    [Bindable]
    private var dpFlat:ArrayCollection = new ArrayCollection([
      {Region:"Southwest", Territory:"Arizona",
          Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
      {Region:"Southwest", Territory:"Arizona",
          Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000},
      {Region:"Southwest", Territory:"Central California",
          Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000},
      {Region:"Southwest", Territory:"Nevada",
          Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000},
      {Region:"Southwest", Territory:"Northern California",
          Territory_Rep:"Lauren Ipsum", Actual:38805, Estimate:40000},
      {Region:"Southwest", Territory:"Northern California",
          Territory_Rep:"T.R. Smith", Actual:55498, Estimate:40000},
      {Region:"Southwest", Territory:"Southern California",
          Territory_Rep:"Alice Treu", Actual:44985, Estimate:45000},
      {Region:"Southwest", Territory:"Southern California",
          Territory_Rep:"Jane Grove", Actual:44913, Estimate:45000}
                // Callback function to create
                // the SummaryObject used to hold the summary data.
                private function summObjFunc():SummaryObject {
                    // Define the object containing the summary data.
                    var obj:SummaryObject = new SummaryObject();
                    // Add a field containing a value for the Territory_Rep column.
                    obj.Territory_Rep = "Alternating Reps";
                    return obj;
                // Callback function to summarizes
                // every other row of the Actual sales revenue for the territory.
                private function summFunc(cursor:IViewCursor, dataField:String,
                    operation:String):Number {
                    var oddCount:Number = 0;
                    var count:int = 1;
                    while (!cursor.afterLast)
                        if (count % 2 != 0)
                            oddCount += cursor.current["Actual"];
                        cursor.moveNext();
                        count++;
                    return oddCount;
          ]]>
        </mx:Script>
        <mx:AdvancedDataGrid id="myADG"
            width="100%" height="100%"
            initialize="gc.refresh();">      
            <mx:dataProvider>
                <mx:GroupingCollection id="gc" source="{dpFlat}">
                    <mx:Grouping>
                       <mx:GroupingField name="Region"/>
                       <mx:GroupingField name="Territory">
                          <mx:summaries>
                             <mx:SummaryRow summaryObjectFunction="summObjFunc"
                                summaryPlacement="first">
                                <mx:fields>
                                   <mx:SummaryField dataField="Actual" summaryFunction="summFunc"/>
                                </mx:fields>
                             </mx:SummaryRow>
                          </mx:summaries>
                       </mx:GroupingField>
                    </mx:Grouping>
                </mx:GroupingCollection>
            </mx:dataProvider>      
            <mx:columns>
                <mx:AdvancedDataGridColumn dataField="Region"/>
                <mx:AdvancedDataGridColumn dataField="Territory_Rep"
                    headerText="Territory Rep"/>
                <mx:AdvancedDataGridColumn headerText="Actual" dataField="Actual"
                rendererIsEditor="true"
                itemRenderer="TestStatusTypeEditor"
                editorDataField="type"/>
                <mx:AdvancedDataGridColumn dataField="Estimate"/>
            </mx:columns>
       </mx:AdvancedDataGrid>
    </mx:Application>
    TestStatusTypeEditor.mxml
    ====================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:ComboBox xmlns:mx="http://www.adobe.com/2006/mxml"
    creationComplete="OnInit()" >
    <!-- This is the content of the ComboBox.
    <mx:dataProvider>
    <mx:Object label="Cog" />
    <mx:Object label="Sproket" />
    </mx:dataProvider>
    -->
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
            [Bindable]
            public var cards:ArrayCollection = new ArrayCollection(
                [ {label:"38865", data:1},
                  {label:"29885", data:2},
                  {label:"29134", data:3},
                  {label:"52888", data:4},
                  {label:"38805", data:5},
                  {label:"55498", data:6},
                  {label:"44985", data:7},
                  {label:"44913", data:8}]);
    private function OnInit():void
    dataProvider = cards;
    * This override of set data compares the data.label against the label property
    * of each item in the dataProvider (above). This code is written a bit more
    * generically than necessary, but it would allow you to have a long list
    * in the dataProvider and not have to change this code.
    override public function set data(value:Object):void
    super.data = value;
    var list:ArrayCollection = dataProvider as ArrayCollection;
    for(var i:int=0; i < list.length; i++)
    if( String(value.statusName) == list[i].label ) {
    selectedIndex = i;
    * This getter is the one identified as the editorDataField in the list for
    * the itemEditor.
    public function get type() : String
    if( selectedItem ) {
    return selectedItem.label;
    else {
    return null;
    ]]>
    </mx:Script>
    </mx:ComboBox>

    Solved this issue by using mx:rendererProviders element for my AdvancedGrid. Using the depth parameter gives me the ability to hide the itemRenderer for the Grouped rows.
        <mx:AdvancedDataGrid id="myADG"
            width="100%" height="100%"
            initialize="gc.refresh();">       
            <mx:dataProvider>
                <mx:GroupingCollection id="gc" source="{dpFlat}">
                    <mx:Grouping>
                       <mx:GroupingField name="Region"/>
                       <mx:GroupingField name="Territory">
                          <mx:summaries>
                             <mx:SummaryRow summaryObjectFunction="summObjFunc"
                                summaryPlacement="first">
                                <mx:fields>
                                   <mx:SummaryField dataField="Actual" summaryFunction="summFunc"/>
                                </mx:fields>
                             </mx:SummaryRow>
                          </mx:summaries>
                       </mx:GroupingField>
                    </mx:Grouping>
                </mx:GroupingCollection>
            </mx:dataProvider>       
            <mx:columns>
                <mx:AdvancedDataGridColumn dataField="Region"/>
                <mx:AdvancedDataGridColumn dataField="Territory_Rep"
                    headerText="Territory Rep"/>
                <mx:AdvancedDataGridColumn headerText="Actual" dataField="Actual"
                rendererIsEditor="true"
                editorDataField="type"/>
                <mx:AdvancedDataGridColumn dataField="Estimate"/>
            </mx:columns>
    <mx:rendererProviders>
        <mx:AdvancedDataGridRendererProvider
            columnIndex="2"
            columnSpan="1"
            depth="3"
            renderer="TestStatusTypeEditor"/>
    </mx:rendererProviders>
       </mx:AdvancedDataGrid>

  • Hide Particular Item Group from Selection Criteria of Sales Analysis Report

    Hello Experts,
    Is this possible to Hide Particular Item Group from Selection Criteria of Sales Analysis Report?
    I have one Item Group as 'Special Items'.
    Now, when I open  Item wise sales analysis report, I want to hide above mentioned group from selection criteria.
    Thanks in advance.
    Best Regards,
    Pankit Sheth

    Hi,
    1. Not possible to put validation for selection criteria windows.
    2. In standard, I don't think it is possible to hide only one item group.
    3. Alternatively don't give authorization to user for running sales reports. If still need create customized query and ask user run every month.
    Thanks & Regards,
    Nagarajan

  • How to hide columns in each page of SSRS report for grouped tablix

    Hello all,
    I have a requirement like when SSRS report (used row grouping)is exported to EXCEL
    1)  Each report page should be exported to a separate excel sheet
    2) Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    3) Eg: If a country report is there with details like country name, country code, currency code. Now each country details should export to separate excel sheet and sheet 1 should show Country Name and Country code; Sheet2 should show: Country Code, Currency
    Code; Sheet3 should show: Country Name, Country Code, Currency Code.
    I am done with point#1 above: Each report page should be exported to a separate excel sheet. Can some one help on point#2:Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    Thanks,
    Paandey : Dont forget to mark it as Answered if found useful

    Hi paandey,
    According to your description, there are three columns named country name, country code, currency code in the report. When export the report to excel, you want to show Country Name and Country code in sheet1, Country Code and Currency Code in sheet2, and
    show all of the three columns in sheet3.
    In Reporting Services, we couldn’t achieve your goal by setting visibility of columns in one tablix. As a workaround, we can use three tablix in the report, then add page break to the tablix. For detail information, please refer to the following steps:
     1. Since you have created a tablix with three column, copy and paste it to the report twice.
     2. Right-click column handle of Currency code in tablix1, click Column Visibility.
     3. Check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name = “EXCELOPENXML”)
     4. Right-click column handle of Country name in tablix2, set its visibility like step3 above.
     5. Select and right-click tablix2, click Tablix Properties.
     6. In General pane, in Page Break Options section, check Add a page break before check box.
     7. Click Visibility in left pane, check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name <> “EXCELOPENXML”)
     8. Select and right-click tablix3, add page break to it like step6 above.
     9. Set its visibility like step7 above.
    The following screenshot is for your reference:
    For more information, please refer to the following document:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/05/16/report-design-naming-excel-worksheets.aspx
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu

  • How can I send an email to a group in my address book, but hide the individual names and email addresses?

    how can I send an email to a group in my address book, but hide the individual names and email addresses?

    You used to be able to do this through leaving unchecked the box in preferences "when sending to a group show all member addresses". However, that feature failed some time ago (two or three years?) and the only way to hide the addresses now is to put the group in the BCC field.

  • Is there a way to show/hide a group of objects that will work in html5?

    I consider myself to have a fairly decent understanding of captivate and its functions but this recent issue has stumped me.
    I have a button with javascript attached to it that runs a typical if loop: (pseudo code to follow)
    if(variable = 1){
    show "group" and variable = 0; 
    } else{
    hide "group" and variable = 1; 
    Now normally, I would do this with single images, etc, and it would work fine.  You click the button (the image being unticked where it says "visible in output") and the image shows itself, then you click the button, and it hides.  Very standard stuff.
    My issue, is that captivate seems to let you name a group you make....but they have not given you any control of that group.
    Problem:
    I want a way to show and hide a group of objects by only clicking one button (when published to html5).
    I want to only have to reference the group and dont want to need to write a separate line of code for every single component that makes up that group (assuming the solution has to be coded).
    Is it even possible to control groups like this within captivate?
    Thanks!

    There is an adobe video that I think shows how to do exactly what you are asking.
    This is the video link:
    Lightbox-style Menu in Adobe Captivate 6 - YouTube
    At about 10min 50sec, it goes over creating a group from a number of single elements.
    At about 12min 30sec, it shows creating an action that turns the whole group on and another to turn the group off.
    When I did this myself, I used just one action that toggled the group on or off, but they show it as two actions. The idea is the same.
    I hope that helps. Apologies if I mis-understood the issue.

  • Can you hide individual names in a group email

    Hello there,
    I've trawled the discussion pages and cannot find this question, so I hope I'm not repeating it.
    I want to send an email via Mac Mail using the 'send to group' facility on the Mac Address book. However I want to send the email and hide the individual names on the list. Is there a way to do this? I can do it using MicroSoft Entourage (don't all shout!) but would prefer to use Mac Mail.
    If it's not a facility available on Mac Mail then it's something to be considered. I don't want to go over to the 'Dark Side' but needs must.
    Cheers
    Tommisauce

    Hi Tom, and welcome to Apple discussions. This is the 10.3 Panther forum and I just tested the solution on Panther, and then noticed you have Leopard, but think it will work for a Leopard machine as well.
    I think there a few ways to do it. One way is to make a group of names in your Address Book and have in that group all of your intended mail recipients.
    I also couple this with a Mail preference but am not sure if this is necessary.
    Mail; Preferences; click on the Composing tab, and you will see under Addressing: When sending to a group, show all member addresses. Uncheck that.
    Then drag your group from the Address Book into the To: field and send.
    The recipients will not see the other addresses.
    You may like to bookmark the following link for future reference.
    Mac OS X 10.5 Leopard
    Message was edited by: roam

  • In Address Book, any way to Show/Hide groups from view in the "ALL" view?

    I have groups of contacts in Address Book (v4.0.4) that I plan to use in the future, but right now having to wade through and past all of their individual entries when I am scanning my contact list in the "All" group view. Is there any way to Show/Hide these sub-groups with a visibility check-box? The sub-group name would still be there in the group list (to remind me that it exists and make it visible if desired), but I would have a lot less clutter and scrolling the rest of the time.
    I know I can export groups in vCard format and re-import later, but a lot of my original custom fields for the contacts are lost in the process. Is there a 3rd-party plug-in? (Apple, are you working on something like this?)

    Hi Mike, My Address Book app is behaving correctly (maybe I'm not).
    I'm just saying there are times when I want to see "most" of my total collection of contacts, maybe just for the purpose of creating new groups at particular time and want to see at one time the pool of contacts I have to choose from. There are groups that I very seldom need to use, so it would be a way of putting those groups (and their contacts) into "cold storage."
    I also may want to do searches from among most of my contacts, but also I may want to eliminate certain other particular groups from that search pool. That is the reason for wanting to do the "Show/Hide" thing. It is a way of displaying a logical "ALL" minus "SOME", which is the basically same thing as displaying the logical "UNION" of more than one group of contacts at one time. Can this be done?
    Is there a way to open alternate address books, from within the same Address Book app (and logged in as the same user)? That would allow me to truly isolate my work list from my home list.
    One answer to this occurs to me: I could create different log-ins on my PowerBook, and build the different variants of the Address Book I might want into each login and use Fast User Switching to get into each list of contacts. That seems like a lot of extra work . . . and logging in. Any suggestions?
    Scott

  • HT2486 I am sending an email to a group which I have created in my contacts.  I would like to hide the list of people's emails but cannot see how I can do that.  Can anyone help please?

    I am trying to send an email to a group which I have created in my contacts.  I would like to hide the list of email addresses but cannot see how to do this.  Can anyone help please?

    Thank you for your message.  
    I can see how you do that when using the 'normal' emailing system from my mailing box, but not when working from the contact application (the 'book' on the bottom icon bar with the @ on it)....

Maybe you are looking for