How to access the features of the APP from SessionBroker/UnitOfWork application?

How to access the features of the APP from SessionBroker/UnitOfWork application (legacy TopLink APIs)?

For example, how can I get similar APIs like em.createNativeQuery (managed object query return native) when you use the UnitOfWork API?

Not JPA-coded on top of UnitOfWork or UnitOfWork on top of JPA?

SessionBroker can an EntityManager is running?

How can I execute JPQL via UnitOfWork?

The answer would be no. We put only support flush multiples for the use of the APP.

A more detailed inside the code look will show that we have actually created a RepeatabaleWriteUnitOfWork that offers extended support to match the requirements of the Joint Parliamentary Assembly. I have not tried using this subclass directly with our API native and the SessionBroker. I will review the developers to see what we believe, this is the best way forward for SessionBroker users looking to use JPA and our extended features associated with JPA.

Doug

Tags: Fusion Middleware

Similar Questions

  • How to access the files from google docs?

    Hello

    can someone tell me how to access the mp3 files saved on google docs.

    as I am able to recover google docs docs files.

               connection = (HttpConnection) Connector.open("http://docs.google.com/feeds/documents/private/full/-/document");
                connection.setRequestMethod(HttpConnection.GET);
                connection.setRequestProperty("Authorization", auth);
                connection.setRequestProperty("Content-type","application/atom+xml");
    

    but the mp3 files do not appear in the xml only doc files are listed?

    any idea how to get mp3 files?

    Thankx

    @Sannyo: agree with you.

    I also saw that. This is only the docs.

    ------------------------------------------------------------------------------------
    Kudo press to say thank you to the developer.
    Also, press accept it as a button when you got the Solution.

  • How to access the app records

    Hello

    Sorry if this has been asked and answered, but quick search did not return significant results.

    Documentation says "the working directory is where the application is started and is also known as the 'Active Directory' and the 'sandbox'. Then we have the list of files - app, data, temp, newspapers etc... How to access these folders from outside (I'm under FDI on host)? For example, I would get the files in the logs folder... See WHAT SSH listens on Simulator, but what username/password must be used to access the files on PCs?

    Thank you.

    When you use the IDE and run your application what it prints on stderr and stdout will be visible in the console

    (it is file newspaper/newspapers). To watch other folders open the target file system Navigtor called display (window-> open view...)

    You can drag files betweek this point of view and your projects and also double click on text file to open it in the IDE

  • ADF Mobile: Error when accessing the app from the Android emulator

    I am trying to build a mobile app ADF with JDeveloper (11.1.2.4.0) and its extension ADF Mobile Framework (11.1.2.4.39.64.69). The version of the Android API is 23 and the SDK build tools and platform version 20.

    I built the app and the deployment of the android emulator has been a success, but when I try to access the application on the emulator, it throws an error indicating that the application has stopped working.

    When I check logcat he showed the exception stack trace below that throws an UnsupportedOperationException

    Any help would be really appreciated.

    I/ActivityManager( 1240): Start proc com.company.OracleMobile for activity com.company.OracleMobile/oracle.adfmf.Container: pid=1782 uid=10019 gids={50019, 1028, 1015, 3003}
    D/WearableConn( 1443): Connecting via TCP to /10.0.2.2:5601
    W/System.err( 1782): No properties file. Taking properties from ClassLoader resources
    D/dalvikvm( 1782): GC_CONCURRENT freed 152K, 12% free 2199K/2476K, paused 9ms+9ms, total 50ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 119K, 10% free 2491K/2740K, paused 13ms+10ms, total 44ms
    W/System.err( 1782): Opening "logging.properties" also failed
    W/System.err( 1782): java.io.IOException: BufferedInputStream is closed
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 168K, 12% free 2542K/2884K, paused 14ms, total 15ms
    I/dalvikvm-heap( 1782): Grow heap (frag case) to 4.062MB for 1536012-byte allocation
    D/dalvikvm( 1782): GC_CONCURRENT freed <1K, 8% free 4041K/4388K, paused 9ms+1ms, total 32ms
    E/WebViewFactory( 1782): Chromium WebView does not exist
    E/WebViewFactory( 1782): Chromium WebView does not exist
    D/gralloc_goldfish( 1782): Emulator without GPU emulation detected.
    I/ActivityManager( 1240): Displayed com.company.OracleMobile/oracle.adfmf.Container: +1s55ms
    I/Choreographer( 1240): Skipped 33 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_CONCURRENT freed 189K, 7% free 4453K/4768K, paused 17ms+17ms, total 90ms
    I/Choreographer( 1240): Skipped 96 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 122 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 202 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 376K, 10% free 4746K/5268K, paused 15ms, total 16ms
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 495K, 14% free 4944K/5724K, paused 14ms, total 15ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 507K, 11% free 5335K/5964K, paused 16ms+16ms, total 58ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 287K, 7% free 6075K/6484K, paused 18ms+11ms, total 61ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 596K, 10% free 6755K/7472K, paused 17ms+9ms, total 61ms
    W/dalvikvm( 1782): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/oracle/cvm/channel/VM;
    W/System.err( 1782): java.lang.reflect.InvocationTargetException
    W/System.err( 1782):  at java.lang.reflect.Constructor.constructNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.createFeatureContextManager(FeatureContextManagerFactory.java:37)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.getInstance(FeatureContextManagerFactory.java:72)
    W/System.err( 1782):  at oracle.adfmf.Application.initializeFeatureContextManager(Application.java:328)
    W/System.err( 1782):  at oracle.adfmf.Application.initApplication(Application.java:298)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:865)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    W/System.err( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    W/System.err( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    W/System.err( 1782):  at android.os.Looper.loop(Looper.java:136)
    W/System.err( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    W/System.err( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    W/System.err( 1782):  at dalvik.system.NativeStart.main(Native Method)
    W/System.err( 1782): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load cvm from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.company.OracleMobile-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.OracleMobile-1, /system/lib]]]: findLibrary returned null
    W/System.err( 1782):  at java.lang.Runtime.loadLibrary(Runtime.java:358)
    W/System.err( 1782):  at java.lang.System.loadLibrary(System.java:588)
    W/System.err( 1782):  at com.oracle.cvm.channel.VM.<clinit>(Unknown Source)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJVMWithFeatureClasspaths(JavaStarter.java:351)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJava(JavaStarter.java:65)
    W/System.err( 1782):  at oracle.adfmf.framework.NativeFeatureContextManager.<init>(NativeFeatureContextManager.java:113)
    W/System.err( 1782):  ... 17 more
    D/dalvikvm( 1782): GC_CONCURRENT freed 1574K, 21% free 6714K/8416K, paused 15ms+18ms, total 81ms
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22d6f30
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22f2490
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    D/AndroidRuntime( 1782): Shutting down VM
    W/dalvikvm( 1782): threadid=1: thread exiting with uncaught exception (group=0xb1d31ce8)
    E/AndroidRuntime( 1782): FATAL EXCEPTION: main
    E/AndroidRuntime( 1782): Process: com.company.OracleMobile, PID: 1782
    E/AndroidRuntime( 1782): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.company.OracleMobile/oracle.adfmf.LocalHTMLActivity}: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2197)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.startActivityNow(ActivityThread.java:2037)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:135)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:347)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateHiddenBackgroundFeature(Container.java:2128)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1277)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1263)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:867)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    E/AndroidRuntime( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    E/AndroidRuntime( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    E/AndroidRuntime( 1782):  at android.os.Looper.loop(Looper.java:136)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    E/AndroidRuntime( 1782):  at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 1782): Caused by: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at com.android.webview.nullwebview.NullWebViewFactoryProvider.createWebView(NullWebViewFactoryProvider.java:41)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.ensureProviderCreated(WebView.java:2058)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.setOverScrollMode(WebView.java:2116)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3461)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3517)
    E/AndroidRuntime( 1782):  at android.view.ViewGroup.<init>(ViewGroup.java:470)
    E/AndroidRuntime( 1782):  at android.widget.AbsoluteLayout.<init>(AbsoluteLayout.java:52)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:498)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:475)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:455)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:444)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:434)
    E/AndroidRuntime( 1782):  at org.apache.cordova.CordovaWebView.<init>(CordovaWebView.java:118)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.PhoneGapAdapterWebView.<init>(PhoneGapAdapterWebView.java:30)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.createWebView(AdfPhoneGapActivity.java:523)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.init(AdfPhoneGapActivity.java:506)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.onCreate(AdfPhoneGapActivity.java:442)
    E/AndroidRuntime( 1782):  at android.app.Activity.performCreate(Activity.java:5242)
    E/AndroidRuntime( 1782):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
    E/AndroidRuntime( 1782):  ... 17 more
    W/ActivityManager( 1240):   Force finishing activity com.company.OracleMobile/oracle.adfmf.Container
    D/gralloc (  926): Registering a buffer in the process that created it. This may cause memory ordering problems.
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/SurfaceFlinger(  926): glCheckFramebufferStatusOES error -286649159
    E/SurfaceFlinger(  926): got GL_FRAMEBUFFER_COMPLETE_OES error while taking screenshot
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    W/WindowManager( 1240): Screenshot failure taking screenshot for (164x246) to layer 21005
    I/Choreographer( 1240): Skipped 30 frames!  The application may be doing too much work on its main thread.
    W/ActivityManager( 1240): Activity pause timeout for ActivityRecord{b25294d8 u0 com.company.OracleMobile/oracle.adfmf.Container t7 f}
    I/Choreographer( 1240): Skipped 386 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 418 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 442 frames!  The application may be doing too much work on its main thread.
    D/rpctransport( 1443): sendRpc: failed: 46
    

    Hi SayantanSinha,

    If you look under API supported levels, the maximum is 19 API.  I can't speak for the ADF 11.1.2 but the lines of code in the (more recent) MAF, who have a similar support matrix, we have noted problems with the API 20.

    You can download older versions of the API of the Manager of Android SDK tool.  Remember to update your EPCO or JDev SDK configuration with the version that you want to use once it is installed.

    Oracle JDeveloper 11g Release 2 (11.1.2) Certification

  • How to access the settings from inside, one for each group?

    Hi all
    BI Publisher, Windows 10.1.3.21
    BI Oublisher 10.1.3.21 Office
    MS Word 2007
    <?xml version="1.0" encoding="UTF-8"?>
    <DOCUMENT>
        <DATE>19-MAR-09</DATE>
        <USER_NAME>DEV</USER_NAME>
        <APP_ID>122</APP_ID>
        <APP_NAME>APEX - Application Builder</APP_NAME>
        <TITLE>FORECAST</TITLE>
        <P23_DATE>08-02-2009</P23_DATE>
        <P23_PROPERTY>ACME</P23_PROPERTY>
        <P23_DATE1>09-02-2009</P23_DATE1>
        <P23_DATE2>10-02-2009</P23_DATE2>
        <P23_DATE3>11-02-2009</P23_DATE3>
        <P23_DATE4>12-02-2009</P23_DATE4>
        <P23_DATE5>13-02-2009</P23_DATE5>
        <P23_DATE6>14-02-2009</P23_DATE6>
        <P23_DATE7>15-02-2009</P23_DATE7>
        <REGION ID="0">
            <ROWSET>
                <ROW>
                    <OUTLET>SHOP_1</OUTLET>
                    <TOTAL_ROOMS>12</TOTAL_ROOMS>
                    <RM_TYPE>SPA</RM_TYPE>
                    <D1>0</D1>
                    <D2>0</D2>
                    <D3>0</D3>
                    <D4>0</D4>
                    <D5>0</D5>
                    <D6>0</D6>
                    <D7>0</D7>
                </ROW>
    
        </REGION>
    </DOCUMENT>
    I'm trying to replace the D1, D2,... with P23_DATE1, P23_DATE2... without success.
    Had a consolidation on hold.
    Can access the settings, if it is outside the grouping. Looks like one out of the problem of the scope.
    Not found similar conditions in the model BI demo and samples.
    Appreciate any help.

    Thanks in advance
    Zack

    Hello

    use inside your loop to reference your settings.

    concerning
    Rainer

  • How to remove the customization from portal webcenter application.

    Hello

    I use Jdev 11.1.1.6.

    I want to remove the customization of Webcenter portal application.

    All the adf faces component State should not be kept as a last tab selected, column converted etc...

    Thanks in advance

    Vikas M

    Hi Rohan,

    Yes I removed, activate the customization on the project portal view still does not.

    But I found the solution and now its work

    I deleted

    org.apache.myfaces.trinidad.CHANGE_PERSISTENCE

    oracle.adf.view.rich.change.MDSDocumentChangeManager

    entry of Web.xml

    And its work.

    Thank you all

  • How to access the files from dropbox

    CCan help someone, how can I access my files from the drop-down box and drop it in Adobe sketch?

    It is a very good software but a pain if I can't access my files on dropbox's work.

    Thank you

    Hi Kamal,

    At the present time, it is possible to pull the files of the creative Cloud Files, your Clipboard to device or pictures folder. I don't know what the plan is to add additional options to import.

    Sue.

  • How to remove the app from the blackberry with programming

    Hello

    I have a blackberry application that works properly when I installled that application I get not all delete option in option > advanced > application.

    Please help me to provide the solution for the removal of the application of the option > advanced options > application.

    I want this because I want to uplaod the application to the blackberry app world.

    Concerning

    Antoine Singh

    Hello

    Please follow the update here class

    import net.rim.device.api.system.ApplicationDescriptor;
    import net.rim.device.api.system.CodeModuleManager;
    import net.rim.device.api.ui.MenuItem;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.component.Dialog;
    
    public class UserInterface extends UiApplication{
    
        UserInterface()
        {
            Test1 t=new Test1();
            pushScreen(t);
        }
        public static void main(String args[])
        {
            UserInterface app=new UserInterface();
            app.enterEventDispatcher();
        }
        private MenuItem _deleteeMenu = new MenuItem("Delete Tool", 110, 10) {
            // Delete us
            public void run() {
                int actionCode = Dialog.ask("Confirm Deletion",
                        new String [] { "Continue", "Cancel" },
                        new int [] { 0, 1 }, 0);
                if ( actionCode == 0 ) {
                    ApplicationDescriptor ad = ApplicationDescriptor.currentApplicationDescriptor();
                    int moduleHandle = ad.getModuleHandle();
                    int rc = CodeModuleManager.deleteModuleEx(moduleHandle, true);
                    String tellUserMessage = "";
                    if ( rc == CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION )
                    { CodeModuleManager.promptForResetIfRequired();
                    tellUserMessage = "Please restart the device to remove the application"; } else
                        //              if ( rc == CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION ) {
                        //                  tellUserMessage = "Please restart the device to remove the application";
                        //              } else
                        if ( rc == CodeModuleManager.CMM_OK ) {
                            tellUserMessage = "Deleted";
                        } else {
                            String errorString = Integer.toString(rc);
                            switch (rc) {
                            case CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION:
                                tellUserMessage = "Will be deleted on restart";
                                break;
                            case CodeModuleManager.CMM_MODULE_IN_USE:
                            case CodeModuleManager.CMM_MODULE_IN_USE_BY_PERSISTENT_STORE:
                                tellUserMessage = "Module In Use";
                                break;
                            case CodeModuleManager.CMM_HANDLE_INVALID:
                                tellUserMessage = "Invalid Handle";
                                break;
                            case CodeModuleManager.CMM_MODULE_REQUIRED:
                                tellUserMessage = "Module Required";
                                break;
                            default:
                                tellUserMessage = Integer.toString(rc);
                                break;
                            }
                            tellUserMessage = "Error Deleting Module: " + tellUserMessage;
                        }
                    Dialog.alert(tellUserMessage);
                }
            }
        };
    }
    

    If you want to get the option delete in options > advanced options > application.use the code above.

    Concerning

    Antoine SIngh

  • How to access the variable from a code of movieclip

    I have variable a = 0 and I want a movieclip that is running to change to 2, what can I write in the code of movieclip?
    I tried parent.a = 2 but it's mistake.
    Thank you

    If the parent is the correct path to a, expressed as a movieclip and try again:

    MovieClip (parent) .to = 2;

  • How can I access the App Store from iTunes on my laptop?  (NOT my phone).

    How can I access the App Store from iTunes on my laptop?  (NOT my phone).

    Hello

    In iTunes, click on the Apps icon on the top left and an "App Store" button will show more to the right.

  • How to drag the apps? to force no click trackpad... I think they remove this features for elcapitan

    How to drag the apps? for a force not click trackpad...
    I think that they remove this features for elcapitan

    Select the application, and then hold down the trackpad (click), pressed with the left hand, while you use your right hand to drag the app.

    Note: This creates an alias to the place where you drag where you want to move , you also need the CMD key at the same time.

  • I'm currently developing apps on my creative cloud. My account has two subscriptions and I am trying to use one of them, but after that download the message of "no subscription found" apps will appear when you try to license. How can I access the apps? I

    I'm currently developing apps on my creative cloud. My account has two subscriptions and I am trying to use one of them, but after that download the message of "no subscription found" apps will appear when you try to license. How can I access the apps? I use a Mac

    Hello

    Please see connect and disconnect activate Cloud Creative applications

    Advanced solutions for connection with Adobe Creative Cloud and Creative Suite applications errors

    Concerning

  • I can not connect on DPS App Builder. This error occurs: ERROR this account does not have permission to access the App generator. Learn more about how to fix this.

    I can not connect on DPS App Builder. This error occurs: ERROR this account does not have permission to access the App generator. Learn more about how to fix this.

    Then you need to either:

    (1) sign up for cloud creative then you can build a simple edition approx. attention however: this approach will no longer valid as of May 1, when we withdraw support for a unique creative cloud and unique edition apps are only on devices iPad.

    (2) sign up for a full license of DPS. You can request information on prices using Adobe | Request for consultation.

    Neil

  • How to access the firefox on laptop Office keeping all the features?

    How to access the firefox on laptop Office keeping all tabs and bookmarks?

    Hello

    You may be able to do this in Firefox Sync configuration on both devices. Please see for detailed instructions.

  • How to disable the App tabs (tablets should) start automatically?

    How to disable the App tabs (tablets should) start automatically?

    because the option [don't load the tabs up to choosing] dose does not work with her, and she keeps starts every time when I restart Firefox.

    Please help me!

    Don't bother, I arrived at the solution of my car, you can do the following:

    Type "subject: config" [without quotes!] in the location Bar (address bar) and press ENTER to display the list of preferences, as shown in the photo #1 in Firefox 17 under Windows 7.

    If you see a page with the warning as pictured #2, this might void your warranty!, click the "I'll be careful, I promise!" button to continue (in fact, there is no guarantee that it is, it's more a joke to ensure that users are aware of what they are about to do). Uncheck the box to avoid the warning in the future.

    Now to the search bar in the image #3 type: tab and search for it

    preference name:
    

    Browser.sessionstore.restore_pinned_tabs_on_demand

    or you can copy directly to the search bar.
    Then, follow the instructions in the photo n ° 3 .

    Just in case where if the photo appears, follow these steps:

    First: Right-click on the name of the preference that we sought.
    Then, click Toggle to change the value from false to true.
    Or, double-click it and it will change.
    Finally, restart Firefox, and you'll notice that they don't automatically load until you click on it.

    That's it, good luck to all. ;-)

    Note: the list of fonts preferences fat is the user changed, and the United Nations-fat is the default setting.

    Warning: change preferences can, in rare circumstances, break Firefox, Thunderbird or Mozilla Suite, or cause strange behavior. Only do if you know what you're doing or trustworthy tips.

    Additional INFORMATION:

    Subject: config is a feature of Mozilla applications which lists application settings (known as preferences) that are read from the profile files prefs.js and user.js and the default application. A lot of these preferences are not present in the preferences or Options dialog box. Using about: config is one of the many methods of changing the preferences and adding the other 'hidden '.

Maybe you are looking for