Is there anyone here that uses Jedit?

I'm experimenting with Jedit and I like it but I'm trying to figure something out. I've searched the Web and YouTube and really can't find what I'm looking for. I can compile and run my Java programs fine by using the menus at the top. But I would also like to be able to type in the old fashioned commands at the prompt at the bottom of the console:
javac Hello.java
java Hello
But when I type those in I get an error message "file not found". Someone told me that I need to set the Console working directory. Okay. But he didn't tell me how. I've been looking at all the options and everything thinking there must be a way to set the working directory so the console can find my .java file and compile and run it. But I'm turning up zilch.
So if anybody on this forum is familiar with Jedit and can provide some instructions on how to do this please post.

Yeah I'm aware that console is a plug-in. I downloaded it through the plug-in manager.
Then I read something about JCompiler which I guess is a compiler plug-in but I don't see it listed anywhere in the plug-in window so I don't even know if that is installed or not.

Similar Messages

  • Is there anyone here that works for itunes support?

    is there anyone here that works for itunes support?
    I have waited for 39 hours for a response from support team with no reply.  I can get any of my credit cards to be accepted with itunes.  Somthing is wrong on apples side of things..been to apple store and they could not help either.  this is crappy.  I am one of the biggest apple fans but this is one side of apple that really *****.  CAN'T TALK TO A LIVE HUMAN FROM ITUNES?  Give me a break.  

    I agree completely endive!  I've been fighting for days trying to get some help with a technical problem and apparently, you can't get help from Apple without paying out the nose.  The problem I'm having is due to an update they recommended which I installed and now have no sound in itunes!
    I too love Apple products.  I hate, hate, hate, hate, hate, their customer service after the sale!  The are just as bad as Microsoft.

  • Is there anyone here with 1.1.1 phone that has firmware 04.01.12_G?

    is there anyone here with a 1.1.1 phone that has firmware 04.01.12_G on it? I'm trying to figure out why there are 2 FW versions for this update. Thankns,
    John

    Thanks Anil,
    I know what it is. <grin> I'm looking for people with the OTHER version to find out why there are two.

  • Is there anyone who has used Freescale's SimpleSUB.dll and DEMOJM board?

    Hello,
    I am trying to connect Frescale DEMOJM board over USB connection. I am adding SimpleUSB.dll to my visual instrument thorough .NET constructor node and giving an mscorlib class GUID to the GUID property, than calling OpenConnection method from an invoke node referencing the SimpleUSB reference. But there is no valid connection to the device as DeviceConnected parameter return "False". 
    I am using LabVIEW 8.6 trial, .NET Framework 3.5. So they are up to date I guess. Is there a limitation of these for using .NET dll? And also I can use the dll in Visual C# successfully.
    At first there was another problem using the .NET constructor node in LabVIEW because of Vista OS.  The vi was blocking when i added the node to the vi. I changed the "language & regional settings" to English(USA). The problem seemed to be solved. Can Vista's bug be still a problem?
    Is there anyone who  has used Freescale's SimpleUSB.dll and DEMOJM board with LabVIEW?
    I will be thankfull for your helps.
    Emre

    Hello Anna,
    Here is one of my poor vi trials.   I have also tried putting some conditionals in some other files but it didn't helped.
    http://rapidshare.com/files/176194859/EXTDLL1.rar.html
    Here is a link for the Freescale's DEMOJM board. It shows how to make a GUI for the board using SimpleUSB.dll & C#.  You can also download the dll from that web page and there is helpfull documentation for the dll.
    http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=USBJM_TRAINING&nodeId=016246fNrgVJ4Cx...
    I am trying to make the same thing with Labview instead of C#. But I am not familiar with the SW issues so am in trouble.
    Thanks,
    Emre

  • Is there a function that uses Get_DAQ_De​vice_Info - device_typ​e_code to get info

    Is there a function that uses Get_DAQ_Device_Info - device_type_code to get info on the hardware characteristics such as a list of available gains or A/D converter resolution?

    Duncan;
    When calling Get_DAQ_Device_Info we get most of the information for our board. For example: the base address, calibration status, counter type, serial number, device type code, DMA and Interrupt levels, etc.
    At this moment we do not have any function that will let us know the number of channels of a certain device and the configuration mode supported by the board.
    However, you can use the Init_DA_Boards to retrieve what type of board is installed on the machine at a given time, and to have a look up table with the available gains for the possible boards that can be used on your application.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Is there an RI that uses div s for layout instead of table s?

    I am using Struts Tiles, DWR, script.acu.lous drag and drop and JSF.
    So, my problem is that since I have incorporated <f:verbatim>, the page is being rendered incorrectly and I don't know how to recombine it back to look like it should. The layout I am doing has a header at top, left hand column for navigation and content well in the middle. Essentially, this boils down to, in JSF, a table row with one table data element for the header and one table row with two table data elements for the nav and content. In the content well, it utlizes a JSF subview with JSF components and then below this a JSF subview with a JSF <f:verbatim>. On the pages that I don't use <f:verbatim>, the layout renders correctly. The rendering problem is that when the markup is rendered, the <f:verbatim> tag is rendered outside the <f:view> with the other JSF subview in the content rendered correctly in the layout. In other words, the whole page except the <f:verbatim> is rendered in a <table>. I understand, from an onjava article, the JSP and JSF rendering occurs in parallel and I am guessing this might be the problem. The page is rendering now with the header in the right place, the nav not behaving like it used to but in the correct place, the portion of the content that is a bunch of JSF components is located to the right of the nav. The <f:verbatim> that should be rendered directly below the JSF components on the content page and to the right of the nav is rendered under both the nav and JSF components outside the <table>.
    Is there a RI that uses divs to do layout instead of tables?
    OR
    How can I get the <f:verbatim> back into the flow of the page so everything is lined up correctly?
    Please feel free to yell at me if this is addressed in another thread. I will search for it if this is the case. I haven't had the time to do a thorough search.
    Regards,
    Dan
    sidenote: Using tables for layout is not considered good web design. There are plenty of sites that illustrate use of CSS for layout. I find this a little strange since Sun is always promoting best practices and then it doesn't embrace other industry best practices. This seems more like a MS bullying tactic, but maybe Sun and MS are one in the same.

    Cool. That is a great move. The only concern I have now is that there aren't any containers out that support JSP 2.1 and Servlet 2.5 to enable JSF 1.2 except for glassfish. I am using tomcat and not a heavy weight application server. I couldn't find a roadmap on Apache either for Tomcat to know when they will be coming out with Tomcat 6 I imagine. Is there an article or tutorials out yet that demonstrate how to markup a page with the new specification? That yould help. The more I think about using custom components, the more I lean towards using the standard.
    Thanks for the heads up. Now I have to think about setting up glassfish and migrating from tomcat unless there is other news I am unaware of =P.
    Dan

  • Is there anyone here at the forum, seems no one responds ¿, xml presets ?

    Im trying to make a xml file presets programatically, but premiere tell me somethign is wrong with that preset
    I know how to set resolution, but im not sure how to especify framerate and apect ratio
    i tried the following xml but something is wrong, whats wrong and how can i set framerate and aspect ratio ?
    Basically i get some valid preset and replace string, like the bold ones
    What can i do ?
    Is there anyone that support this forum, support for SDK developers for Adobe ?
    <?xml version="1.0" encoding="UTF-8"?>
    <PremiereData Version="3">
              <ExportXMPOptionKey>10</ExportXMPOptionKey>
              <StandardFilters Version="1">
                        <UseFrameBlending>false</UseFrameBlending>
                        <UsePreview>false</UsePreview>
                        <UseMaximumRenderQuality>true</UseMaximumRenderQuality>
                        <DeinterlaceState>false</DeinterlaceState>
                        <CropType>0</CropType>
                        <CropRect>0,0,0,0</CropRect>
                        <CropState>false</CropState>
              </StandardFilters>
              <DoEmulation>false</DoEmulation>
              <DoVideo>true</DoVideo>
              <DoAudio>true</DoAudio>
              <PresetID>121ccda5-776d-4226-ae8f-0800e5a66e09</PresetID>
              <ExportParamContainer ObjectRef="1"/>
              <ExporterFileType>1096173910</ExporterFileType>
              <ExporterClassID>1432579440</ExporterClassID>
              <ExporterName></ExporterName>
              <PresetUserComments>720x576p24</PresetUserComments>
              <PresetComments>Custom</PresetComments>
              <PresetName>720x576p1_0.9091</PresetName>
              <ExporterParamContainer ObjectID="1" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="2"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="2" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamTargetBitrate>0</ParamTargetBitrate>
                        <ParamTargetID>0</ParamTargetID>
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="3"/>
                        <ParamName></ParamName>
                        <ParamIdentifier>0</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>10</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="3" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="4"/>
                                  <ParamContainerItem Index="1" ObjectRef="18"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="4" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="5"/>
                        <ParamIdentifier>ADBEVideoTabGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="5" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="6"/>
                                  <ParamContainerItem Index="1" ObjectRef="9"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="6" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="7"/>
                        <ParamIdentifier>ADBEVideoCodecGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="7" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="8"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="8" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoCodec</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>1983000880</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="9" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="10"/>
                        <ParamIdentifier>ADBEBasicVideoGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>1</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="10" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="1"/>
                                  <ParamContainerItem Index="1" ObjectRef="12"/>
                                  <ParamContainerItem Index="2" ObjectRef="13"/>
                                  <ParamContainerItem Index="3" ObjectRef="14"/>
                                  <ParamContainerItem Index="4" ObjectRef="15"/>
                                  <ParamContainerItem Index="5" ObjectRef="16"/>
                                  <ParamContainerItem Index="6" ObjectRef="17"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="1" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoQuality</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>true</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>100</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="12" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoWidth</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>1</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>720</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="13" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoHeight</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>2</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>576</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="14" ClassID="8def7863-204e-4206-8791-54a78f15c66b" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoFPS</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>3</ParamOrdinalValue>
                        <ParamType>4</ParamType>
                        <ParamValue>10584000000</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="15" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoFieldType</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>4</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="16" ClassID="8d9836e8-d00a-4a00-bfc0-dfbb73540736" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEVideoAspect</ParamIdentifier>
                        <ParamConstrainedListIsOptional>true</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>5</ParamOrdinalValue>
                        <ParamType>11</ParamType>
                        <ParamValue>1,1</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="17" ClassID="d0f6b8af-8ddb-4381-acf8-3e817480d07d" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBERenderDeepColor</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>6</ParamOrdinalValue>
                        <ParamType>1</ParamType>
                        <ParamValue>true</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="18" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="19"/>
                        <ParamIdentifier>ADBEAudioTabGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>1</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="19" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="20"/>
                                  <ParamContainerItem Index="1" ObjectRef="23"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="20" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="21"/>
                        <ParamIdentifier>ADBEAudioCodecGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="21" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="22"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="22" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEAudioCodec</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="23" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ExporterChildParams ObjectRef="24"/>
                        <ParamIdentifier>ADBEBasicAudioGroup</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>1</ParamOrdinalValue>
                        <ParamType>8</ParamType>
                        <ParamValue>0</ParamValue>
              </ExporterParam>
              <ExporterParamContainer ObjectID="24" ClassID="5c20a4a5-5e7c-4032-85b8-26ad4531fe7b" Version="1">
                        <ContainedParamsVersion>1</ContainedParamsVersion>
                        <ParamContainerItems Version="1">
                                  <ParamContainerItem Index="0" ObjectRef="25"/>
                                  <ParamContainerItem Index="1" ObjectRef="26"/>
                                  <ParamContainerItem Index="2" ObjectRef="27"/>
                        </ParamContainerItems>
              </ExporterParamContainer>
              <ExporterParam ObjectID="25" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEAudioRatePerSecond</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>0</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>48000</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="26" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEAudioNumChannels</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>1</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>2</ParamValue>
              </ExporterParam>
              <ExporterParam ObjectID="27" ClassID="9f049ab7-d48f-43e9-a8ca-4d7f21233625" Version="1">
                        <ParamAuxType></ParamAuxType>
                        <ParamAuxValue></ParamAuxValue>
                        <ParamIdentifier>ADBEAudioSampleType</ParamIdentifier>
                        <ParamConstrainedListIsOptional>false</ParamConstrainedListIsOptional>
                        <IsFilePathString>false</IsFilePathString>
                        <IsOptionalParamEnabled>false</IsOptionalParamEnabled>
                        <IsOptionalParam>false</IsOptionalParam>
                        <IsParamPairGroup>false</IsParamPairGroup>
                        <ParamIsPassword>false</ParamIsPassword>
                        <ParamIsMultiLine>false</ParamIsMultiLine>
                        <ParamIsHidden>false</ParamIsHidden>
                        <ParamIsDisabled>false</ParamIsDisabled>
                        <ParamIsIndependant>false</ParamIsIndependant>
                        <ParamIsSlider>false</ParamIsSlider>
                        <ParamDontSerializeValue>false</ParamDontSerializeValue>
                        <ParamOrdinalValue>2</ParamOrdinalValue>
                        <ParamType>2</ParamType>
                        <ParamValue>1</ParamValue>
              </ExporterParam>
    </PremiereData>

    Well, i was able to found a way to programatically define the resolution but i dont find for FPS and AspectRatio.
    I finally end using a basepreset for each combination FPS * AspectRatio and then create the final preset file programatically by using the appropiate basepreset and replacing the resolution values.
    Semms ZAC is .. hey where ¿?
    Thank you rally max

  • EOS rebel T2i battery is dying really quick. Is there a setting that uses the battery?

    I replaced my battery in my 2  year old rebel T2i because the battery started dying a lot sooner.  The new battery didn't last much longer. I have the "Auto Power Off" setting to 30 seconds.  Is there another setting that will keep the battery / camera on or is there some other problem?  OR, is there a way to reboot the system to factory defaults?  Thanks.

    I did a search at images.google.com for "canon t2i menu" and noticed that I can find versions with 2 yellow wrenches as well as 3 yellow wrenches.
    Here's a link to your camera's manual at the Canon site.  
    http://gdlp01.c-wss.com/gds/9/0300004289/02/eosrt2i-eos550d-im3-c-en.pdf
    The instructions are on page 144 -- but it definitely shows that it's the 3rd wrench tab based on that manual.
    This many be related to firmware version.
    The last firmware for that camera is version 1.0.9.  You can find it here:  http://www.usa.canon.com/cusa/support/consumer/eos_slr_camera_systems/eos_digital_slr_cameras/eos_re...
    Updating firmware is fairly easy but they DO want you to have a freshly charged battery (and you said your battery is dying "really quick" -- not sure how long that actually is.  It takes just a few minutes to apply new firmware but it would be bad if the camera died before the update completed.
    Tim Campbell
    5D II, 5D III, 60Da

  • Is there anyone here who is willing to provide private assistance on helping me determine who and how my phone has been hacked- or remote user has access to which I did note allow? I don't want to post all of my info !

    I have downloaded system log apps to gain more info on what is exactly taking place in my phone and have saved everything- ports connections IP address local an remote ones -advanced system logs - keg logs in my system logs - ect - there are words such as hash - remote user - localpeer Id - js processes - gem - registering unknown app identifier - MobileMe.fmf- system override by unknown source- bootstrap process - SMS plug in sim toolkit plugin - ect - GSEvent that is not designated as being routed to frontmost (type 2), forwarding to the System Ap- PSSystemConfigurationDynamicStoreMISWatcher sendStateUpdate]: MIS state change: 1022 -> 1022, reason: 4 -> 0- MobileMail [95] (Warning): BOOL hasAutosavedMessageWithIdentifier(id<NSCoding>) f-
    PLEASE HELP - phone dies in two hours - cant turn off - switches screens - yes I've up dated software- leave kn charger over night and have 60% battery
    I'm willing to send all info to anyone who will provide some type of reasonable answer for me other than back it up wipe it clean and restart BC- I live with the person I believe did It and really that's not going to help as I already have - would like more definitive info -

    Will do that tomorrow - but the problem is- he has had access to my iCloud since I got an iPhone - we live together - have for a long time he set it up for me - I never realized there was a possibility he could possibly hack my phone entirely through that- and im still not sure - as answers here are vague- I don't have a problem with him viewing any info there- I never set up much more than contacts and find my iPhone which - who cares if he looks where I am - I don't lie about that- but until I started having multiple persistent problems with my phone - and finding many locked files on his Mac and Cydia on his iPad -( after hours of digging) -  I never had a clue to think maybe he hacked my phone - I started really researching the concept and found vuze BitTorrent VMware strange wifi numbers - different locations on Mac - apple script and text edit files - pdf files that made no sense- stuffit - frankly i dont know what any o it really means- the problem is - I don't think going to apple tomorrow having them fix it - and not knowing if the problem is here at home is going to help this situation -if he is hacking / remote using - my phone on the level I think he has - I clearly can't figure it out with the knowledge I have in regards to this software - never knew he was into it - and frankly I think If its true its pretty easy for him to do again as we share everything here - can apple look at the information I have and really answer this question or do I need to find someone who will be able to understand the data ( im sure apple will -but who wants their product hack able) and all I've heard is its impossible to hack an apple phone with out jail breaking it - which from what I've looked at the last month I'm not sure about that if you share all your devices constantly.  I would just like a definitive yes or no - and before I wipe it clean - it's kind of a serious thing.

  • Anyone Here Who Uses Yahoo Email Having Trouble? Re Attaching Files?

    Hi, I'm running on OS 9.2 and haven't had time to upgrade yet. And ever since Yahoo upgraded Classic email I've been having trouble and wondering if anyone else who has a Mac and uses Yahoo has had the same? I wrote to their Help section and they wanted me to send a screen shot of the problem. Well, I managed to do that but I can't attach! I don't send attachments that often so I can't remember if there ever was a box saying Browse. I thought there was one just saying Open and I'd click that and the file would go into this slot, then I'd click attach and the thing was done. Was there ever a Browse tab to click on?
    But with this upgrade, when the box from my Desktop appears with the files, I select one, then click Open and it does go to the slot on the Yahoo page. But then when I click attach, another page appears with four boxes that turn blue one at a time as the file rotates, I guess. Then it'll stop at the second or third box. After that it goes back to the page with the file slots and there's a yellow box with red writing that says file not specified so I can't send it. Never had this problem before.
    The first problem I was trying to highlight is that now every time you write an email, at one point it automatically saves as a Draft after a few sentences. A notice in bold appears at the upper right hand corner saying Draft Last Saved At: and gives the time. At the same time this happens, three rectangular boxes appear on the bottom left hand side of the email I'm replying to or composing, with numbers in them. In the first one, the first numbers are always 1212 like it's trying to dial NYC. The middle box says 240 and in the last box are a combo of letters and numbers. If I delete them, they reappear after a few seconds and it seems like every time they appear, another Draft is saved, from the number of them in the draft box.
    I've also been having trouble with returns making new paragraphs. And last night I couldn't write an email at all! I was trying to reply to one and this time all the cursor did was highlight in black the message from someone I was trying to delete because they don't like to see their original message in my reply. After that, the cursor wouldn't move at all; I couldn't delete and I couldn't write the message. That's why I'm writing now from my office Mac. On the Yahoo mail blog the writer says he knows people are having difficulties with paragraphs and they're trying to solve them. He asked that people write with any other problems so I did write this morning and hopefully I'll get some kind of reply. But in the meantime I thought I'd write here just in case anyone else has had trouble with their Yahoo emailing. After I replied to Yahoo Help and told them I was unable to send them a screen shot, the only reply I got back was: we know you're having a problem but without a screen shot we're unable to help. Well, duh! That's what I can't do! lol So I gave up on them. Thanks for letting me vent.

    Hi, and thanks. And I am using iCab, but it's the free version so maybe that's the problem. How'd you get it to identify itself as Firefox? Never mind, I probably wouldn't understand anyway. lol Looks like my Browse tab got lost somewhere, then. It seems I have no choice but to find time to upgrade since I don't have any problems when I use the office iMac, which has Tiger. On my Mac, I also have the old IE browser and I was able to use that to get Classic email before they messed with it. But the other day when I tried to get through to Yahoo using that, now there's just a bare-bones version of the email system, with everything on this vertical list, so maybe that's about to go, too. Maybe Microsoft needs to try again to grab Yahoo and fix things up!

  • Is there anyone who has used an HDMI splitter for Apple TV and cable box?

    The HDMI port on my TV is already occupied by "cable" tv.  I wanted to know if a splitter would work before I purchased one? Also should I expect the resolution to suffer because of the splitter?  The only other ports available on the tv are RGB , s-video and USB.  The TV is a Sony Bravia, Apple TV is 3rd generation.
    Thanks

    Hello Anna,
    Here is one of my poor vi trials.   I have also tried putting some conditionals in some other files but it didn't helped.
    http://rapidshare.com/files/176194859/EXTDLL1.rar.html
    Here is a link for the Freescale's DEMOJM board. It shows how to make a GUI for the board using SimpleUSB.dll & C#.  You can also download the dll from that web page and there is helpfull documentation for the dll.
    http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=USBJM_TRAINING&nodeId=016246fNrgVJ4Cx...
    I am trying to make the same thing with Labview instead of C#. But I am not familiar with the SW issues so am in trouble.
    Thanks,
    Emre

  • MACPRO: Is there an interface that uses DIGITAL AUDIO IN?

    I just got my new MacPro (woohoo!) and was getting ready to replace my 'ol tube preamp-to-soundcard configuration with a FW input box... when I realized I only have ONE of each FW port!
    I already have my USBs overpopulated, and my FW800 daisy-chaining my backup drives... But then I noticed those unused DIGITAL audio plugs in the back.
    ...Are those even an option?
    I really don't know if I want to put a box on the FW daisy chain...
    Hmmmm.
    tix,
    e

    If you want use the digital in/out of your mac are there many fantastic Professional gear
    I can suggest
    RME ADI-2 it is good and not so expensive
    there are also many dream-machines
    one of the best (to me) is: Universal Audio 2192 that comes with a Great Class A preamplifier!!!
    Apogee mini-dac + Mini MP... or Rosetta 200 (up to +26dBu OUT)
    there are many others AD/DA converters... search for it on Google or Yahoo

  • Is there anyone/ anywhere that upgrades hardware For iMac's (late 2012)?

    Any help will be greatly appreciated.

    No.
    And FYi, if you go DIY rogue, Apple will no longer service your iMac... with or without extended AppleCare.
    There are no user serviceable parts inside iMacs and the newer models are sealed up, glued up appliance-like computers, now.
    If you are not happy with the iMac configuration you have, now, then sell this iMac and use the proceeds toward purchasing another new iMac that you can specify and purchase better options for  that will suit your needs.

  • Is there anyone here with an unlimited data who has,,,,,

    1....bought(at full price) a tablet, and switched between the tablet and phone as you would switching two phones without losing your unlimited plan
    2....signed up for the 1 month hotspot for $30 (for 1 month only, like say for vacation), and using your unlimited plan with the hotspot, without losing your data plan, of course
    i have talked to no less than 8 reps at different times and have gotten yes and no answers equally. it is not so much about trying to see if it works,,,it's about getting the unlimited data plan BACK if they f**k up

    I have never called customer service to activate or remove the hotspot feature. If I can do it online, I will use that method before calling. I have had a VZW rep on the forum help me future date a removal once because the website wouldn't let me have the feature removed at the end of the current billing cycle so it wouldn't be on the next billing cycle. That didn't last long so I have kept the hotspot feature activated since then.

  • IS THERE ANYONE LEGITIMATE THAT KNOWS WHY I CAN CONNECT TO INTERNET WITH A IBOOK G3 AND NOT OPEN WEB PAGES?  ONLY HAPPENS WITH MY LANDLORDS ROUTER THAT HE HAS PROVIDED THE PASSOWRD FOR. ONLY WAY I CAN CONNECT TO HIS SERVICE IS IF HE HAS FIREWALL DOWN. WE

    PLEASE ONLY RESPOND IF YOU KNOW HOW TO CORRECT THE PROBLEM. I'M CONNECTED TO MY LANDLORDS INTERNET VIA AN EXT NETGEAR ROUTER, PASSWORD PROTECTED, THAT HE HAS PROVIDED WITH A G3 IBOOK. FULL SINGAL, CAN'T OPEN WEB PAGES. HAS NEVER HAPPENED BEFORE.

    That's because your landlord probably is using WPA2 encryption or 802.11g or 802.11n wireless.  The iBook G3 lacks support for WPA2 encryption, which is much stronger than WEP and the original WPA.   It also only has support for 802.11b.     If you want to join a newer router with a secure firewall, get an 802.11g or better wireless ethernet bridge.
    P.S. Please avoid from using all UPPERCASE.     It is hard to read, and in internet etiquette it means you are attempting to shout and be rude.  I'm sure that was not your intent.  So please avoid from doing that again.  Thank you.
    P.P.S.  10.7.1 can't run on an iBook.   Are you sure you have an iBook and 10.7.1 is on it?  If it doesn't say iBook on your screen frame, or Apple menu -> About This Mac doesn't say Mac OS X 10.7.1, it is not 10.7.1, or an iBook.    MacBooks, which replaced iBooks in 2006, and later came out with Core2Duo and Core i processors, are the only Apple notebooks that can run 10.7.1.

