Problem about ModelSaved event in Network UI

Hi, ALL:
  I am using Network ui component in my Web Dynpro project. I write parameter mapping code for 'ModelSaved' event. But It doesn't works. I already define and mapping all necessary parameter for this. I also mapping 'NodeAdded' and 'NodePropsChanged' event, and both method works. Can you give me advice, thanks a lot.

If you think this is a bug, please open an OSS message (BC-WD-JAV-RUN).
Armin

Similar Messages

  • Problem about inject event to Adobe AIR to control the games running on it

    We have some question about Adobe AIR for android, and would somebody mind to teach us about it,
    and your reply is my pleasure。
    the problem is:
      Doe's Adobe AIR for Android provide a interface for the other  android application, and we can use
      our android application to   inject some event( up / down / left / right keys for example)
      to control the flash game running in Adobe AIR.
    and what i want is:
      Make an appliction on android os , and can control(send key event to) the flash games running
      based on  the Andrid AIR.
    and if Adobe AIR does not provide the interface:
      Is there a good idea to do what i want.
    Thank you very much.

    Some background information about the Adobe Flash Protected Mode for '''''christ1'''.
    http://blogs.adobe.com/security/2012/06/inside-flash-player-protected-mode-for-firefox.html
    Intel(R) HD Graphics 4600 that you have is a relatively low end graphics card and low end for on-board graphics chips, whichever you have. ''Unless that is a laptop that switches drivers for "gaming" which puts a lot more load on the hardware and runs the battery out a lot faster.'' Technically the HD 4600 ''should'' be enough for web browsing, but Flash is a lot more than simple web browsing.
    IMO, if disabling the Flash Protected Mode solves that issue - do that. Or upgrade your hardware, especially if you have a separate Graphics Card ''[vs an on-board chip]'' or can install a better card in a desktop computer.
    As far as YouTube videos goes, have you tried using the HTML5 setting for YouTube?
    https://www.youtube.com/html5
    Make that setting and Google will deliver HTML5 video when it is available for each "clip". From what I have seen ''[I'm not a big user of YouTube, though]'', like maybe 75% of the clips I see are available in HTML5 - ''ymmv''.
    BTW, Mozilla is working on eliminating the need for even having to use Flash. They're working a a project which is code-named Shumway to play SWF-format files.
    http://mozilla.github.io/shumway/
    You can download it from that page, but it is at the early stages of development and needs a lot more work before it is truly usable.

  • Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them eithe

    Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them either failing or not sending at all.  Is there an outage in the Cleveland, Ohio area (zip codes 44129, 44134, 44137) or anything else I can do to resolve this issue?

    Not that I'm a Verizon employee, but I have experience in the field. An LTE tower will only extend up to, on a perfect day, with no elevation, 6-7 miles. On a typical day, you will be lucky at four (4) miles. The three ZIP codes you've given are all within about a 12 mile radius. That would mean that 2-3 towers are currently down at the same time, and Verizon would know about it within the hour. Being it's Cleveland, I'm sure they would receive numerous calls regarding an outage of that size.
    My point is that if you're having issues in all three ZIP codes, chances are it's a phone issue. If you're handset is simply not receiving LTE, but still receiving 3G, that would signify a SIM card issue. You need to get your SIM card replaced.

  • Complex Problem with Time Capsule and Network

    I have setup an airport network based on a 500 gb Time Capsule which for about a year was working perfectly. Last days some problems came up. The network is shared to 2 different macbooks pro. The first macbook pro works perfectly, the internet connection is stable and fast. The other macbook works weird: Although it finds the network the internet speed is very slow and not stable. Also it can't backup on the time capsule as it used to do (msg: can't find the server). Ι have the same network settings for both the macbooks pro and I had several times restart and reset the time capsule.
    Thanks in Advance
    Costas

    I suspect that you are using someone else's airport connection. That would let you access the internet, but not access your file server. go to the airport menu and make sure that you are using your airport connection.
    If that does not work, does everything work well when the computer is within a few feet of the time capsule?

  • Problem about Cups!

    Hey AF.
    I just got a Keycera FS3800 Laser printer - And want to setup this for networking printing!
    I have my server where I have installed Cups and edited along the wikiguide to cups.
    But each time I want to print a testpage - it stops the printer.
    I have installed the following packages:
    cups - ghostscript - foomatic-filters and downloaded the ppd and copied into models. BUT nothing makes me able to print to the printer (Using network) - so that I able to set this printer up for anybody in my house no matter OS ??
    Or know if this is a special driver or anything else ???
    Have anybody any ideas or can help me getting further?

    peque wrote:
    Of course.
    The printer is connected using rj45 and nothing else.
    My network is made with a LAN zone(where the printer is)  with a IPTABLES firewall to the outside.
    I have swith 24ports connected to the firewall and thats where allo PC´s are connected to unless they are using the wireless - buit still they are connected using this switch.
    I have 1 PC (laptop) connected directly to the printer - works just fine.
    But I would´like to use a cups-server, for alle PC in the house. So no matter what they have to go via the cups-server.
    I have copying the ppd file that I got to work on the laptop - and using the exactly same settings about the printer. But when I try to print a test page - THe cups server returns with the printer stopped. After from what I can see - there´s no problem about the network - I can ping, telnet and everything else - But the only problem is that the machine I want to use as cups server will not print with the printer.
    The laptop prints just fine (I used the kde guide to install the printer on this - and another laptop wioth windows also prints fine directly on the port)
    Hoefully this was some more info - Or write me which details you want!
    Sorry, beyond my skill level. I print to a network printer which is attached to a router with a standard ethernet cable. The printer is just a device on the network. The router is the "firewall" to the outside world and the gateway to the Internet for the PCs on the network.
    Good luck, jimbo

  • Some problems about ALV

    hi everyone:
      I have a problem about ALV. The question is I want to show two headers in the gt_item .(Hierachy)
    I want to use these  in the event "change_fieldcatlog"
    LOOP AT I_FIELDCAT.
    CASE I_FIELDCAT-FIELDNAME
        WHEN 'MESSWERT'.
         I_FIELDCAT-ROW_POS = 1.
         I_FIELDCAT-SEL_L = '1111'.
         I_FIELDCAT-SEL_M = '1111'.
         I_FIELDCAT-SEL_S = '1111'.
        APPEND I_FIELDCAT.
    so I want to add another label in the next row. but I write like this below , it doesn't work .
         I_FIELDCAT-ROW_POS = 2
         I_FIELDCAT-SEL_L = text-004.
         I_FIELDCAT-SEL_M = text-004.
         I_FIELDCAT-SEL_S = text-004.
        APPEND I_FIELDCAT
    ENDCASE.
    ENDLOOP.
    So who can help me ?
    thank you in advacne .
    Regards
    Nick

    Hii Nick, in your program I found that you have created only one fieldcat structure, actually we need 2 structures one is for workarea and one for body.
    like this
    It_Fieldcat type SLIS_T_FIELDCAT_ALV
    Is_Fieldcat type SLIS_FIELDCAT_ALV
    now you can write the code
    LOOP AT It_FIELDCAT into Is_Fieldcat.
    CASE Is_FIELDCAT-FIELDNAME
    WHEN 'MESSWERT'.
    Is_FIELDCAT-ROW_POS = 1.
    Is_FIELDCAT-SEL_L = '1111'.
    Is_FIELDCAT-SEL_M = '1111'.
    Is_FIELDCAT-SEL_S = '1111'.
    APPEND Is_FIELDCAT to It_Fieldcat.
    clear Is_Fieldcat.
    Is_FIELDCAT-ROW_POS = 2
    Is_FIELDCAT-SEL_L = text-004.
    Is_FIELDCAT-SEL_M = text-004.
    Is_FIELDCAT-SEL_S = text-004.
    APPEND Is_FIELDCAT to It_Fieldcat.
    Clear Is_Fieldcat.
    Hope it will works.
    Reward points if helpful.

  • At event calendering site, getting message "There was a problem with your event submission. If you have disabled JavaScript please enable it and try your submission again." Javascript is ENABLED on my computer.

    I'm trying to submit an event to the events calendar at http://calendar.jtnews.net/events/index.php?com=submit. After I enter the Authentication words and press Enter, I get the message, "There was a problem with your event submission. If you have disabled JavaScript please enable it and try your submission again." According to my Firefox/Tools, etc., button, Javascript is enabled. I

    Hello mjswooosh,
    I'm very disheartened to hear that you've had ongoing problems when attempting to order from BestBuy.com. Our goal is ever to provide a fun and efficient shopping environment! Certainly creating aggravation serves neither you nor us and I apologize sincerely for this having been your experience.
    We recommend the troubleshooting steps you mentioned (i.e., clearing the browser cache, deleting temporary internet files and cookies) because this is the most common cause of this type of problem. I too have encountered this issue from time to time and these steps have almost always resolved the problem. I say almost always because there's one further step you can try: ensure that you have signed out of BestBuy.com, then perform the browser maintenance steps we've recommended. Afterward, before signing in to BestBuy.com, add your desired items to your cart and sign in as part of the checkout process. When the standard steps have not netted a resolution for me, this has solved the problem each time.
    I hope this helps. I'm very grateful that you took the time to write to us with your concerns and for sharing your very valuable feedback about your online experience.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Illustrator cs6 "this file cannot be found" problem when open file from network

    I used to install the trial version of Illustrator CC on my desktop and then when the trial run out I decide to go with illustrator CS6 instead, So I decide to buy &
    install Illustrator CS6 on our desktop and everything seem to be fine except
    the problem is our .ai file is located on the network shared drive of the design team,
    When we try to open the file from the network drive with illustrator CS6, it said "This file cannot be found"
    - we try to copy the file from network drive to our desktop and file can open without problem
    - if we directly double click the file from the network drive to launch the illustrator CS6 with that file. It's also fine, no problem at all.
    - but if we open the illustrator CS6 first and try open.. and then browse to that file on network, then "This file cannot be found" happen again.
    - Illustrator CS6 have no problem open file in the local harddisk.
    - Illustrator CC never have this problem open file in our network drive, try reinstall the Illustrator CC trial again and it can open without problem
    - I try using Adobe CC Cleaner tool to remove everything before reinstall the Illustrator CS6, still no luck.
    - Try remove the Adobe relate folder in user/user/Appdata and then reinstall, still no luck
    - Try right click and open with --> Illustrator CS6 , yes if we double click the file directly it's ok, but as mentioned if we open illustrator first then browse for the file, the problem happen.
    Did I miss anything to fix it ?

    the same thing happend to me,
    in my office the same folder with hebrew name, I can open files
    on my laptop the same folder with hebrew name, I cannot open files.
    I know its about the folder because when I put the files in a different folder, it open them.
    how can I fix it without changing the names of my entire work folders?
    there must be a different between my two computers.
    thanks for your help

  • Problem about selecting waveform in waveform graph

    Hi all:
    I am developing a project by Labview. Now I meet a problem about selecting the waveform in the waveform graph.
    I am not sure whether it is possible about my idea.
    for example:
    In the waveform graph,  the different waveforms from a couple of channels are displayed. and then I want to select one waveform of them, and corresponding data about this waveform are shown. 
    Thanks so lot
    regards

    hanwei wrote:
    1.  can I zoom in and out in that "waveform graph"??
    You can do this using the graph palette. Just make it visible. The middle control allows you to zoom.
    2.  can I display the plot array or plot index that I select in the waveform graph?
    You can connect the same wire that goes to the ActivePlot property node to an indicator.
    3.  I build a sample codes for my project, in which , I used a random number generater to simulate a DAQmx data collection, and generate a overlapping waveform in the waveform graph.
         but it seems the program is not stable, when i first run the codes, it is ok, and I can select the plot what I want. but after I stop and restart the program, there is error message about "Property Node".
         it seems something wrong about the "waveform graph properties"
    I attached my codes here, anybody know what wrong about it?
    For some strange reason the property node is "messed up". I've seen this happen sometimes with graphs. I don't know what causes it, and the only way I've found to fix the problem is to delete the graph, put a new one on the front panel, and recreate the property nodes. I've typically seen this happen when copying code from another VI that has a graph with property nodes, as I suspect you did. If you delete the graph, put a new one on there, and recreate the property node you should be OK.
    That said, a few comments regarding the code:
    The architecture seems to be a mish-mash of operations, and I'm thinking that you probably want to look at using a producer-consumer architecture. Your producer loop responds to events, and the consumer loop does your DAQ collection.
    You have a race condition with your use of the "size(s) 2" local variable.
    Avoid right-to-left wires.
    The method of creating your arrays seems convoluted. However, since you said you will actually be getting the data from a DAQ system, the actual project code will likely be considerably different.

  • My MacBook Air has problems connecting to a saved network when I first open it.

    My MacBook Air has problems connecting to a saved network when I first open it. When it idles, the connection gets lost and even clicking on the network won't connect it. Then I have to turn off wireless and turn it back on for it to connect. My boyfriend's MacBook Pro does not have this same problem and this problem started maybe 2 months ago and nothing about our internet or router has changed, and its only my computer having the problem. Its a 2013 MacBook Air and my softward is: OS X 10.9.1 (13B42). Please help!

    Hello, nheredia05. 
    Thank you for visiting Apple Support Communities. 
    There are a couple steps that I could recommend trying.  Power cycle the router and test to see if the behavior persists.  Next, try an remove this prefered network from your list and then add it back again.  Make sure all firmware updates have been processed on the router side and the settings have been optimized for performance.  If the issue still persists try the steps in the second article.
    iOS and OS X: Recommended settings for Wi-Fi routers and access points
    http://support.apple.com/kb/ht4199
    About Wireless Diagnostics
    http://support.apple.com/kb/HT5606
    Cheers,
    Jason H. 

  • İ have just got ios 5.1 for ipad but i have really important problems about charge,how could i get ios 5.0.1 without loosing my items,documents,i can't sync because my computer has problems also,thanks

    İ have just got ios 5.1 for ipad but i have really important problems about charge,how could i get ios 5.0.1 without loosing my items,documents,i can't sync because my computer has problems also,thanks

    Settings>general>reset>reset network settings
    Settings>general>reset>reset all setting

  • An old and difficult problem about "UnsatisfiedLinkError"

    Hi dear all,
    I have been struck with the problem about "UnsatisfiedLinkError". I have a c++ class HelloWorld with a method hello(), and I want to call it from within a java class. In fact, I have succeeded in calling it on the windows platform. But when I transfer it to linux, the error "UnsatisfiedLinkError" comes out. I have tried to take the measures as Forum has suggested, but it failed.
    The source code is very simple to demonstrate JNI.
    "HelloWorld.h"
    #ifndef INCLUDEDHELLOWORLD_H
    #define INCLUDEDHELLOWORLD_H
    class HelloWorld
    public:
    void hello();
    #endif
    "HelloWorld.cpp"
    #include <iostream>
    #include "HelloWorld.h"
    using namespace std;
    void HelloWorld::hello()
    cout << "Hello, World!" << endl;
    "JHelloWorld.java"
    public class JHelloWorld
    public native void hello();
    static
    System.loadLibrary("hellolib");
    public static void main(String[] argv)
    JHelloWorld hw = new JHelloWorld();
    hw.hello();
    "JHelloWorld.cpp"
    #include <iostream>
    #include <jni.h>
    #include "HelloWorld.h"
    #include "JHelloWorld.h"
    JNIEXPORT void JNICALL Java_JHelloWorld_hello (JNIEnv * env, jobject obj)
    HelloWorld hw;
    hw.hello();
    All the files are in the same directory and all the processes are under the dirctory:
    1. javac JHelloWorld.java
    2. javah -classpath . JHelloWorld
    3. g++ -c -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux JHelloWorld.cpp HelloWorld.cpp
    4. ld -shared -o hellolib.so *.o
    5. java -cp . -Djava.library.path=. JHelloWorld
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no hellolib in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at JHelloWorld.<clinit>(JHelloWorld.java:7)
    Tried another measure:
    i) export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
    ii)java -cp . JHelloWorld
    The same error came out as above.
    I really don't know what is wrong with it.
    Would you like to help me as soon as possible?
    Thanks.
    Regards,
    Johnson

    Hi Fabio,
    Thanks a lot for your help.
    It is very kind of you.
    Regards,
    Johnson

  • Problems Setting up my wireless network with an Xb...

    Hi, I have had some problems setting up my wireless networking.
    I have everything switched on and am able to go online with the laptop and the Xbox with no problems but when I try to share media with the xbox I have problems.
    I have opened the ports specified in the setup from xbox on windows firewall and have no problem connection Via Ethernet cable but when using wireless the xbox cannot detect the laptop.
    I have checked the network map and both xbox and laptop are connected and have enabled sharing and am running sharing software.
    Below is the network map.
    I have also been having problems with BT software, the free virus protection will not install, The desktop help will not launch although it shows up on task manager and the installation disk does not launch correctly it doesn't get past the loading screen.
    I have had a printer on the wireless network and had no problems printing.
    If anyone knows how to resolve this please help.

    I have this same Motorola modem and I just verified that my 802.11n AirPort Express Base Station (AXn) can get Internet access with this modem without any issues.
    When changing ISPs (or networking equipment) it's always a good idea to start from "scratch" in configuring your equipment.
    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Power-up the modem; wait at least 10-15 minutes.
    Power-up the base station; wait at least 5-10 minutes.
    Power-up your computer(s).
    In this basic configuration, computers connected to the base station, either by wire or wireless (as appropriate for the base station type), should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options.

  • I have no problems copying iMovie Events from one Mac to another, however, how can I copy iMovie Projects from one Mac to another?

    I have no problems copying iMovie Events from one Mac to another, however, how can I copy iMovie Projects from one Mac to another?  Any help will be appreciated.  Thank you.

    This should give you some good insight, I'd probably store them on an External HD on the old machine and then just drag and drop to the new machine.
    https://discussions.apple.com/docs/DOC-4141

  • Problems with communication across a network using shared variables

    I have two programs(projects) running on two different computers connected with a LAN. I am using LabVIEW 8.0, and the DSC-module. The program on one of the computers have measurements that I want to collect and show on the program running on the other computer on the network. I choose the indicator where I want to show the data, select ''Properties'', ''Data binding'', ''Shared Variable Engine (NI-PSP)'', ''Network Items'' and then browse for a Network...but the problem is that in my ''Network Neighborhood'' There is only one computer...and that is the one I am one...not the computer on my Network that I want to communicate with....
    Have anyone any suggestions on how to solve this?
    Kind regards Mari

    Mari,
    Check this link regarding trouble shooting network-published shared variables:
    http://digital.ni.com/public.nsf/websearch/6E37AC5435E44F9F862570D2005FEF25?OpenDocument
    This might be a firewall issue, so I would check that first.
    Frode

Maybe you are looking for