Creating Flex applications without MXML but with AS3

To me it seems logical that if I want to build an application
I should use AS3 to create reusable components, classes, the
layout, etc.
.. however, searching around on the web I exclusively find
Flex tutorials and examples using MXML. This is also true for the
books (e.g. Adobe Flex 2 - Training from the source") -- why is
this?
Is it wrong of me to think it'd be best to create everything
in AS3? Do anyone have links to tutorials etc. where they use AS3
to build Flex applications?

Although I have not seen tutorials about this I did create a
test app using the following approach:
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns:lib="components"
width="100%"
height="100%"
creationComplete="initGrid()"
scroll="false"
>
<mx:Script>
<![CDATA[
..... AS 3 code here to create/populate app - datagrid in my
case
]]>
</mx:Script>
<mx:VBox id="_box" width="100%">
<mx:Button id="hideShowCols" label="Hide Empty Columns"
click="doColumnAction();"/>
<mx:DataGrid id="delinquenciesGrid"
alternatingItemColors="[#cce6ff, #e8ffff]"
alpha="0.5"
lockedColumnCount="3"
allowMultipleSelection="true"
rowCount="20"
headerColors="[#cccccc]"
fontFamily="Arial"
visible="false"
preinitialize="detectClick();"
>
</mx:DataGrid>
</mx:VBox>
</mx:Canvas>
Even the data grid does not need to be "declared" in MXML, it
was just a faster way to do it for me - you could do
canvas_id.addChild(...) any element/item that you create in
AS3.... or in my case i was doing _box.addChild(newGrid)

Similar Messages

  • Create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse

    Hi,
    I followed the amazing SAPUI5 blog :
    How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    I was able to resolve all errors mentioned in this blog but then i get another error :
    Uncaught TypeError: Cannot read property 'dataServices' of undefined
    Any idea what is the problem.
    Thanks a lot!
    Amina

    Hi,
    I followed the amazing SAPUI5 blog :
    How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    I was able to resolve all errors mentioned in this blog but then i get another error :
    Uncaught TypeError: Cannot read property 'dataServices' of undefined
    Any idea what is the problem.
    Thanks a lot!
    Amina

  • I created an application on a machine with Labview 6.01, can I run this application on another machine that has labview 5?

    In the development center we use Labview 6.01, in the testcenter we use labview 5.
    Additionally, in the development center we use a unix version of Labview and in the testcenter a Windows version.

    You can Save with Option to save VIs as version 5.
    Unless your VIs deal with system files in UNIX or Windows (ie. Registry...)
    then you have to develop your VI specificly on that OS, since UNIX and
    Windows have different ways to deal with system files. Mostly, LabVIEW is OS
    independent. I used to have VIs developed from LabVIEW v.3 on UNIX, I can
    still open these files from LV v.4 on Windows. Now I can still work with
    these VIs on LV 6 on Windows.
    Good luck,
    Nam.
    roybra wrote in message
    news:[email protected]..
    > I created an application on a machine with Labview 6.01, can I run
    > this application on another machine that has labview 5?
    >
    > In the development center we use Labview 6.01, in the testcenter we
    > use l
    abview 5.
    >
    > Additionally, in the development center we use a unix version of
    > Labview and in the testcenter a Windows version.

  • Created Planning Application in V4 but cant login

    I have this error with my new planning application.
    I created a Planning Application using Classic planning/Planning Desktop. It created and pushed into Essbase, but when it tried to login into it using the Web URL it shows my new application in Apps list but does nothing when i try to get in.
    Do i need to change any properties file ?
    any help would be appreciated.
    Thanks folks.

    Probably the app is not started. Start the application through the Essbase admin console or through a essbase client.
    Cheers,
    Sayantan

  • Create user like ias_admin user but with less previlege in Oracle 10g AS

    Hi Friends,
    I am using Oracle 10g AS(10.1.2.0.2).
    I am using ias_admin user to admistrate it.
    Is it possible to create one more user like ias_admin but with less previleges like Read-only previlege and if so whats the procedure.
    Please suggest
    Regards,

    If you are talking about creating additional admin users for AS Control for Oracle Application Server 10gR2 (v10.1.2), than that's not possible. It does not support role based access administration. You can do it though with EM Grid Control and AS Control in Oracle Application Server 10gR3 (v10.1.3.x).
    Thanks
    Shail

  • Role without Tcode but with customized "Z" Object only

    Hi all,
    Please help my querry is that with a Single Role as while seeing that role in PFCG in Menu Tab no Tcode is assigned and in the Authoriztion Tab -> change authorization tab just a single(one) Z auth object is maintained with Display actvt and i am not able to understand how this is going how the user are able to access the the Role without TCODE assigned but with just a Z authobject. please tell How this is going and working .
    Your help will be greatly appreciated and pleas tell how this Z auth object are created.
    Thanks,
    Chandresh.

    >
    > You need to provide more infos (from the system) and just asking on site is a good idea (as mentioned by Alex).
    >
    > Cheers,
    > Julius
    I agree that asking onsite could give more insight into the Z-Object usage. I can explain the probable reason of having the Z-Object as a stand alone authorization
    In a role inheritance scenario, when you have roles with 100+ transactions (role A, B,C, .......) which act as the master roles and the derived roles being A1,A2,A3...... depending on the number of inherited roles you have in the set-up, authorization objects like customer authorization group or vendor authorization group can be a tough task (as these are not called in the organization level values) - in this situation as the authorization groups would have to maintained individually in the inherited roles and can be a time consuming task with the additional risk of passing down the values of the master role every time it is generated and inherited - a better option could be to maintain a non-existent value in the master role , inherit it so the non-existent value is passed down to the inherited roles. To give access on the specific authorization groups , create a role with only the object F_KNA1_BED or F_BKPF_BED as might be the case and maintain organization specific values in these object and assign it to the users who need it
    My guess would be that the Z-object the operator mentions is something that is developed to address such an issue

  • How to create an Action without assotiating it with any jspx in config file

    In side adf-faces-config.xml, I am looking that, we can provide some action/actionlistener name to trigger the event in server side. And all cases i see it is directly associated to a jspx file. If want one action to declare and no jspx association with that action. And I want to use this action from one of my jspx file to redirect the flow to server side like 'response.redirect(MyActionName)'. How can I achieve the same.
    Thanks
    Subrata

    1. adf-faces-config.xml is the wrong file for this. You mean faces-config.xml
    2. Action events are client events that are initiated by a command action. You can create a generic action listener, but how would youimagine this to be triggered ?
    Frank

  • Create Custom Application E-Commerce B2B with IPC

    Hello,
    I  created a custom E-commerce application with NWDI. I followed the very clear "How-to_Create_Custom_Application_In_E-commerce" document of Hari Ravu. All steps has been done successfully. I applied the XCM files of my B2B standard application.
    <p>
    When I don't set "IPC use", my custom B2B application work well in my laptop J2EE engine (I use NWDS workplace for the development) and after deploiment.
    <p>
    But when I select "IPC use" (in the XCM and the shopadmin),  an exception is raised when I browse in the catalog.
    For information the b2b standard application work well with IPC. No error is detected in local and in my developement server.
    <p>
    It seems to be an issue with the IPC class dependencies but I didn't solve  the pb. In the document of Hari Ravu, no detail has be done concerning IPC dependencies.
    <p>
    I found some thread about the pb with IPCintegration with the B2B custom appli, , but these threads don't provide the solution
    <p>
    I have to use IPC for the pricing and product configuration for my project, so if somebody can help me..
    <p>
    Thank you
    <p>
    ERROR LOG ********************************************************************************
      ISA Framework: java.lang.NoClassDefFoundError: com/sap/msasrv/socket/shared/ErrorCodes -
    Loader Info -
    ClassLoader name: [sap.com/b2b_thys1] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization service:jms_provider service:apptracing library:com.sap.km.trex.client library:crmtealeaf library:com.sap.mw.jco library:sapxmltoolkit library:com.sap.mona.api library:com.sap.tc.Logging library:com.sapportals.htmlb library:ilog.rulesilog sap.com/com.sap.jdo library:com.sap.util.monitor.grmg library:com.sap.util.monitor.jarm library:core_lib library:tcjmx service:tcsecsecurestorageservice service:tcsecdestinationsservice interface:tcsecdestinationsinterface service:applocking library:crmtclibcorelib Resources: C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersmodelassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-logging.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisasmartstreamassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccontractassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-lang.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts-legacy.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-validator.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionb2xassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-fileupload.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisashopadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccampaignassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcpricingassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-beanutils.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcuserassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcappbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\work C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaadvisorassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacorer3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\classes C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpcatapiassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\src.zip C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcschedulerassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcperstransformassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcxcmadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersrtassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacatassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-digester.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisabasketdbassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisalwcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccatalogassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisauserr3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-collections.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcboassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisapersonalizationassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcecommercebase~assembly.jar
    Loading model: {parent,references,local} -
    The error occurred while trying to load "com.sap.spc.remote.client.ClientException". com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401) java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) com.sap.spc.remote.client.object.IPCException.<init>(IPCException.java:29) com.sap.isa.businessobject.ipc.imp.DefaultIPCBOManager.createIPCClient(DefaultIPCBOManager.java:297) com.sap.isa.backend.r3base.ipc.ServiceR3IPC.getIPCClient(ServiceR3IPC.java:128) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setIPCInformation(WriteStrategyR3.java:335) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setConfigurationInfo(WriteStrategyR3.java:193) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.callRfcSd_SalesDocument_Create(CreateStrategyR3.java:766) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.simulateDocument(CreateStrategyR3.java:301) com.sap.isa.backend.r3.salesdocument.QuotationR3.simulateInBackend(QuotationR3.java:300) com.sap.isa.businessobject.quotation.Quotation.simulate(Quotation.java:150) com.sap.isa.isacore.action.order.MaintainBasketSimulateAction.basketPerform(MaintainBasketSimulateAction.java:216) com.sap.isa.isacore.action.order.MaintainBasketBaseAction.isaPerform(MaintainBasketBaseAction.java:999) com.sap.isa.isacore.action.IsaCoreBaseAction.ecomPerform(IsaCoreBaseAction.java:343) com.sap.isa.isacore.action.EComBaseAction.doPerform(EComBaseAction.java:353) com.sap.isa.core.BaseAction.execute(BaseAction.java:211) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377) org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455) com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62) com.tealeaf.capture.LiteFilter.doFilter(LiteFilter.java:98) com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) java.security.AccessController.doPrivileged(Native Method) com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hello Pradeep, <p>
    I am trying to configure the "Single session Trace" (OSS Note 1090753) but I am not able to see the second Tabs 'Single Session trace"
    when I select the logging link in the Administration console of my application.
        - I modified as described the  attribut  "ForceSingleTraceFile" in the visual Admin. 
        - I modified the appinfo and logFileDownload attributs to TRUE in the XCM
        - I rebooted the cluster
    Extract of OSS note 1090753
    4. Choose the 'Logging' link.
    a page with two tabs 'Log Configuration' and 'Session Tracing' is displayed.
    The Session Tracing doesn't appear for me !!
    do you not why I am not able to see the Single session trace ?
    Currenty, the only way is to retrieve trace in the file defaultTrace10.log.  (see my previous log capture)
    Thanks for your help

  • I can register an OCX file in Windows 7 x64 without incident but with Windows 7 x32 I get a p-up that says "DllRegisterServer failed with error code: 0x80004005. What gives???

    Hey yeah.  not much else to say.  The title says it all.
    I'm trying to register an OCX file that my video editing application requires to work properly.
    I'm using a  Registry (Regsvr32 and Regsvr64) tool to Register DLL/OCX files.  Both bit Registry tools work fine. I can Register any DLL or OCX file with Windows 7 x64 and everything goes smoothly.
    But, when in Windows 7 x32, again, no problem with merging the Regsvr32 tool, but when I go to register the OCX file message says it was loaded but the DllRegisterServer failed with error: 0x80004005.
    Why does everything work in Windows 7 RC 7100 x64 but not in Windows 7 RC 7100 x32???GA P35 DQ6 Mb, Intel Wolfdale 8600 3.33Ghz C2D CPU., 4x2Gb Mushkin DDR2 1066 PC2 8500 Ascents Memory Mods., PNY-nVidia GE Force 8800 GTS (640MB), 4-Western Digital Caviar SATA(2) HDD's (internal), 1 EIDE-USB External; Hauppauge PVR 1600 TV tuner, Dual Monitor: (1) Standard up top, (1) WideScreen below; Altec Lansing Speakers. Here Kitty, Kitty...that's my Kitty Kat, he's a Kat, because he is kat...kat.

    I don't know what happened. 
    My Video Editing software was working fine a few days ago in Windows 7 x64.  Tried using it this morning....couldn't load the .mpg video clip.  Just stood there looking stupid like it does in the 32-bit version of Windows 7.
    I was hoping the x64 version of Windows 7 RC 7100 was going to make a decent run against my XP Pro SP3 setup. When I was able to register the required .ocx file for the video editing application, I thought "cool".  I made a TV recording then used the Video Editor to edit it and it worked fine.  Earlier this morinng I made another TV recording, went to go edit it and the video editing application couldn't load the .mpg file at all.  This problem just annihilated any chance of me ever purchasing Windows 7, 32 or 64-bit.GA P35 DQ6 Mb, Intel Wolfdale 8600 3.33Ghz C2D CPU., 4x2Gb Mushkin DDR2 1066 PC2 8500 Ascents Memory Mods., PNY-nVidia GE Force 8800 GTS (640MB), 4-Western Digital Caviar SATA(2) HDD's (internal), 1 EIDE-USB External; Hauppauge PVR 1600 TV tuner, Dual Monitor: (1) Standard up top, (1) WideScreen below; Altec Lansing Speakers. Here Kitty, Kitty...that's my Kitty Kat, he's a Kat, because he is kat...kat.

  • File - xi - bw   without proxy  but with RFC

    Hallo
    Is it possible data to BW over XI to send on by RFC without one proxy to use, and if how?
    Thanks
    yves

    Hi Yves,
    there is an SAP how to available giving details on how to integrate BW. what they describe there is to use a SOAP data source (as of BW 3.5) for which BW will automatically create an RFC function. However it is pretty much recommended to encapsulate this RFC into a proxy because the proxy can handle exactly once in order processing which is important for BW data.
    I have implemented some scenarios like this and they work pretty well, so for me there is no reason to not go for proxy but use RFC. However if you have an older BW system, you might not be able to omitt RFC.
    best regards
    Christine

  • Trying to share library at a new location without wifi but with lots of gear.

    Hi all,
    I have just arrived at a beach house for a holiday. I am trying to watch some TV shows (iTunes downloads, stored on my macbook air) on the big screen here. I have the following equipment:
    Macbook air with TV shows I want to watch (brand new, not my usual computer, and not the computer that I currently sync my ipad and iphone too)
    iPad air 2
    iPhone 6
    HDMI cable
    HDMI to ipad/iphone adaptor
    Apple TV but no remote (damnit)
    I dont have any adaptors for the mini-display port on the macbook air. There is no WiFi here. I haven't been able to get the apple TV to 'see' any of my devices as its not on its usual network.
    Only option that I have identified is to sync my ipad to my new macbook (and use the iPad-HDMI cable), but I think that will erase the existing library on my ipad, which i don't want to do. I tried creating an adhoc network, which allowed my iPad to see my macbook library (and the TV shows i want to watch), but although I could see them, I could not play them on the iPad. I don't understand why that would happen.
    Any suggestions?

    Thanks Winston,
    My ipad is connected to the net, but how do I connect to apple?
    I've setup a hotspot with the ipad (it has SIM card) and connected my macbook to it. on the ipad I can see my macbook library, but still when I try to watch a video i can't. Each epsidoe of my TV series is a grey box with the outline of a TV inside it. Tapping it does nothing.
    Any further suggestions on how to 'connect to Apple to verify the account'?
    Thanks and regards,
    Stuart

  • Installing flex builder 3 to create flex application

    Hi all,
      I am new to adobe flex.
      I have installed flex builder from adobe.com free downloads section which is a trail version for 60 days.
    The file name after installing is   "FB3_WWEJ_Plugin.dmg ". Is this downloaded file correct ? if so how do i open this file?
    If its wrong Could somebody please provide me the link where flex builder 3 can be downloaded?
    What steps to be taken after installation?
    Please guide me.
    Thanks & Regards
    Sireesha.

    HI Rich,
      Thank you for your reply.
      In the link  http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    After clicking  Download Now button in Flex Builder 3 Professional section in the next page i cannot see any buttoon to get it install but i can see only the below message.
    Thank you for your interest in Adobe Flex Builder Professional. Your 60 day trial begins when you first launch the software, after installing it.
    To get started with Adobe Flex Builder:
    *Learn Flex in a week* 
    Do i need to go each every link provided in "Learn Flex in a week" link page.
      The following is the link for "Learn flex in a week" http://www.adobe.com/devnet/flex/videotraining/.
    In this page where can i find the software to install flex builder 3.
    Regards
    Sireesha.

  • Installing applications without sync'ing with computer

    Hi
    I have a compnay phone which is sync'd through the server. I want to install some software (games) but the Blackberry software tool asks sync questions on installation that I do not want. Is there a way of installing without this??

    You can still choose the options to install with the BlackBerry Enterprise Server option. Once the software is done installing you can go into the Synchronize icon and uncheck all of the boxes. This will prevent the BlackBerry from synching with the computer
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Creating Portal application without dynpage

    Hi,
    I have created a Dynpage portal component in SAP Netweaver Developer Studio. It is via the JDI server deployed and transported to our environments.
    I had a performance issue because too much data was loaded to the client. I got rid of all HtmlB and EPCF stuff, so that load overhead is reduced to 10%.
    I just want to remove the DynePage as well on server side. How do I do that?
    Is it not true that this is the minimum code required for implementing a controller for my Development component?:
    public class Controller extends PageProcessorComponent {
         public DynPage getPage() {
              return new ControllerDynPage();
         public static class ControllerDynPage extends JSPDynPage {
              public void doInitialization() {
              public void doProcessAfterInput() throws PageException {
              public void doProcessBeforeOutput() throws PageException {
                   this.setJspName("UserInterface.jsp");
    Can I remove the Dynpage implementation, to contain an ordinary class as controller?

    Hi Flemming
          You can remove a dynpro by enter in
    \usr\sap\<instance_name>\JC<instance_number>\SDM\program
          and run the bat file
              RemoteGui.bat
    That is a program similar to the SDM, there is a list with all the deployments listed in the Web Application Server
    Search the name of the application that you want to undeployment and itu00B4s all..
    If the answer helps you, regards
    Josue Cruz

  • Copy page without items but with template portlets

    I'm working on portal 10.1.4 and I have a page to which I have applied a portal template and a style. The template has 2 portlet regions, where I have some "simple" portlets like a search and a change language, and another item region where the users can insert their documents. So, I want to copy a page that has this portal template and has some documents that have been inserted in 2007. The idea is very simple: the new page has to be exactly the same as the one copied but I don't want the items because now we are in 2008 and I want them separate from those from 2007.
    But it seems like I'm asking too much from the portal:
    - if I select "Copy Content" then I will have a new page exactly the same, with the documents too, which I don't want
    - if I do not select "Copy Content" the items are not copied but neither the portlets from the portal template ... the regions from the template are there but they are all empty, and the properties of the template are saying that the same template is used.
    What can I do? How can I copy a page with all the properties and with all the portlets of the template but without the items? What workaround do I have to do for this simple request?
    Thank you

    This is what I wanted to avoid, to do programatically the copying. In my opinion my request is not something out of the ordinary and I was expecting that one of the portal tools will help me do it and I will not have to implement it myself.
    So basically you are saying to me that there is no other way than implement the coying myself?

Maybe you are looking for

  • External Interface and Mouse Clicks

    I'm new to writing ActionScript. I am working in .NET (C#) environment using AxShockwaveFlashObjects. I am simply trying to react to a mouse click on the Flash ActiveX Control. I have inserted the code in a layer only used for script: import flash.ex

  • Using JSTL tag in a custom tag

    Hello, I have created a custom tag, and I want to call the c:import tag inside the doTag method of my custom tag. Is this possible ? Thanks in advance for any answer!

  • Indexing multiple documents in one BLOB?

    Hello, I need to index a bundle of documents (PDF, DOC, PPT...) as a unit with one index and probably a key identifying the bundle. So that not every document must match the searchstring to be found by the user, but the whole bundle is searched for c

  • I am in the merchant services business.  Need to be able to have my clients sign a document.

    with a stylus or their finger.  Is there an app that does this?

  • Deleting pics

    How do you delete pictures off of an video iPod, i have tried everything, but nothing will work. Please help me out thank you and God Bless.