Setting selectedIndex on view stack after removal

I'm having an issue where when I remove an element from a ViewStack its not selecting the previous item in the list. It keeps snapping back to index 0.
here's some simple code:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication
          xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx"
          creationComplete="onCreationComplete();"
>
          <fx:Script>
                    <![CDATA[
                              import spark.components.Label;
                              import spark.components.NavigatorContent;
                              private function onCreationComplete():void {
                                        for (var i:int = 0; i < 10; i++) {
                                                  addNew();
                              private function removeCurrent():void {
                                        var child:NavigatorContent = layouts.selectedChild as NavigatorContent;
                                        if (child) {
                                                  layouts.removeChild(child);
                              private function addNew():void {
                                        var title:String = "item " + layouts.length;
                                        var content:NavigatorContent = new NavigatorContent();
                                        content.label = title;
                                        var label:Label = new Label();
                                        label.text = title;
                                        content.addElement(label);
                                        layouts.addElement(content);
                    ]]>
          </fx:Script>
          <s:layout>
        <s:VerticalLayout/>
    </s:layout>
    <!-- Drop down list to show the view stack, uses double data binding -->
          <s:DropDownList id="dropDown" width="200" labelField="label" dataProvider="{layouts}" selectedIndex="@{layouts.selectedIndex}" />
          <!-- TabBar to show the view stack, uses single data binding -->
          <s:TabBar id="tabBar" width="100%" dataProvider="{layouts}" />
          <!-- Content view stack -->
          <mx:ViewStack id="layouts">
          </mx:ViewStack>
          <!-- Buttons to test -->
          <s:Button label="remove" click="removeCurrent();"/>
          <s:Button label="add" click="addNew();" />
</s:WindowedApplication>
when you remove the current item, the stack selects item 0. I cannot seem to override this. I want the view stack to select the previous item in the list

Using SuperTabBar from the flexlib solves this issue. http://flexlib.googlecode.com/svn/trunk/examples/SuperTabNavigator_Sample.swf
when you delete a tab, the bar selects the next one in line. Am I wrong in expecting this functionality out of the box in the spark componenet library?

Similar Messages

  • How to view section after we remove it?

    Hi All,
    How to view section after we remove it?
    When we add a variable to create a section it shows up.
    Now when I removed the section just to not show on the report.
    I right click and click remove and in the next pop up screen select NO.
    Now I have the section in there but not showing in the report,but when I view in the data tab and map tab it shows up..
    My question now if I want to put in the section back in the report,how can I do that..
    Thanks in advance.
    Acer_bo.

    Hi Acer_Bo,
    Select the Section and drag the object that you removed and put it at the top of the data block within the section. The Section is just physically removed not Logically.
    By viewing the data block you can't figure out on which Object the Section is based,You can see this using by Section properties i.e. under General-> Name Property.
    I Hope this Helps...
    Thanks...
    Pratik

  • HT1925 Message after removing and trying to reinstall itunes 'The system administrator has set policies preventing this installation'. Can anybody help?

    After removing and reinstlling iTunes .....message reads 'the system administrator has set policies preventing this installation'

    Try the following user tip:
    "The administrator has set policies to prevent this installation" error messages when installing iTunes for Windows on Windows Vista and Windows 7 systems

  • Why do I need to declare "defaultButton" ? (In a component form part of view stack)

    After doing some research and some help from FlexGuy in another thread, I realize that I need to make sure I have custom components initialized before accessing parts of the component.  Just recently I was thrown for a long time when I tried to first click on a form field that was part of a component in my view stack, I'd get:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.managers::FocusManager/focusInHandler()[C:\autobuild\galaga\frameworks\projects\framew ork\src\mx\managers\FocusManager.as:601]
    With the debugger it's occuring in the focusInHandler method of FocusManager.as: (apparently _defaultButton is null.)
    // restore the default button to be the original one
                    if (defButton && defButton != _defaultButton)
                        defButton.emphasized = false;
                        defButton = _defaultButton;
                       _defaultButton.emphasized = true;
    This prompted me, on a whim, to delcare a defaultButton:
    <mx:Form id="empForm" defaultButton="{submitButton}">
    which refers to my submit button:
    <mx:Button id="submitButton" click="submitEmployee()" label="{submitLabel}"/>
    My question, is why is this necessary? In some examples I don't see this declared at all, but I seem to need it? (I'm calling creationPolicy="all" to make sure my components are initialized but I still seem to have to this defaultButton declared?)

    It's a way of proving that you are able to purchase content from that country's store i.e. that you have a valid billing address in it
    From Why can’t I select None when I edit my Apple ID payment information? - Apple Support :
    If you changed your country or region
    When you change the country or region of an existing Apple ID, you must provide a payment method and update your billing options. If you want to remove your payment method after you change the country or region, you can change your payment information to None.

  • PMD View empty after running PMD on a flex project

    I tried with flexpmd 1.1 and 1.2 with no spaces in the workspace path , project name and flexpmd path.But when i say run flex pmd,all I see is "flexpmd.running" for a couple of seconds and then i am getting an empty pmd view.In the preferences i have set the paths correctly,but did not give any rulesets.

    I have tried FlexPMD with almost all possible combinations - with Flex 3, with Flex 4 Standalone, with Flex 4 Plugin, using workspace with space, without space, using my C: partition, my D partition, etc. Without being able to see anything at all on the FlexPMD view.
    After finding this forum, I have tried running eclipse with -debug, and got this stack trace:
    Application Started: 16427
    Jan 14, 2010 7:38:24 PM com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD process
    INFO: java -Xmx256m -jar D:\bin\FlexPMD\flex-pmd-command-line-1.0.jar -s C:\test
    e\fdaga -o C:\Users\JOOSAL~1\AppData\Local\Temp\flexpmd3892770551481749445dir
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: 14/Jan/2010 19:38:29 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine <in
    it>
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: WARNING: Access is denied at java.io.WinNTFileSystem.createFileExclusiv
    ely(Native Method)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: java.io.File.checkAndCreate(Unknown Source)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.utils.cli.ErrorLogDevice log
    WARNING: java.io.File.createTempFile(Unknown Source)
    Jan 14, 2010 7:38:29 PM com.adobe.ac.pmd.eclipse.flexpmd.cmd.FlexPMD process
    SEVERE: C:\Users\JOOSAL~1\AppData\Local\Temp\flexpmd3892770551481749445dir\pmd.x
    ml (The system cannot find the file specified)
    It seems the problem might be due to my User Account in Windows, which have spaces and special characters (João Saleiro) - but I might be wrong. I can't change my user account name, which makes FlexPMD useless for now. And I was hoping to show it on a presentation I will be giving for the community next saturday (day 16). Is there any workaround that allows me to use FlexPMD inside eclipse, so I can use it for now? Isn't there an easy way to set the output directory to a different one?
    Thank you,
    João Saleiro

  • View stack creation policy

    I have a view stack named myViewStack. Now within the view
    stack i have components when i switch between the view stack views
    I want each component's creation complete to be executed. The
    myViewStack creationPolicy is set to all once a user logs into the
    program. Any ideas on how I would do this.
    Thanks....

    The problem is in one view stack page i have a drop down list
    that you can select different companies then in the other viewstack
    page it has a display of charts. So lets say the drop down country
    list is in selectedIndex=1 the charting is in selectedIndex=2 when
    i select different companies from the dropdown component in
    selectedindex=1 it will change the data in selectedindex=2

  • Can't delete a file displayed in ListView ("File in use") even after removing it from window.

    I have a ListView displaying a collection of icons. The user can then select different icons (checkboxes) to do things like Copy or Delete.
    Problem is, when I try to delete the actual file from the disk, I get an error telling me the file is "in use" ("vshost.exe", the VS runtime during testing).
    I thought maybe it was because it still appeared in the window and was still in the ImageList, but even after removing it from both locations, I still get the error. My code:
    Dim intCnt As Integer = 0
    Do
    ImageList2.Images.RemoveAt(intIconsChecked(intCnt)) ' Remove from collection.
    lsvCollection.Items.RemoveAt(intIconsChecked(intCnt)) ' Remove from ListView window.
    FileIO.FileSystem.DeleteFile(strIconPath & "\Icon" & Format(intCnt + 1, "00") & ".rsc") ' "+1" b/c Icons start with "01".
    FileIO.FileSystem.DeleteFile(strIconPath & "\Icon" & Format(intCnt + 1, "00") & ".png") ' "In use" Error here.
    ".rsc" deletes just fine, so I know I'm deleting the correct file. Why does VS still think the file is still "in use"?
    Thx

    Mugsy,
    Consider this as food for thought, even if you don't use it.
    If you set it up right then you can control how it works. A reference is a reference and any left behind will cause you grief down the road when you try to delete things.
    As an example, a simple class follows. It does *not* implement IDispose, although it does have a private shared Dispose method in it:
    Public Class MyImages
    Private _bmp As Bitmap
    Private _name As String
    Private _sourceFilePath As String
    Private Sub New(ByVal bmp As Bitmap, _
    ByVal name As String, _
    ByVal filePath As String)
    _bmp = bmp
    _sourceFilePath = filePath.Trim
    _name = name.Trim
    End Sub
    Public ReadOnly Property Bmp As Bitmap
    Get
    Return _bmp
    End Get
    End Property
    Public ReadOnly Property Name As String
    Get
    Return _name
    End Get
    End Property
    Public ReadOnly Property SourceFilePath As String
    Get
    Return _sourceFilePath
    End Get
    End Property
    Public Shared Sub AddNew(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    Else
    ' Should do validation here that the file
    ' is actually an image but I'll not do this
    ' here...
    Dim thisBMP As Bitmap = New Bitmap(imageFilePath)
    miList.Add(New MyImages(thisBMP, GetFileNameWithoutExtension(imageFilePath), imageFilePath))
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Public Shared Sub AddNew(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String, _
    ByVal imageName As String)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    ElseIf String.IsNullOrEmpty(imageName) OrElse imageName.Trim = "" Then
    Throw New ArgumentException("The name of this image cannot be null or empty.")
    Else
    ' Should do validation here that the file
    ' is actually an image but I'll not do this
    ' here...
    Dim thisBMP As Bitmap = New Bitmap(imageFilePath)
    miList.Add(New MyImages(thisBMP, imageName, imageFilePath))
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Public Shared Sub Remove(ByRef miList As List(Of MyImages), _
    ByVal imageFilePath As String, _
    Optional ByVal removeFilePathAlso As Boolean = False)
    Try
    If miList Is Nothing Then
    Throw New ArgumentNullException("The collection of MyImages cannot be null.")
    ElseIf String.IsNullOrEmpty(imageFilePath) OrElse imageFilePath.Trim = "" Then
    Throw New ArgumentException("The file path of the image cannot be null or empty.")
    ElseIf Not My.Computer.FileSystem.FileExists(imageFilePath) Then
    Throw New IO.FileNotFoundException("The file path of the image could not be located.")
    Else
    Dim findInstance As System.Collections.Generic.IEnumerable(Of MyImages) = _
    From mi As MyImages In miList _
    Where mi.SourceFilePath = imageFilePath
    If findInstance.Count <> 1 Then
    Throw New ArgumentException("The instance of MyImages specified by the" & vbCrLf & _
    "image file path is not in the collection.")
    Else
    Dispose(findInstance.First)
    If removeFilePathAlso Then
    My.Computer.FileSystem.DeleteFile(findInstance.First.SourceFilePath)
    End If
    miList.Remove(findInstance.First)
    End If
    End If
    Catch ex As Exception
    Throw
    End Try
    End Sub
    Private Shared Sub Dispose(ByVal instance As MyImages)
    If instance IsNot Nothing AndAlso instance._bmp IsNot Nothing Then
    instance._bmp.Dispose()
    instance._bmp = Nothing
    End If
    End Sub
    End Class
    When you look through that, look specifically at the "Remove" method and in particular, look at the order in which things are done. That's the critical part in this.
    I tested it with a simple form:
    Two buttons, a checkbox, and a picturebox. I also copied a small folder full of image files to my desktop since I'll be deleting a file from it. Following is the code for Form1:
    Option Strict On
    Option Explicit On
    Option Infer Off
    Imports System.IO.Path
    Public Class Form1
    Private miList As New List(Of MyImages)
    Private Sub Form1_Load(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) _
    Handles MyBase.Load
    Dim desktop As String = _
    My.Computer.FileSystem.SpecialDirectories.Desktop
    Dim imgFolder As String = _
    Combine(desktop, "Images")
    PictureBox1.BorderStyle = BorderStyle.FixedSingle
    For Each imgFilePath As String In My.Computer.FileSystem.GetFiles(imgFolder)
    MyImages.AddNew(miList, imgFilePath)
    Next
    btn_RemoveFirstImage.Enabled = False
    CheckBox_RemoveSourcePath.Enabled = False
    End Sub
    Private Sub btn_ShowFirstImage_Click(sender As System.Object, _
    e As System.EventArgs) _
    Handles btn_ShowFirstImage.Click
    Try
    If miList.Count >= 1 Then
    With PictureBox1
    .SizeMode = PictureBoxSizeMode.Zoom
    .Image = miList(0).Bmp
    End With
    btn_RemoveFirstImage.Enabled = True
    CheckBox_RemoveSourcePath.Enabled = True
    End If
    Catch ex As Exception
    MessageBox.Show(String.Format("An exception was thrown:{0}{0}{1}", vbCrLf, ex.Message), _
    "Exception", MessageBoxButtons.OK, MessageBoxIcon.Warning)
    End Try
    End Sub
    Private Sub btn_RemoveFirstImage_Click(sender As System.Object, _
    e As System.EventArgs) _
    Handles btn_RemoveFirstImage.Click
    Try
    If miList.Count >= 1 Then
    MyImages.Remove(miList, miList(0).SourceFilePath, CheckBox_RemoveSourcePath.Checked)
    End If
    PictureBox1.Image = Nothing
    btn_RemoveFirstImage.Enabled = True
    CheckBox_RemoveSourcePath.Enabled = True
    Catch ex As Exception
    MessageBox.Show(String.Format("An exception was thrown:{0}{0}{1}", vbCrLf, ex.Message), _
    "Exception", MessageBoxButtons.OK, MessageBoxIcon.Warning)
    End Try
    End Sub
    End Class
    Running it is straightforward:
    Now when I click to show the first one:
    A different image is shown because that first one no longer exists - either in the collection or in the folder.
    Closing/disposing all references is the key and the order matters.
    Something to consider the next time around. :)
    Still lost in code, just at a little higher level.

  • After removing system fonts and reinstalling fonts, FireFox will not start

    After removing system fonts and reinstalling fonts, FireFox will not start! When I start FireFox the "Mozilla Crash Reporter" opens as if FF just crashed??? I don't see any records in event viewer. I am using FF v3.6.3 on a Windows 7 box. I tried uninstalling 3.6.3 and installing 3.0.18 and had the same problem!
    == This happened ==
    Every time Firefox opened
    == After a uninstalled all fonts including system fonts and then reinstalling system fonts. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)

    The files with submitted crash report ids are inside the ''submitted '' directory, from the directory you found the LastCrash.txt timestamp file.
    The file names will begin with '''bp-'''
    There might be more information from the crash report, but it might just tell us you are crashing the first time Firefox tries to use a font.
    One thing I suppose you could do is select only those fonts you've got in Tools -> Options -> Content -> Fonts and Colors -> Advanced and then uncheck the '''Allow pages to use their own fonts''' option.
    See http://support.mozilla.com/en-US/kb/Options+window+-+Content+panel#Fonts_Dialog
    To be honest, I can't find anything on this Netscape Font Navigator and it sounds highly dubious.

  • Please help: After removed a connector (nagios-connector) there is an error at the operations Manager Console

    Hello,
    after installing the nagios connecor and it doesn'work, i  try to remove it; with the powershell command remove-SCOMConnector. After removing it, Get-SCOMConnector shows me, that it doesn't exist:
    PS D:\> Get-SCOMConnector
    Name        : Network Monitoring Internal Connector
    DisplayName : Connector for populating network devices.
    Description :
    Initialized : False
    Name        :
    DisplayName :
    Description :
    Initialized : True
    Name        : SMASH Discovery Internal Connector
    DisplayName : Connector for populating SMASH devices.
    Description :
    Initialized : False
    Name        : Operations Manager Internal Connector
    DisplayName : A connector used by Operations Manager components to insert discovery data, please create your own connec
                  tor do not use this connector.
    Description :
    Initialized : False
    But when i take a look to the connectors in Operations Manager Console, it hangs, after a while i have this error:
    Date: 27.05.2014 10:04:43
    Application: Operations Manager
    Application Version: 7.1.10226.0
    Severity: Error
    Message: 
    System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector.Reconnect(EnterpriseManagementGroup managementGroup)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.GetUpdate(IndexTable indexTable, QueryUpdate`1 update, CacheCursor cursor, Range range, Int32 offset, Int32 groupLevel)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.GetUpdate(IndexTable indexTable, QueryUpdate`1 update)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.GetUpdate(CacheSession session, Boolean fullUpdate)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.FireUpdateEvent(CacheSession session, DateTime updateTime, Boolean dataChanged, Boolean fullUpdate, Boolean updatesOnly, IEnumerable queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.FireUpdateEvents(CacheSession session, Boolean dataChanged, Boolean fullUpdate, ICollection`1 queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.PostQuery(CacheSession session, IndexTable indexTable, UpdateReason reason, UpdateType updateType, Boolean dataChanged, DateTime queryTime, ICollection`1 queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.InternalSyncQuery(CacheSession session, IndexTable indexTable, UpdateReason reason, UpdateType updateType)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.InternalQuery(CacheSession session, UpdateReason reason)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.TryDoQuery(UpdateReason reason, CacheSession session)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Can somebody help me fixing this error?
    Strange.. the powerShell Command "get-SCOMConnector" works.. but the console hangs (on loading) when i want to show the connectors...
    Kind regards
    Wolfgang

    Hi,
    I agree, we may need to remove the connector from OpsDB. In addition, here is blog regarding to the similar issue, hope it helps:
    Error: “Object reference not set to an Instance of an Object” System Center Operation Manager 2012 Connector.
    http://blogs.technet.com/b/birojitn/archive/2012/07/07/error-object-reference-not-set-to-an-instance-of-an-object-system-center-operation-manager-2012-connector.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Mailbox size increased after removing attachments

    Doing a little clean-up on my mail, I noticed my sent mailbox was 1.23 gigs. So, I went in saved several hundred attachments and then tried to remove attachments. It would only let me remove attachments about 5 messages at a time, so I moved over 300 messages that all had attachments to a new folder. After moving them I was able to remove all the attachments at one time.
    But after moving and removing attachments the size of my sent mailbox did not decrease it actually increased by over 400 megs to 1.7 gigs. And the new folder was also very large, at almost 700 megs (even after removing attachments).
    Any ideas how/why this happens? and what can I do to reduce the size of that mailbox?
    I have had the overflow issue before and have been trying to keep and eye on the mailbox sizes and keep them under 1 gig, but this one got by me. My only complaint is mail does not tell you the size of a mailbox in the application, if I was able to check the mailbox size right from the app it would be an easier thing to keep an eye on an everyday basis.
    Any help would be great.. thanks!
    G4 400   Mac OS X (10.3.9)  

    For each mailbox, Mail 1.x stores messages sequentially in an mbox file within the *.mbox package associated with the mailbox -- you can see the files contained in an *.mbox package by ctrl-cliking on it in the Finder and choosing Show Package Contents from the contextual menu.
    When a message is removed from a mailbox in Mail 1.x, the actual message may be completely erased from the mbox file, or it may remain there just marked for deletion in one of the other supporting files within the *.mbox package. In order to reduce the mailbox size when a message is deleted from the middle, the entire mailbox would have to be rewritten to disk every time, which is clearly not practical.
    When attachments are removed from a message, the attachments aren’t actually removed from anywhere. What really happens is that Mail creates a new message without the attachments and deletes the original message... and now you know what it really is that actually happens when a message buried in the middle of the mailbox is deleted...
    My only complaint is mail does not tell you the size of a
    mailbox in the application
    Mail 1.3 sure does. The size of the selected mailbox is displayed in the status bar (View > Show Status Bar). Interestingly enough, that feature is no longer available in Mail 2.x.

  • I want to set log_archive _start paramtere true after instance start up. af

    i want to set log_archive _start paramtere true after instance start up. after setting database in archive log mode . How                                                                                                                                                                                                                                                   

    everything OK with you ?
    1. . can we use single listner for oracle 9i & 10g which is i
    Posted on: Mar 15, 2008 6:01 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    2. how can i change max data file paramtere which is use in create database sc
    Posted on: Mar 15, 2008 6:10 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    3. how see the globle name of database
    Posted on: Mar 15, 2008 6:28 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    4. how sga use if i execute select * from emp whree empid=111;
    Posted on: Mar 15, 2008 6:19 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    5. how u see how many database are on ur linux box & how many start or stop
    Posted on: Mar 15, 2008 6:03 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    6. i want to set log_archive _start paramtere true after instance start up. af
    Posted on: Mar 15, 2008 6:12 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    7. if i dont specify the log file in export but export complete with warning
    Posted on: Mar 15, 2008 6:13 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    8. if ur database crash u have only export of database how u create database f
    Posted on: Mar 15, 2008 6:14 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    9. is it possible to take export of close database
    Posted on: Mar 15, 2008 6:13 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    10. is it possible we can define the path of control file backup by creating a
    Posted on: Mar 15, 2008 6:20 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    11. Re: how we see versions of component those install with oracle
    Posted on: Mar 15, 2008 6:36 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    12. row chaning how u eliminate
    Posted on: Mar 15, 2008 6:23 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    13. Some inter view Questions Please give prefect answer help me
    Posted on: Mar 9, 2008 10:32 AM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    14. ur database size is 100gb when u take export eport dmp sixe is 90gb but ur
    Posted on: Mar 15, 2008 6:00 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    15. ur mount point have not more space and ur system table space is full how u
    Posted on: Mar 15, 2008 6:06 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    16. ur temprory tablespace full . how u resize or increase size of file .
    Posted on: Mar 15, 2008 6:04 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    17. user say ur database is slow how u slove this how identified reasons
    Posted on: Mar 15, 2008 6:17 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    18. what is diffrence when u install 9i and 10g on linux. which feature provide
    Posted on: Mar 15, 2008 6:08 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    19. what is facture block
    Posted on: Mar 15, 2008 6:11 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    20. what is grid . how grid work. is it possible grid in 9i . how
    Posted on: Mar 15, 2008 6:25 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    21. what is pre reqiest of rman implementation
    Posted on: Mar 15, 2008 6:15 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    22. what is process of patching on linux & windows
    Posted on: Mar 15, 2008 6:16 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    23. what is steps of cloning
    Posted on: Mar 15, 2008 6:24 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    24. when u install oracle where the oracle installation inventory information s
    Posted on: Mar 15, 2008 6:07 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    25. which type of joins we can see in tkprof information
    Posted on: Mar 15, 2008 6:22 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread
    26. why r we not use tablespce begin backup with read only tablespace
    Posted on: Mar 15, 2008 6:18 PM, by user: aditi -- Relevance: 100% -- Show all results within this thread

  • How to set the JavaHelp viewer

    Hi,
    Robohelp 7, Windows XP, installed with the TCS
    How do you point RoboHelp to a different JavaHelp viewer
    instance after it has been set initially? I was first using
    JavaHelp 1, but then installed JavaHelp 2, and I want to switch
    between the two for viewing, as I compile for the different
    versions. The only way I found to do it was to change the path to
    the active viewer which causes RoboHelp to lose it and to ask you
    again where it is.
    And by the way, I looked in the help for this and I got some
    whacked out non-scrollable window that seemed to search the Adobe
    website, rather than provide help. Am I doing something wrong? It
    didn't look like a help system at all.
    Thanks,
    Russ

    Hi Russ and welcome to our community
    Fellow Adobe Community Expert Peter Grainge has info on
    JavaHelp that may help. Not sure about switching viewers.
    For the help, click Tools * Options * General tab and choose
    the “Use offline help” option. Then close and restart
    RoboHelp to see the offline version of the help. It should be
    better.
    Here is the link to Peter's site:
    Click
    here to visit Peter's site.
    Cheers... Rick

  • Invalid Objects after remove Developer Environment

    Hello,
    after remove APEX Developer Environment I found some invalid View and Synonyms.
    Views is okay, table no more exist an the synonym for this view.
    DROP PACKAGE FLOWS_030100."APEX_MIG_PROJECTS_UPDATE";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_REV_TABLES";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_REV_QUERIES";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_REV_RPTS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_REV_FORMS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_PROJECTS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_ACC_RPTS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_ACC_FORMS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_ACC_TABLES";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_ACC_PROJECTS";
    DROP VIEW FLOWS_030100."APEX_MIGRATION_ACC_QUERIES";
    drop PUBLIC SYNONYM APEX_MIG_PROJECTS_UPDATE;
    drop PUBLIC SYNONYM APEX_MIGRATION_PROJECTS;
    drop PUBLIC SYNONYM APEX_MIGRATION_ACC_PROJECTS;
    drop PUBLIC SYNONYM APEX_MIGRATION_ACC_TABLES;
    drop PUBLIC SYNONYM APEX_MIGRATION_ACC_FORMS;
    drop PUBLIC SYNONYM APEX_MIGRATION_ACC_RPTS;
    drop PUBLIC SYNONYM APEX_MIGRATION_ACC_QUERIES;
    drop PUBLIC SYNONYM APEX_MIGRATION_REV_FORMS;
    drop PUBLIC SYNONYM APEX_MIGRATION_REV_RPTS;
    drop PUBLIC SYNONYM APEX_MIGRATION_REV_QUERIES;
    drop PUBLIC SYNONYM APEX_MIGRATION_REV_TABLES;
    But this 5 Synonyms I don't understand. Can anybody explain me this
    PUBLIC SYNONYM APPLICATION_AUTHENTICATION
    PUBLIC SYNONYM WWV_FLOW_LOOKUP_TABLES
    PUBLIC SYNONYM WWV_FLOW_WEB_SERVICES
    PUBLIC SYNONYM WWV_FLOW_REWRITE_QUERY
    PUBLIC SYNONYM WWV_CREATE_FORUM_DEMO_SCRIPT
    Bye
    Daniel

    Daniel,
    Those 5 public synonyms are not used in 3.1. You can drop them if you like.
    Scott

  • Why Design View will be removed?

    My question is that: why Design View will be removed from Flash Builder?
    Will it be substituted by another way of doing the things visually? Will adobe provide other visual tool to design applications? Disabling Design view and extinguing Catalyst seams that we will not any more visual tools. Is there any other plans for visual tools or Flash Designers or they will have to do the things in code-only?
    Thanks

    Whaaaa...... XML was designed to me machine read not human read! How can any sane person prefer to work purely in a horribly confusing environment when you can put your widgets directly onto a form and go from there? If Microsoft told all developers to develop their apps in pure code and run them to see, Visual Studio would not exist! For an example, you only went inside the VB6 .frm files when somthing went very badly wrong, as the display layout was totally seperate from the language code, and the base of Rapid Application Development was that the IDE did the heavy lifting of setting up the GUI and eased your code into it. That family of development tools more or less dominated desktop development from 1996 till today... But only on Windows. And so you all want to go back on that and do things the hard and slow way? I'm gutted.
    You have the perfect environment for a multi-platform IDE, a proven language, a multiplatform system even mobile support in a one stop shop for Rapid Application Development that can be deployed to anything. I do not want to play with your MXML. I find it messy, clunky and slow. I do not want to mess with hand crafting each and every component... I can do it without even having to think about it with a GUI builder that is supposed to help me. If I wanted to hack around manually in source files and fiddle with declarations, correct typecase, naming and options for hours to get a script to run, I can do that already and it's called HTML+AJAX... Flex Builder was supposed to be a step forwards. Why throw it into reverse?
    I was seriously thinking about using Flex and Air as a VB6 and C# replacement but this is a deal breaker...Well, this version should be supported for 5 years by Adobe according to their roadmap so in time I just hope that now the builder evolves for the better under Apache in that time and not get managed by people who prefer coding in VIM and ignore everyone else
    Daniel

  • "Viewing PDF After Exporting" is grayed out!

    I am using Adobe Design Premium CS5 (specifically Adobe InDesign).  When setting up a new PDF preset, I have selected for compatabilty Acrobat 8/9.  The problem I am having is that the selection for "View PDF after Exporting" is grayed out.  What can I do to get it usable?

    Thank you for responding so quickly.  The tech team here at school moved all my files and programs to another drive, in the process they lost all my preferences, PDF presets, and more.  So I am trying from memory to reconstruct all the tweeking I have done in PHotoshop and InDesign over the last two years - and I am not doing so well.  In the past I have had the ability to select "Viewing PDF after Exporting". 
    As for restoring the preferences - that is out of my league and will have to suggest that to the tech team. 

Maybe you are looking for

  • How to print from windows 7 pc on time capsule network?

    I added a new pc with windows 7 on my time capsule network.  Existing network includes 2 macbook pros and 1 mac mini with boot camp and windows xp.  I have been using the windows xp with bootcamp on the mac mini and printing from it for a couple year

  • Question on Sorting and Filtering Viewlet for CR for VS10 Production Rel

    The demo shows great and easy to implement features but near the end when the demonstrator clicks on the Sort for Product Type, the report doesn't sort by this column. Was this because he needed to press "Apply" as he did when he filtered the report

  • Safari incorrectly caches window.setTimeout in setTimeout loop

    I submitted an Apple bug report for this issue, but I wanted to post it to a public forum in case others have experienced this issue. It appears that Safari incorrectly caches the value of window.setTimeout (and does not respect new values to which i

  • Using mouse listeners?

    Hi, I looked in the mouse listener API, and I am having trouble finding a function which will continually be called when a mouse is being dragged. i.e. to support drag & drop (where the user selects and item, and drags it across the screen). OpenGL h

  • How to convert mp4 to mp3 in itunes?

    Hi Can anyone help to convert mp4 audio files to mp3 for my car stereo? i have the latest itunes on windows. i only have a option to create new version to AAC.