Maybe you are looking for

  • Wire and Check Payment Report

    Hi Everyone, Is there a standard report that can be run to show payments to vendors by check and wire.  Currently, we use the check register for checks but can't find one report that would list both checks and wires submitted to a vendor.  Assistance

  • Macbook with lion; external monitor won't wake

    I have a 2008 unibody aluminum 2.0 ghz MacBook with an Acer s232HL 23" external monitor. Lately I've noticed that the external monitor won't come back to me after I put the computer to sleep. I'm using Lion and a Dynex MiniDisplay Port to DVI adapter

  • Question about sort after commit

    Hello! I have a view object. I put in "order by clause" some sort(In query tab of this view object). I created jsf page and dropped this view object like table. I also dropped a Commit operation as button. When I change some value in row and press Co

  • How to create YTD and MTD reports using Sql Server 2008 r2 report builder 3.0

    Hi All, How can I create YTD report from the below data. please help me ProdA     ProdB     ProdC     Month     Year 10       50        40          January      2012 Data for full Year i.e. from Jan - December 2012 50       90       100        Januar

  • JDBInsight 2.0 Performance Tool @ JavaOne 2003

    JInspired Announces JDBInsight 2.0 @ JavaOne 2003 DUBLIN, IRELAND - 5 June, 2003 - JInspired (www.jinspired.com), a leader in J2EE™ transaction analysis, today announced JDBInsight 2.0, the next generation of J2EE performance management products from