Pushed view unresponsive

Hi
I'm targeting iOS.  When switching between views using pushView, the view which comes in is unresponsive to any touch events.  If I instead set this view as firstView then it's fine.  Am I missing something when using pushView which may cause this?
Thanks,
Ben

Not really. Something to do with tuning. I hate to give you another link, but this one says that it limits the # of records using (union all)
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzajq/rzajqrctepredicate.htm
Sorry I can't be of more help.
Jim P.

Similar Messages

  • Report viewer unresponsive while loading

    Hi, 
    I am loading a server report on Report viewer web version 10.0.0.0 in an asp.net web application. It is set on async mode. When loading the report, the loading progress bar rotates for a while and then it stops and the whole page becomes unresponsive. After
    sometime, suddenly the report appears. But when running this report on Report server page  (http://serverAddress/Reports/Pages/Folder.aspx?ItemPath=%2fReports&ViewMode=List), I don't see this behavior and the report loads very quickly. Also I tried
    to use different versions of report viewer control. In Report viewer 9.0.0.0, it works as expected. but all the greatest and latest versions the problem exists. How do I solve this?
    Thanks
    nasayoo

    Hi nasayoo,
    According to your description, when you loading report from ASP.NET reportviewer 10.0, the loading progress image rotates for a while and the whole page becomes unresponsive, the report shows after a period of time. The report works fine in report manager
    and reportviewer 9.0.
    From Visual Studio 2010, Asynchronous rendering no longer renders the report content in an iframe.  Instead, it uses ASP.Net AJAX to perform an asynchronous postback to get the report data. The new communication sequence is:
    Browser makes a GET request to the ASPX page to get the page content and a loading indicator for the report.
    Browser makes a POST request to the ASPX page to get the HTML for the report (this content is in an UpdatePanel).
    Browser makes GET requests to the HTTP handler to get all the images in the report.
    To solve the problem, please refer to the following steps:
    For a WinForms application, we can use <NetFx40_LegacySecurityPolicy enabled="true" /> in the configuration -> runtime section of the app.config file which forces the usage of the current AppDomain.
    In an ASP.Net application, we can set <trust legacyCasModel="true" level="Full"/> in the system.web section of the web.config file to achieve the same result.
    For more information, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/dd409253%28v=vs.100%29.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Push view, input data, Pop it and keep the data ... How ?

    Simple example ...
    I need to get data from one view into another as if the one view was a pop up.
    example ...
    I have a baseView with a button labeled 'SELECT DATE'.
    When user clicks button, they see dateView and they input the date there.
    When done selecting the date, they click OK on dateView which should take them back to baseView passing the selected date.
    What is the best approach for this?
    - use a sharedObject to store the date and pick it up when back on base?
    - pop baseView then push dateView then on OK push baseView with data?
    - don't use a dateView but rather a dateEntry popup (like a custom alert)?
    There are many ways I could go with this, would like to know what the experts suggest though.
    Thanks.

    OK. Looks like I found the answer and then some.
    Glad to know I was not the only one looking for something like that.
    http://remotesynthesis.com/post.cfm/passing-data-on-pop-methods-in-mobile-flex
    and
    http://www.remotesynthesis.com/post.cfm/passing-data-across-views-in-flex-mobile
    Thanks RemoteSynthesis.com

  • I have a spark textinput, this textinput is stuck and wont disappear when poping or pushing to a new view any idea ?

    i have a spark textinput, this textinput is stuck and wont disappear when popping or pushing to a new view any idea ? also sometime this textinput and when scrolling is stuck in a certain x-y position and do not move with scroll
    below is my code:
    <s:BorderContainer borderVisible="false" backgroundImage="@Embed(source='../assets/BGNotifications.jpg')" backgroundImageFillMode="scale" width="100%" height="100%">
        <s:Scroller id="homeScroller" y="0" pageScrollingEnabled="false" name="homeScroller"  height="100%" width="100%" horizontalScrollPolicy="off" verticalScrollPolicy="on" skinClass="Skins.HMobileScrollbar" >
            <s:VGroup width="100%" horizontalAlign="center" verticalAlign="top"  gap="0">
                <s:VGroup horizontalAlign="center" paddingTop="45" paddingLeft="10" width="85%" height="100%" verticalAlign="top"  gap="0">
                    <s:TextInput id="txtUsername" width="{278 * txtRatio}" height="{40 * txtRatio}" borderVisible="false" color="#575757" focusColor="#C42828" textAlign="left" fontStyle="normal" maxChars="200" styleName="{MystyleAccordingToWidth}TextBox{resourceManager.getString('resources','ImageP ath')}" ></s:TextInput>
                </s:VGroup>
            </s:VGroup>
        </s:Scroller>
    </s:BorderContainer>

    Hi, it sounds like you are running into a known issue with a mobile app using the spark textinput (assuming its mobile as you are referring to piping and pushing views)
    The kind folks over at Flexicious have provided a solution to this problem
    http://blog.flexicious.com/post/Scrolling-Issues-With-TextInput-for-Flex-Air-Mobile-Native -StageText.aspx

  • CS11 Excel sheet data view online

    Hi Experts,
    My user wants in T-Code CS11, he is supposed to get the data transfered to Excel. This does not work at the moment, customer gets a message saying that he must save the file first. ie he wants to view when he Click on excel-symbol (ctrlshiftF7) it was taking us to save the execel file in HTML format.But his requirement is that when he click on excel-symbol (ctrlshiftF7) he should able to view all the datas in excel file online.
    Please guide me on this.
    Cheers.
    Kumar.S

    Hi Kumar,
    I tried it on my system (ECC 6) and it works just the way you want. You click on the Excel button and it switches to excel interface online, without having to save first.
    There's an alternative display, the "old" kind which is not ALV but rather based on screen and print layouts. There you don't have this option.
    This type of display is activated by pushing "View" button on first screen, and "Variable list" on the second.
    Make sure that you don't use this by default or by mistake.
    Regards,
    Mario

  • Pass parameter to new view in air desktop app

    Hi Guys,
    Have developed a mobile app that uses this code .....
    public function generalList_ChangeHandler(event:IndexChangeEvent):void
    navigator.pushView(Detail, list.selectedItem);
    .... to pass data from a list item that the user clicks to a new view called Detail. 
    This is a very common requirement. ie  Scroll a list, and then click on an item to go to a new view where the
    details about the item selected are rendered.
    ..but, I cannot see how to do this in a classic air desktop app.
    It must be pretty simple but it is not im Tour de Flex and I can't find a solution on the web.
    What would the equivalent code for an air app please?
    Thanks,
    Richard

    Oh, I see.
    Your right if I remember correctly you implemented your own version of a ViewNavigator for your AIR application.
    If you want to use the mobile components in your AIR application you need to add the swc to your project 'mobilecomponents.swc'.
    You do this right click project->propertie, then select Flex Build Path and focus on the Library Path tab. Then click "Add SWC" and browse to 'C:\Program Files (x86)\Adobe\Adobe Flash Builder Burrito\sdks\4.5.0\frameworks\libs\mobile' and select the mobilecomponents.swc.
    That should allow you to leverage the ViewNavigator in your AIR application. However, as your AIR app is not a MoblieApplication you will have to instanciate your own instance of ViewNavigator to use and push views to.
    Hope that helps.
    Greg

  • View Other times - where has it gone

    Hi all,
    On the old BT Vision system, there used to be a 'View other times' button. This was really useful if
    a) there were a lot of things on at once you wanted to record watch (as a lot of things, if you pushed 'view other times' would be repeated in the early hours to record)
    b)you only realised something was on half way through and wanted to watch/record from the beginning.
    Has this completely gone or can I just not see it?
    Thanks

    Try the blue button, find the programme you like,, if it has multiple shows at the sane time they group up. Still a bit odd to use but I'm growing top like it

  • 12/03/2013 - Beta - AIR 4.0.1240 Runtime and SDK

    Adobe AIR Beta Channel Update
    This beta release provides access to the latest AIR runtime and SDK (with compiler) for Windows, Mac OS, iOS and Android.
    With this release, we are introducing a new numbering scheme for our product versions. Adopting the pattern set by Google with Chrome and Mozilla with Firefox, we will simply update the major version number with each subsequent release. In other words, beginning with the release of "Jones", Flash Player will become Flash Player 12. With each new major release, roughly every 3 months, that number will increase by one.
    This change will also apply to AIR and the AIR SDK, albeit not right away. Our "Jones" release will be numbered AIR 4 and AIR SDK 4; however, with our "King" (Q2 2014) release, the version number will be synchronized with the Flash Player version at 13.
    Below are some of the key features and benefits of AIR 4.0.  Please see our release notes for full details.
    New Features:
    iOS - Improved Packaging Engine
    We're very excited about this new feature.  The new packaging engine we're working on can improve iOS packaging time up to 10 times over the current packager!  However this feature is still early in development and we'd like to get your feedback.  To enable this feature, please use "-useLegacyAOT no" in the ADT command, before the signing options.
    Graphics: Buffer Usage flag for Stage3D
    We've added a new enum Class called Context3DBufferUsage which defines two constants, STATIC_DRAW (default) and DYNAMIC_DRAW.  These constants specify how buffers will be used in Stage3D. We've also added a new parameter, called "bufferUsage", to the constructors of VertexBuffer and IndexBuffer. This "bufferUsage" parameter uses one of the constants form Context3DBufferUsage, which will allow you to select the appropriate buffer type according to your needs.
    Android Workers
    Introduced as a beta feature in AIR 3.9, we're continuing to improve this feature based on your feedback in preparation for an official release in AIR 4.
    Android - Support for native resources access by R* mechanism in native extension
    Currently, to use the native Android resources in the Android Native Extension one has to use getResourceID() API while typically to access the resource IDs developers use the R.* mechanism. AIR 4.0 onwards, apps developers will be able to access the resources by R.* mechanism. All the dependencies need to be specified in platform.xml as following and all the dependencies and resources to be packaged in the ANE.
    Supplementary Characters Enhancement Support for TextField – EXTENDED BETA
    This is a desktop enhancement for supporting surrogate pairs in the TextField control.  Now, characters out of the Basic Multilingual Plane(BMP) with Unicode code points between U+10000 and U+10FFFF will work correctly in the TextField control.  It greatly enlarges the code point range we support and includes characters like emotion symbols (emoticons) and complex CCJK characters.  This feature is being introduced in the AIR 4 beta but will go live in a subsequent release.  Due to the sensitive nature of text display, we would like an extended test period to ensure no bugs are introduced.
    Stage3D Creation of Context3D with Profile Array
    We've added a new interface to Stage3D.requestContext3DMatchingProfiles(profiles:Vector.<String> ) which will create a Context3D with highest level suitable profile that is in profile array, based on the current hardware.  A developer can check the newly added property 'profile' to obtain the current profile that was chosen by the Flash Runtime.
    Support for Android 4.4 (KitKat)
    We've completed our support testing with AIR against the latest Android 4.4 release.  Please let us know if you encounter any problems.
    Known Issues:
    Timeline animation does not play properly in Air 3.9. [3647538]
    Hunger Games Adventures become unplayable after 10 min on iOS7 [3651083]
    Text field stops updating on iOS 7 after giving voice input. [3658462]
    Fixed Issues:
    [iOS] Context3D 'drawToBitmapData' does not adhere to device orientation changes. [3638742]
    [Android] ANE gives error on calling System.loadLibrary() method when APK is packaged in target apk-captive-runtime. [3676327]
    [Android 4.4] No events are honored on microphone object. [3668138]
    [Workers] AIR 3.9 for android, can not load file in non-primordial worker. [3643406]
    [iOS] Rotating app to landscape on iOS 7 pushes view off screen and shows status bar [3648197]
    [iOS] Unable to compile an application in Flash builder  using  -useLegacyAOT switch [3676175]
    About the Beta Channel
    If you would like real-time notification for announcements related to the AIR Beta Channel, please subscribe to our Twitter feed@FlashPlayerBeta, or follow the Flash Runtime Announcements forums by choosing "Follow this forum" from the right-hand menu on the Forums page.
    You can find instructions for getting started with this release here: AIR Labs Page
    We encourage you to let us know what you think on our AIR Labs Forum

    Ok, just figured this out. The cert I created was somehow malformed. I simply created a new one with the Flash IDE which worked fine. Any other method of creating the cert that I tried failed, including the keytool command line utility.

  • Lion Server Setup (Network Login/Mobile Account and more...)

    Hardware:
         Mac mini Intel Core i7, 2 GHz, 8 GB memory (Server)     x 1
         iMac 21.5" 2.8GHz Intel Core i7, 12 GB memory (Workstation)     x 6
    Operating System:
        Mac OS X Server Lion 10.7.4 (11E53)
         Mac OS X Lion 10.7.4 (11E53)
    Relevant Software:
         Server.app Version 10.7.4 (1.4.3)
         Workgroup Manager Version 10.7 (400.3)
         Server Admin Version 10.7 (355)
    So my head's swimming with "I dunno's" and I've been perusing probably all the wrong threads trying not to sound like a noob and find the literature that will finally lead me to a solution.  This is my first rodeo so make no assumptions about my experience (maybe).
    Short Version
    I can't login network users.  I get an error "You are unable to log in to the user account "<%short_name%>" at this time.  Logging in using >console tells me this No home directory: <path to home directory>    i.e. /Network/Servers/department.domain.com/Department/Accounts/bbunny
    If anyone can point me where to read, I will do so.
    Perhaps a longer discussion on how to verify that the proper permissions exist on the share/home directory in question and what those would be.
    More detail...
    I want to setup a Mac Mini server to have network login accounts stored on the 2nd data volume in a directory we shall call Accounts*.  Here all the "network users/logins" have their home directories, so that when they login at the workstation the idea is the workstation will sync their account and allow them to login, if the server is not available, the hope is I can configure it to allow them to login if they've logged in before and the files will sync when they are able. That being the ideal, I get the impression that for best practices, Apple is discouraging the use of mobile accounts that use Home Sync perhaps because it's reliability has been iffy, please advise.  A windows user might think of this as "roaming profiles" but, if I understand it, its a little more than that.
    Note, I do not want to login to the server and actively work on that network share, I want the account to be local and sync'd as needed.  But I want the user to be able to sit at any of the 6 other workstations and see the same documents, emails etc.  Obviously if the server is down, it won't be possible to authenticate, but I think it should have cached credentials that should allow the user to login if the server is down and still go about their work.
    This is the small picture...there is a larger picture that involves, parallel virtual machines of Windows Server 2008 R2 on server and and Windows 7 on the client, ical, ichat and perhaps wiki's.
    I apologize for the roughness of this question, in the interest of brevity, I have plenty of problems that led me here that I can expound upon if asked.
    Also a silly question someone might know the answer too, Why does the login payload settings that I have pushed to a workstation device, sometimes vanish inconsistently upon logout? 

    Ok, Some Good news and clearer understanding to disseminate in this post I hope it helps
    "the Universe" so I am posting it here in my "ever-the-noob" blog on apple forums.
    Problem
    What do you do when you get an error when logging into a mobile account setup?
    One symptom would be the error message below...
         "You are unable to log in to the user account "<%short_name%>" at this time.
    Logging in using >console  You get the message…
         "No home directory: <path to home directory>"
         or
         "You are unable to log in to the user account "<%short_name%>" at this time. 
         Logging in using >console tells me this No home directory: <path to home directory>
    Solution
    Do the check list…
    Short Version
    Sever Admin.app > Access (Key Component)
    Check Permissions on directories for your file shares. 
    (The reason stuff doesn't work especially when you're rebuilding/recovering a server)
    File sharing setup (Turned ON, Home sharing Enabled)
    Directory Utility > Directory Editor or dscl 
    ( Do not underestimate the importance of this part!!!!
    Use white-gloves when you're handling it though!!! )
    Workgroup Manager
    (You're poopy "main" interface that really is a "window", not a "door", but maybe Apple likes to do things "Dukes of Hazard" style?)
    Long Version
    Check Sever Admin.app > Access
    Make sure that your user has the "Proper" access.  For me I created a test user from Server.app and saw what access he had as a way to "check myself for a properly created users" and because I think one is kind of on his/her own using WGM and duplicated the same access. (I was a little neater, though and did it with a group, not individual users, that would have been a mess!)
    Server Admin.app > Access
    Click the "+" sign, sort by UID and Add the imported users  to the following Services…
    ( You can use a group, but understand when Server.app creates users they get added
    individually to each of these groups. )
    Address Book
    AFP
    iCal
    iChat
    Mail
    Profile Manager
    SMB
    VPN
    Check Permissions on directories for your file shares. 
              (That's an understatement) I could go in depth about all the crap I had to read about, I still
              know I am missing a chunk of tech brain when it comes to the particulars. Basically, I boil
              it down to this…
              Permissions require thinking about things first with regards to POSIX permissions... good
              ole ls, chmod, chgrp, chown to the rescue with ugo permissions or the old 755, 600 etc
              stuff.
              Apple's file-sharing access uses this as a starting point to see what the user is allowed to
              access.
              I also needed to use chflags once to unhide a file that I mucked around with using xattr. 
              I still haven't figured out why folders can lose their triangles, but I didn't find out if you cp or
              move them from terminal, the triangles come back in the moved or copied directory.  For a
              minute I thought it was because cp alone doesn't preserve flag attributes, but mv actually
              works by doing a cp that preserves the flags, unless it's a bug.  I dunno.
              This helped me get my file visible again...
              chflags hidden path_to_file
              chflags nohidden path_to_file
              Read up on those manuals, if you're not a terminal type go to apples website
              http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/
              or download...
              http://www.bruji.com/bwana/ I thought that was cool.
              or if you prefer to read the manual in pdf try…
      man -t sharing | pstopdf -i -o ./Desktop/Sharing\ Manual.pdf
              man -t chown | pstopdf -i -o ./Desktop/CHOWN\ Manual.pdf
              man -t chmod | pstopdf -i -o ./Desktop/CHMOD\ Manual.pdf
              man -t chgrp | pstopdf -i -o ./Desktop/CHGRP\ Manual.pdf
              My basic guideline was avoid using ACLs if at all possible, if you try to use them, things
              can get crazy complicated, take notes and plan, baby. If you read above, opening up
              permissions wide is wrong though.  You would restrict permissions tightly to begin with and
              then place ACE (Access Control Entries) to specifically target the rights you want to enable.
              Here's one that's obviously a novice attempt to do this, but since the novice is the only one
              speaking…. here it is, Universe… >:P
              sudo chmod -R +ai "admin allow read,write,delete,file_inherit,directory_inherit,search,list" Department/
              That allowed my admin to do all the things a normal user could do so far… It fixed things for
              my admin, which made me happy.  I really hate having to authenticate or sudo just to see
              the contents of a nested directory.  I could explain it, and even give a few notes on why its
              probably overkill, but I will attempt to look less stupid till "poked".
              There's another command line utility I STILL haven't read, which may bear mentioning
              because…well I haven't read it.  umask (see wikipedia or unix.com)…I worked past my
              problems without going into it so far, but obviously it's there, and it serves a purpose.
              I also found this article helpful…and educational.  :O
              http://www.bresink.de/osx/300321023/Docs-en/pgs/ACL.html
              (          Its enlightening to hear the air whistling between a developer/coder's ears, still it's
                        apparent he has a clear idea what's going on.
                        Ever wonder why when you use get info to check or assign permissions it kind of
                        flakes out and doesn't take?  Read this article!          )
              Second, if you can't obtain the "specific" permissions you need with POSIX, chmod also
              can set the 2nd category of permissions, which windows users may be familiar with
              Access Control Lists (ACLs) and here you get some really fine granularity...messy stuff. 
              All in all, if I felt I could guide you through these murky waters, I would, but I think I'll let
              the professionals weigh in on that one and cut my wall-of-text to ribbons.
              To heuristically check I would connect from a client as one or two of my users and see what
              folders I could mount as a share, armored with an understanding of what ls -le@O * showed
              me in Terminal.
    3.)           File sharing setup (Turned ON, Home sharing Enabled)
              Here is an example of using command line sharing utility where each share is properly
              labeled (that took a bit for me to figure out) still this share only enables the AFP share as
              you can see from my flags.
      sudo sharing -a /Volumes/Hard\ Drive/Department/Database -A Database-afp -F Database-ftp -S Database-smb -n Database -s 100 -g 000 -i 10
              Then you do a sudo sharing -l and get back what you just did…
                                              List of Share Points
              name:                    Database
              path:                    /Volumes/Hard Drive/Department/Database
                        afp:          {
                        name:          Database-afp
                        shared:          1
                        guest access:          0
                        inherit perms:          1
                        ftp:          {
                        name:          Database-ftp
                        shared:          0
                        guest access:          0
                        smb:          {
                        name:          Database-smb
                        shared:          0
                        guest access:          0
              If you mess up the sharing command, you may not be paying attention (I wasn't) but there
              are a lot of defaults that Apple will just assume you meant to do anyway and it won't read
              any of your flags, you have to get it right or the flags will be defaulted. 
              (          Basically I could tell I was bombing it for one, I explicitly only wanted afp working, but
                        the default was afp and smb.  So each time I ran sudo sharing -l after I shot my sharing
                        command…back would come smb shared: 1 and I knew that wasn't right.  Also my
                        custom names were defaulting to the name of the directory not the name I had
                        specified.           )
              I like to know what protocol my share is over so when it doesn't work, I know which protocol's
              are connecting. It's not full-proof, but it's a bookmark.  I wish the network browser would
              identify the protocol that its available listed shares are using, because small visual queues
              like that help when you're trying to see what works.  Maybe that's something I should
              investigate via the command line?
              As a note about reading forums, I discovered using command line that "\" is kind of like a
              way of going to next line neatly with long commands…."\ " is a way to insert a space. As you
              can see above where I have a volume with a space in it. 
              Removing shares was a little trickier though, sharing -r Share\ With-space didn't work….I
              had to enclose it in quotes and do "Share With-space" instead. So nooby beware!
              (          *nix users are now rolling their eyes at this tip.          )
              I wasn't sure how you enabled a share for home directories from the command line, maybe its
              in the manual, but I was up to my eyeballs in manuals already so I haven't gone back to
              revisit this question since my work around was to go to Server.app and verify that what I set
              up in the sharing in terminal was being reflected in the gui…sort of my own MVC
              (model-view-controller) check.
    4.)           Directory Utility > Directory Editor or dscl 
      Make sure what you see in WGM and Server.app are reflected here….to that question let's
              take a journey where I did some exploring about that.
      Ever really wonder "WHY CAN"T I REMOVE AN OLD HOME DIRECTORY SHARE?!!!"
              Ah, then you will  - LOVE -  this tip…
              (          Provided my testing or yours, later, doesn't prove that in my ignorance I've broken
                        Open Directory. Remember, WHITEGLOVES!!!! but here we get a little dirty.  I think of
                        OD as Apple's Registry, but that's not what it is at all. However, you as the user do have
                        to "****" around in it from time to time.          )
              I scoured the forums and everyone was saying things like "You have to change your server
              role" etc. which seemed a little bit dumb to me (dumb because you're pushing views around
              not "controlling"), and well, yea, that share that I couldn't modify or delete was REALLY
              bugging me.
              Now hmm… Before you do ANYTHING, how do you try to not hurt yourself…in Windows you
              can make a Registry Backup….(yea bad analogy)  In Server Admin.app you can go to your Open
              Directory Service > Archive and Choose a place to Archive your information. (Figure this out by
              yourself, this is getting long…sheesh! It's easy. Restoring is just as easy and painless.)
      Before we can remove the entry we "SEE" in WGM we should make sure no
              one has it selected so as not to "corrupt" the OD db, so in WGM first before going to Directory
              Utility set the Home directory to "None".  (We need to remember to set this to a correct share
              later….Mental Note!!!)
              Now Open Directory Utility
              Method 1
              System Preferences > Users & Groups > Login Options
              Click the Lock to make changes…
              Authenticate -> click "OK"          (do I REALLY have to step-by-step this?)
              Network Account Sever: • Local Server - click "Edit" button here.
              Open Directory Utility > Directory Editor
              (          Wow, did Apple hire someone from Microsoft?  You'ld think with all their research in to
                        Human Interface Design that's WAY too many clicks to get to something you need.          )
              or
              Method 2 (It's good to know about this directory, neat-o speed-o app's hidden here.)
              Use "Go to Folder" Under Finder > Go > Go to Folder...
      ⇧⌘G /System/Library/CoreServices/ 
              Click "OK"
              and Double click Directory Utility.app
              or
              Method 3
              Terminal
              open /System/Library/CoreServices/Directory\ Utility.app/
              Now From the Directory Editor Pane you will see a Pop-up menu Labeled "Viewing"
              You should glance through this and get to know it.  You should use it to see what
              information is really being stored about your Users, Groups, Mounts…
              We are interested in Mounts, which is where we want to go…and there is the pesky
              mount that you will see reflected in WGM.
              Authenticate, and delete the bugger.
              Quit WGM and restart it.  Voila, bad share is GONE!!!!!
              a.)          First select all my users
              b.)           Then I clicked on the "+" and added the correct share
                        (          Remember, I only showed you the first one we created, this is another and
                                  for THIS one you HAVE to go into Server.app and verify that it is set to be
                                  available for Home Directories in this case for AFP.          )
                        For the home directory entry you do this...
                        afp://computer.domain.com/Accounts-afp
                        %short_name%
                        /Network/Servers/computer.domain.com/Volumes/Hard\ Drive/Department/Accounts/%short_name%
      %short_name% is a wild card for the short name there are other wild cards check out Apple's
                        Documentation on them.  I lost the link   sorry \<shrug\>
              Interesting dscl commands…(check it out in command line form and compare side by side with
              what you see in the GUI Directory Utility)
              dscl . list /users
              dscl . list /groups
              If you want to output information about each user, though, use readall:
              dscl . readall /users
              dscl . readall /groups
              And if you need to programatically parse said information, use -plist to make your life easier:
              dscl -plist . readall /users
              dscl -plist . readall /groups
              This made a little more direct sense to me, language wise…but fyi "." is kind of a wild card I think so the first
              commands I think look in ALL directories local, Search, LDAP whatever you have.  The command here
              corresponds to the Entry from the Pop-up menu "…in node > Blah…" see GUI of Directory Utility to confirm.
              dscl /LDAPv3/127.0.0.1 -list /Users
              dscl /Local/Default -list /Users
    5.)          Workgroup Manager
              Remember this is a utility that is not long for this world.  Apple's Mountain Lion is rumored to fully
              replace it, why? Yea, Apple's making a go at MDM (Mobile Device Management) and somehow
              desktop computers are being pulled/dragged along for the ride.  I have plenty of issues with
              Profile Manager, but I'll likely revisit it in a couple of months and see where we stand.
              Anyway, treat this baby like the bottom rung, because, well it is built like you start your
              foundation here, but it's just a viewer with controlling "tweaks".  Use the other areas to get a solid
              grasp of what is actually going on.  Server.app is where you should create accounts you can
              feel are safe.  When you create accounts in WGM, you are responsible for making sure they
              have the appropriate EVERYTHING.
    This list is by no means complete, but these are the areas this noob is or was prepared to talk about.
    Good night for now.  Enjoy climbing my wall of text, and yea sorry about that.  :O Run for you lives!!!!
      - Signed Shadowwraith

  • I can only make outgoing calls. My home button is only working for voice control and won't take me back to menu. I am only in the calling screen and can't even shut off. What do I do?

    I am freaking out! I am a college student and owner of my Iphone 3Gs. I just got it this past August and I don't understand what is wrong. I did not drop it or come into contact with any water or disabling substance. I am literally stuck on the calling page with favorites, recents, contacts, keypad and voicemail. When I push my Home button I am not brought back to my menu. When I hold it down voice control is enabled but I still can't get to my menu. Then when I try to hold the sleep button to shut off nothing happens. What's wrong with my phone? I can't even go into contacts and hit text message nothing happens. Also, when I get a message in nothing happens when I push view. Please help me.

    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • 4.6 release download url ?

    Today's the day and I'm excited.  Does anyone know where the download will show up first?  The Adobe developer connection Flex section or Flash Builder section, or perhaps the general downloads section?  I feel like a kid on Christmas eve!  When is Santa coming?  On a calmer note... Thanks to the developers for creating such a great product.

    Flex 3.6 references causing errors
    I have FB 4.6 working now after tracking down removing any references to SDK 3.6 -- the main culprit.
    It would've been nice if the Flex compiler could have been more helpful in pinpointing where the errors were orginating. Tracking down hundreds of errors with no clue where they are coming from is no fun. Especially CSS errors (348 errors!).
    ArcGIS compatibility issues
    If it helps anyone else, in my case I'm using the ArcGIS API for Flex, version 2.4. The InfoSymbol was the bad boy. Apparently it references some older mx components. I found an updated InfoSymbol component with no old mx refs in it here:
    https://github.com/ArcGIS/ArcGISAPILiteforFlex/blob/master/lib/src/com/esri/views/InfoSymb ol2.as
    serial number issues
    Another weird thing when installing. My serial number (from CS 5.5, which included FB 4.5) would not work. I had to install as a trial. I expected to be prompted for the serial number when opening FB 4.6 but got no prompt. Maybe the software saw my CS5.5 installation and decided I was all good. But maybe the software will quit working when the 30 day trial is up and leave me stranded. Again, I'm left scratching my head with Adobe's apparent lack of thinking this through and leaving me to wonder if my software is going to be functional in 30 days.
    performance increases?
    I'm going to follow up with a new post re: any performance increases with FB 4.6. So far while debugging all the errors, I've noticed some improvement in frame rates with the List scrolling, and a bit more responsiveness when pushing views, but it has not been overwhelming. It has made things a little more tolerable. Pushing views is still very sluggish, but we'll see.
    my fav ceo
    Hey Shantanu Narayen, drop me a line and let's do lunch. I got some stuff to talk about with you!

  • Does Bug Base Work? In regards to AIR

    As the title says, does bug base work? I have been following the Bug Base daily checking constantly for updates from Adobe staff in regards to many currently present bugs that IMO left unfixed make this platform more unreliable as time goes on.
    It seems Adobe is very active in releasing updates to the AIR framework, but with each release I am time and time again disappointed to discovered my bugs have not yet been fixed.
    Bugs still left unfixed:
    Textfield Bug on GPU with softkeyboard pan   https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3627285
    Basically if you press your Android's Back button, you're app is no longer usable. (September 5th)
    i0S7 StatusBar Overlays stage, Adobe Air 3.9 Beta Bug? https://bugbase.adobe.com/index.cfm?event=bug&id=3633422 (September 17th)
    Rotating app to landscape on iOS 7 pushes view off screen and shows status bar https://bugbase.adobe.com/index.cfm?event=bug&id=3648197
    Literally making the app go into landscape makes the entire screen offset.  (October 9th)
    Also, I know for a fact I'm not the only one who's inbox is completely flooded with votes for the "Adobe AIR support for windows Phone 8 Required". Because if you decide to track other bugs, it's an all or nothing for recieving email updates about bugs.  What exactly is Adobe waiting for? At the time of writing this there are 289 votes. Do they need 9000? How many more months of vote emails do I need to recieve before they do anything? or at least recognize this is CLEARLY a feature the community wants and give some kinda of hint to the result of the voting.

    If you're referring to the FDK development environment .. it's the same as it was in FM9 as far as I can tell.
    The win32 DLL should work fine with FM10 server and desktop.
    I'm not sure what you mean by the recommended technology for customizing FrameMaker. There are a number of options, and it depends on what you want to do and what type of expertise you've got at your disposal. Options are ..
    - FDK (C libraries)
    - ExtendScript (new with FM10)
    - FrameScript (requires 3rd party client plugin)
    - FrameAC (another 3rd party development environment)
    Cheers,
    ...scott

  • 3.1 Calendar - Exchange sync broken

    My Exchange calendar is gone after upgrade to 3.1 from 3.0.1. Email and contact seem to be synchronizing correctly, however calendar is gone, does not synchronize at all. When an invitation arrives, I get the message on the display, however when I push "View", an empty calendar is open, with an empty invitation folder.
    Would like to downgrade to 3.0.1 however I do not have the firmware downloaded and I also read it is impossible to go down the 3.1 -> 3.0.1 route.
    Don't want to flame, but I see a Microsoftish pattern in this...

    Same here. I don't mind having my personal appts in the company outlook calendar, but do not want my email sitting in Outlook and on the the company servers.
    Armen

  • IPhone Navigation Controller Problem

    I started working on learning how to use the iPhone UINavigationController in my app, and so far I have a UIViewController subclass that I can create multiple instances of with a view from a .xib file and push onto the navigation controller stack. Everything works, including the back button, but the first pushed view controller doesn't have a back button, so once I push one view on, the first view is inaccessible. Every view controller from the third one on has the back button. Any idea why?

    Well, I finally solved it. Turns out I needed to give the root UIViewController a title, and all the back buttons appeared fine, with the "invisible" one gaining the title of the root controller. Interesting how the others appeared - I guess creating a UIViewController programatically without a title gives the back button pointing to it a default title of "Back".

  • Add UINavigationController without App Delegate

    I have been researching on how to add UINavigationController (I've been using UINavigationBars since) but all of them include putting the UINavigationController code in the App Delegate. The problem here is that only 2 view (root and detail) are the only ones that use UINavigationController and UITableViews. All my other views (10 so far, more to come) use modal transitions. So creating a UINavigationController in the appdelegate would be useless. How can I add a UINavigationController only in the .h & .m? And then push a detail view controller from a row (Only the top row, but I already have to code working on checking if the user taps on the first row. Right now when the user taps o the first row, it shows the next view in a modal tradition, but I want to replace it with push, but I know my current code works)? Also, the current view I want to be root contains (currently) a UINavigationBar with a done button (left side) and a custom bordered button (on the right), a UITableView, and a UIToolbar with 2 custom buttons and 3 flexible spaces. I need all of these shown (UInavigationBar will be replaced by UINavigationController and the done button needs to show only on the root view and get replaced by back button on the detail, and custom buton needs to remain there on both views.) Pushing view controllers and UINavigationControllers are new to me, I'm trying to grasp it.
    Message was edited by: TechGeniusApps

    Just create the the UINavigationController wherever you need to show its root view controller. With no storyboard segue you would typically use something like this. I initiated from a UIButton action for this example. Instead of a generic UITableViewController, use the custom view controller class of your root view controller (PauseMenuTableViewController?). If you are using old-school nib/xib, replace initWithStyle with initWithNibName.
    - (IBAction)showWhateverViewButtonClick:(id)sender {
        // create whatever view controller type will be the root of the navigation controller
        UIViewController *rootViewController = [[UITableViewController alloc] initWithStyle:UITableViewStylePlain];
        // create a navigation controller using that view controller for the root
        UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:rootViewController];
        // show the navigation controller (modal)
        [self presentViewController:navigationController animated:YES completion:NULL];

Maybe you are looking for

  • Can't Modify WCS Report File Destination

    Once I upgraded to WCS 6.0.132.0 I can no longer change the destination file location when I run reports. The reports seem to run on schedule but they end up in the default location of C:\WCSFTP\reports\. I would like to change that to my E: where I

  • ACE 4710 SSL connection rate

    What exactly happens when the SSL connection rate is exceeded. Is the connection dropped, queued or what ? Defined as the SSL TPS. In our case 1000 but upgradeable to 5000

  • Dissecting Audit Manager Queries/Logs

    When you run an query using Audit Manager, the query returns data in the following columns: Item Type Item Name User Server Message Type Time Message According to the Help documentation: Message Type - Displays the type of action performed on the obj

  • JNI Not write once run anywhere But...

    I have written a program that I put into C++ for speed reasons. I now want to use the JNI to a) Get familiar with the JNI b) To merge a Java GUI and speedy code together. I've read that if you use the JNI then you cannot run your program everywhere.

  • Registered Voicemail Ports changing to Rejected or Unknown

    Hello, I have a strange issue occuring with the Voicemail Ports between CUCM 8.6.2 and Unity Connection 8.5.1, both are VMs on UCS platform., there are 64 VM Ports configured and Registered and 100 users on Unity Connection. we are recieving complain