Variable Label Frame

Is it possible that I can address an image tag using a variable? When I don't have a label in quotes, is not he waits a number?

SYM. Stop ("LabelName");

I want to do is wear labels such as 1-10, so I can have a back and a button that simply add or subtract 1 from the variable that indicates the right frame label name.

I'm not sure of what you are doing, but here is a sample file:

https://www.box.com/s/9h5jl7zy7uzmfu4pej6i

Tags: Edge Animate

Similar Questions

  • Conversion from decimal to octal variables labels using TestStand expression?

    Hi all

    I am currently using TestStand for read and write ARINC data for my application. Now, the card of the ARINC does only decimal values, so I have to convert all decimal octal labels and set them in TestStand, such that the map of the ARINC accepts it. So, when I read the variables that come out, I their name for the log file, but I need to convert the decimal values in octal labels such as test operators should not be confused.

    Overall, I need to know is it an expression to take the decimal value and convert it to octal in the space of expression?

    Thank you!

    Convert to octal string: Str (Locals.Local, '%#o')

    Remove # if you do not want the radix prefix.

    Convert to decimal string if you want an integer:

    Str (Locals.Local, "%I")

    or for floating point:

    Str (Locals.Local, '%g")

    Hope this helps,

    -Doug

  • Update the external Variable label & Business name

    I use Oracle BPM 10.3 MP2 Enterprise Edition
    Version: 10.3.2
    Build: #100486

    In our process, I have 2 external variables, such as agency_nm and narId, both are string with size 30 data type. variable agency_nm with label name 'Agency' and that is fine, but the other variable narId is the name of the label as "narId".

    How the label is changed to 'Nar Id' rather than 'narId '.

    Do we need to update in the fpr using studio or this can be done by the administrator workspace / process manager.
    I don't have such an option in the workspace administrator / administrator process.

    Thank you
    -Nathalie

    In the administrator of the Web console or process you can do.
    Go to the Variables, select the one you want and you have an option called internationalization where you can set labels.
    HTH

  • Variable setting "Frame Delay" for the animation.

    I try to set time frame in an animation, I train. There are a lot of pictures and they all have different delays. I don't know if the script is the best way, but here's what I have so far (by using VBA because that's what I know): I'm the slightest error at line 23, saying it is a "type mismatch".

    Sub Set_Frame_Delay()
        Dim appPS As Photoshop.Application
        Dim docPS As Photoshop.Document
        Dim NewLay  As Photoshop.ArtLayer
        Dim LaySet As Photoshop.LayerSet
        Dim ref1 As Photoshop.ActionReference
        Dim actPS
        
        
        Set appPS = CreateObject("Photoshop.Application")
        appPS.Visible = True
        
        Set docPS = appPS.ActiveDocument
        Set LaySet = docPS.LayerSets("Text")
        Set ref1 = CreateObject("Photoshop.ActionReference")
        
        
        For Each NewLay In LaySet.ArtLayers
                Select Case NewLay.Name
            
                Case "Test1"
            
                    actPS = ref1.PutName("Frame Delay", 0.540769)
                    NewLay.Application.ExecuteAction (actPS)
            
                Case "Test2"
    
                    actPS = ref1.PutName("Frame Delay", 1.013942)
                   NewLay.Application.ExecuteAction (actPS)
              End Select
          Next NewLay
        
        MsgBox "frame set"
        
     
     
    End Sub
    
    
    

    Yes, Ive used the script before listener, but hoped to avoid because I didn't understand what it spits out. But I think that I fell and I came up with below. I tweeked my original solution to use a text file.

    Sub Set_Frame_Delay3()
        Dim appPS As Photoshop.Application
        Dim ActDescPS1 As Photoshop.ActionDescriptor, ActDescPS2 As Photoshop.ActionDescriptor, ActDescPS3 As Photoshop.ActionDescriptor
        Dim ActRefPS1 As Photoshop.ActionReference, ActRefPS2 As Photoshop.ActionReference
        Dim dialogMode
        Dim idsetd, idnull, idOrdn, idTrgt, idT, idslct
        Dim idAniFrClass, idAniFrDelay
        Dim sFileName As String
    
        Application.ScreenUpdating = False
    
        Set appPS = New Photoshop.Application
        appPS.Visible = True
    
        dialogMode = 3
    
        With appPS
            idsetd = .CharIDToTypeID("setd")
            idnull = .CharIDToTypeID("null")
            idOrdn = .CharIDToTypeID("Ordn")
            idTrgt = .CharIDToTypeID("Trgt")
            idT = .CharIDToTypeID("T   ")
            idslct = .CharIDToTypeID("slct")
            idAniFrClass = .StringIDToTypeID("animationFrameClass")
            idAniFrDelay = .StringIDToTypeID("animationFrameDelay")
        End With
    
        sFileName = Application.GetOpenFilename("Textfiles (*.txt),*.txt", , "Open a textfile...")
        oIndex = 0
    
        iFileNum = FreeFile()
        Open sFileName For Input As iFileNum
        Do While Not EOF(iFileNum)
            oIndex = oIndex + 1
    
            Line Input #iFileNum, oDelay
    
            Set ActDescPS1 = New Photoshop.ActionDescriptor
            Set ActRefPS1 = New Photoshop.ActionReference
    
            ActRefPS1.PutIndex idAniFrClass, oIndex
            ActDescPS1.PutReference idnull, ActRefPS1
            appPS.ExecuteAction idslct, ActDescPS1, dialogMode
    
            Set ActDescPS2 = New Photoshop.ActionDescriptor
            Set ActRefPS2 = New Photoshop.ActionReference
    
            ActRefPS2.PutEnumerated idAniFrClass, idOrdn, idTrgt
            ActDescPS2.PutReference idnull, ActRefPS2
    
            Set ActDescPS3 = New Photoshop.ActionDescriptor
    
            ActDescPS3.PutDouble idAniFrDelay, oDelay
            ActDescPS2.PutObject idT, idAniFrClass, ActDescPS3
            appPS.ExecuteAction idsetd, ActDescPS2, dialogMode
    
            Set ActDescPS1 = Nothing
            Set ActRefPS1 = Nothing
            Set ActDescPS2 = Nothing
            Set ActRefPS2 = Nothing
            Set ActDescPS3 = Nothing
    
        Loop
        Application.ScreenUpdating = True
        Set appPS = Nothing
        MsgBox "Frames Delays have been set!"
    End Sub
    

    The text file must list the hours in seconds in order frames. In case anyone else wants to copy the code. Such as:

    0.916303

    0.826175

    0.660941

    1.374455

  • read the value of the variable knowing only one name

    Is there a way to read a variable value of knowing only the label name? I have 11 Labview and am to read a text file with a list of variable labels and try to read the value without having to create a structure of matter of hundreds of variables.

    Are we willing?

  • Display of different labels for a single attribute of VO

    Hi all

    IM using Jdeveloper 11.1.1.7.1.

    Here's the issue I'm facing:

    IM using a LOV in my user interface that creates its own table of query and the results inside a popup as expected. I need to change the labels one of the attributes used here.

    The question I have is the attribute that requires modification is used elsewhere too and he needs a different label in the user interface.

    What is the best way to do it?

    I planned to make a copy of the attribute in the VO, (only changing the value of the label) but it worked only for label search term that the criteria query view uses 'EO. Attribute' instead of the alias. In other words, that it always retrieves the first label attribute that appears in the VO.

    Ive tried to change the bind variable label used in the query - don't see any change.

    Thanks in advance,

    David

    Hello

    label are not specific instance so you use different definitions of VO and replace the label at the level of the VO for the attribute

    Frank

  • Why not feature A Variable equal, B

    Hi all

    I have a page in my Flash file where a user can select one of the three values, and it will add or subtract the variable I on frame 1.

    So on Frame 1 I said:

    var f2f:Number = 5;
    var coach: Number = 5;
    var mentor: Number = 5;

    And the frame 13, I said:

    btnP13toP14.addEventListener (MouseEvent.CLICK, NavPage14);

    btnContentSmall.addEventListener (MouseEvent.CLICK, contentSmall);
    btnContentLarge.addEventListener (MouseEvent.CLICK, contentLarge);

    function contentSmall(event:MouseEvent):void
    {
    F2F = - 10
    coach = - 10
    Mentor = - 10
    }

    function contentLarge(event:MouseEvent):void

    {

    F2F = + 10

    coach = + 10

    Mentor = + 10

    }

    But it occurred to me that, if the user clicks on btnContentSmall, then btnContentLarge, the values would become 5, instead of 10.

    So now what I'm trying to do, is add temporary variables to Frame 13 that store the correct value and then update the original values when I go to the next section (which will have a similar process).

    Here's what I now frame 13:

    btnP13toP14.addEventListener (MouseEvent.CLICK, NavPage14);

    btnP13toP14.addEventListener (MouseEvent.CLICK, copyBack);


    btnContentSmall.addEventListener (MouseEvent.CLICK, contentSmall);
    btnContentLarge.addEventListener (MouseEvent.CLICK, contentLarge);

    var f2fTemp:Number = f2f;
    var coachTemp:Number = coach;
    var mentorTemp:Number = mentor;

    function contentSmall(event:MouseEvent):void
    {
    f2fTemp = f2f-10
    coachTemp = coach-10
    mentorTemp = mentor-10
    }

    function contentLarge(event:MouseEvent):void

    {

    f2fTemp = f2f + 10

    coachTemp = + 10 trainer

    mentorTemp = mentor + 10

    }


    function copyBack(event:MouseEvent):void
    {
    F2F = f2fTemp;
    coach = coachTemp;
    Mentor = mentorTemp;
    trace ("I ran the CopyBack script');
    }

    The Trace statement on the latter function is displayed, but when I trace variables on slide 14, the f2f, coach and mentor variables were not updated: they're still all 5.

    Someone has an idea what I am doing wrong?  I found a site that said I might need to use a class; but I really did not understand how to translate this information into a solution.

    Thank you

    M Hetherington

    For the scenario you expose to the end, if you want the value to be 15, you must assign it a value of 15.

    In your first assignment, in the first part, you were more like what you say you want to do...

    F2F = + 10

    coach = + 10

    Mentor = + 10

    Those are not add 10 to the current value of these variables, they assign fixed values... + 10 = 10, 10 = - 10, etc.

    What you have explained earlier sounds like you wanted to try to have...

    F2F += 10

    coach + = 10

    Mentor += 10

    would be those who would add 10 to the current value, so -5 + 5 and 5 would become 15

    But what you said is that if you click on the btnContentLarge button you are looking for the value to 15 regardless of what the current value is... so that means that you must assign it a value of 15

  • Read through PL SQL (stored in the Variable Long) XML

    Hello

    We are 11g 2 database. We have content xml in the column/variable long.
    Can someone help me read the value of the xml attribute?


    for example.

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >
    <! DOCTYPE tags SYSTEM "label.dtd" >
    < labels QUANTITY '1' = JOBNAME = "LBL213685" >
    < label FORMAT = "XEINSP_REQ_LBL.lwl" >
    < variable name = "L_DATE" > < variable / 4 January 2012 >
    < variable name = "L_TIME" > 10:45:17 < / variable >
    < variable name = "L_LPN" > K01-4713BE < / variable >
    < variable name = "L_ITEM" > XXXXWT88-002 < / variable >
    < variable name = "L_ITEMDESC" > SPRING, EXPANSION REVERSIBLE GE14 234C6745P001 REV.01 < / variable >
    < variable name = "L_QTY" > 1 < / variable >
    < variable name = "L_POREV" > < / variable >
    < variable name = "L_PONUM" > 837037254 < / variable >
    < variable name = "L_ITEMREF" > 834C6745P001 < / variable >
    < variable name = "L_PROJECT" > < / variable >
    < variable name = "L_ISIS" > < / variable >
    < variable name = "L_LABEL" > 1 < / variable >
    < variable name = "L_LINE_NO" > 1 < / variable >
    < variable name = "L_SUPPLIER" > CANCEL OIL, INC. < / variable >
    < / label >
    < / Label >


    We want to read next value of < variable name = "L_LPN" >. You must give K01-4713BE programmatically.


    Appreciate your help.

    Thank you
    Aerts

    Published by: user649769 on January 4, 2012 14:52

    Published by: user649769 on January 4, 2012 14:53

    Hello

    As you may know, the LONG data type is obsolete for some time now.
    If you can you should really consider migration on the CLOB type or store XML data in an XMLType column in this case.

    In particular, we cannot use XMLType constructor directly on a LONG.
    Here is a simple PL/SQL solution, provided that the data is not greater than 32 k:

    SQL> create table test_long (xmldoc long);
    
    Table created
    
    SQL> insert into test_long values('
      2  
      3  
      4  
     20  ');
    
    1 row inserted
    
    SQL> commit;
    
    Commit complete
    
    SQL> set serveroutput on
    SQL> DECLARE
      2
      3    v_xmldoc   varchar2(32767);
      4    v_result   varchar2(30);
      5
      6  BEGIN
      7
      8    select xmldoc into v_xmldoc from test_long;
      9
     10    /* disable DTD validation for the current session */
     11    execute immediate 'alter session set events = ''31156 trace name context forever, level 2''';
     12
     13    select xmlcast(
     14             xmlquery('/labels/label/variable[@name="L_LPN"]'
     15                      passing xmltype(v_xmldoc)
     16                      returning content)
     17             as varchar2(30)
     18           )
     19    into v_result
     20    from dual
     21    ;
     22
     23    execute immediate 'alter session set events = ''31156 trace name context off''';
     24
     25    dbms_output.put_line(v_result);
     26
     27  END;
     28  /
    
    K01-4713BE
    
    PL/SQL procedure successfully completed
     
    

    Note that I used the 31156 event to temporarily disable the DTD of the XML document validation and avoid this:

    ORA-31001: Invalid resource handle or path name "/label.dtd"
    

    If you really want to use validation, the DTD should be stored in the XML DB repository (in the root folder).

  • Reseting my Variable

    I have three frames in my main stage, and on the frame of two I add 1 to my first variable. On chassis three, I spend and still picture one. When I'm back frame one, I want to display my variable in the text, but it clears this variable content. Is there something I can do to keep the number of variables? I put the variable in a string and put it in the textfield like this, but it goes from 1 to 0.

    Do not assign a value to the variable in frame 1, declare just like an ACE...

    var num:uint;

    In this way it will be by default being 0, but when you return to section 1, its value is not reset for what you assign currently there are (0).

  • SEE creation of confounding variables

    G ' Day

    I hope that the forums are in a good mood today and will allow me to paste the code here.  Let's see...

    Could I ask you a favor?  Could you pls run this code on CF9 and let me know the results:

    < structKeyExists (URL, "Cork") cfif, AND URL.bung >
    < cfset st = {}
    foo = 'bar '.
    } >
    < cfelse >
    < cfset st = structNew() >
    < cfset st.foo = 'bar' >
    < / cfif >
    < cfloop element = "sKey" collection = "#variables #" >
    VARIABLES. < cfoutput > #sKey # < / cfoutput > found.  Value: < br / >
    < cfdump var = "#variables [sKey]" # "label =" #sKey #">"
    < hr / >
    < / cfloop >
    < cfdump var = "' #variables # ' label 'variables' = >"

    (compare the results when they? bonde = true and?) Bonde = false on the URL.

    We are seeing CF creating a false variable "___IMPLICITARRYSTRUCTVAR0" created in the variables scope, when you use the notation {} for the creation of structures.

    This is not the case on CF8, but arrives on CF9 (9.0, 9.0.1, 9.0.1 + CHF).

    It occurs when the code is in a CFM file. not a SWC file.

    It is 'interesting' that Adobe suppressing this variable output in CFDUMP.

    --

    Adam

    Now with the query string ? bonde = true

  • Variables presentation: need help

    Hello
    Can someone explain in a very simple way:
    1. what presentation variables are used for
    2. how to create
    3. can be registered and used on various reports
    4. simple examples
    5. all documentation easy to follow?

    I sailed on the internet, but the available documentation always begins in the middle or they assume that the reader has some knowledge.
    Is that correct the assumption that, if for example I want to put a filter on a report we say year (current_date)-1, I could create a variable instead and call it ' @{last_year}' or MAX ('Date of the snapshot' ".") " Snapshot Date") =" @{last_snap}'. "
    Why not filter that?

    If I get a report from another sombody something, who has used variables in the filter I can identify the contenct of variables as in the example below:

    Time. "" Order date "BETWEEN timestampadd (SQL_TSI_MONTH,-1, cast (' @{Fin_date}' as date)) and cast (' @{Fin_date}' as date)
    How do I know what ' @{Fin_date} "means?

    Thanks and greetings
    Giuliano

    Giuliano,

    Simple (to get PV) presentation variables is defined to the prompt level.so if you want to know where a TICKET is created you have to look by editing each guest and looking if a variable of presentation has been assigned.

    When you change a command prompt, you can see that there are different elements in the definition:
    Group---Column---Operator--Control--Show--Default - to set Variable - Label
    NB: only if the control is the Publisher or the drop-down list box, if not impossible to assign any PV.

    So if you simply write Fin_date in the 'field Set Variabl' e you then defined a variable of presentation.

    Whenever you want to refer to this variable, you can use the syntax @{Fin_date}. Then the value that the user selects in the dash prompt for example ' 01 / 01/2010 ' will be assigned to your PV.
    If we look at your example, then she will give:
    Time. "" Order date "BETWEEN timestampadd (SQL_TSI_MONTH,-1, cast (' 01 / 01/2010 ' as date)) and cast (' 01 /' 01/2010 as the date).

    It is exactly the same behavior as variable in programming languages.

    I hope that can help you understand.
    Concerning
    Adil

  • find a block of text on the page with the name of script

    Hi all

    I need to create a script for

    find a block of text on the page with the script titled "xxx".

    and read its contents into a variable.

    The content of the text block is a number.

    Thank you

    Hello Roberto,

    Welcome to the forum,

    This is the textFrame marked on the current page.

    var myLabel = "Foo", // change to label
          myPage = app.properties.activeWindow && app.activeWindow.activePage,
          myTextFrames = myPage.textFrames.everyItem().getElements().slice(0),
          l = myTextFrames.length,
          myVariable
    
    while (l--) {
        if (myTextFrames[l].label != myLabel) continue;
        myVariable = myTextFrames[l].contents;
        break; // presuming there's only one "Foo" labeled frame on the page
        // Otherwise you'll nead an array
        }
    
    alert(myVariable)
    

    Trevor

  • Conditional "updates" to a method...?

    Well, I am just learning Java... My goal is to learn enough java to convert server of the pattern (in fact dtksh) scripts. My first experience is an example of code of "gui" of "head first Java - Sierra/Bates. The code of the book works fine, but in order to understand how 'classes', 'methods' and 'Listeners' work, I tried to add a Boolean logic for the button.

    The code displays a simple graphical user interface that draws a filled in circle in the central region. Pressing any key causes the circle is redesigned with new colors (random). The second button changes the label text in the Western region. What I want to do is to update the label in the Western region based on the value of the variable 'msg '.

    Because I don't really understand the components, I don't know which code to include, why I included it all the!

    I commented parts I added do not have ' work. In fact, mine works... but not as I want.

    Goal: If 'msg' = 'true', and then change the text of the label of 'REAL' value 'false '.
    If 'msg' = 'false' then change the text of the label of 'FALSE' and the value of msg to ' true
    (Sofare so good... If I change my 'msg' is true or false... it works right exacltly).

    What it does not change the value so the next time the button is pressed, it should be the opposite. Sense repeatidly clicking the button should change the text of Labé of ti true false and false to true.

    Here's the full text... Sorry if this is too long!

    Thank you

    Kevin
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.Vector.*;
    public class TestGui2 {
         JFrame frame;
         JLabel label;
         boolean msg = false;  
    public static void main (String[] args) {
         TestGui2 gui = new TestGui2();
         gui.go();
         }
    public void go() {
         frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         JButton labelButton = new JButton(“Change Label”);
         if (msg) {
              labelButton.addActionListener(new LabelListener()); 
              } else {
              labelButton.addActionListener2(new LabelListener2());
              }
    JButton colorButton = new JButton(“Change Circle”);
         colorButton.addActionListener(new ColorListener());
         label new JLabel(“I’m a label”);
         MyDrawPanel drawPanel = new MyDrawPanel();
         frame.getContentPane().add(BorderLayout.SOUTH, colorButton);
         frame.getContentPane().add(BorderLayout.CENTER, drawPanel);
         frame.getContentPane().add(BorderLayout.EAST, labelButton);
         frame.getContentPane().add(BorderLayout.WEST, label);
         frame.setSize(500,300);
         frame.setVisible(true);
         }
    class LabelListener implements ActionListener {
         public void actionPerformed(ActionEvent event) {
              label.setText(“TRUE!”);
              msg = false;
              }
         }
    
    class LabelListener2 implements ActionListener {
         public void actionPerformed(ActionEvent event) {
              label.setText(“FALSE!”);
              msg = true;
              }
         }
    class ColorListener implements ActionListerner {
         Public void actionPerformed(ActionEvent event) {
         Frame.repaint();
              }
         }
    }
    Published by: leonhardtk on June 30, 2011 11:22

    Because it is not formatting properly, I have surround my suspicious code in asterisks.

    Thank you.

    Good. You have two separate listeners, but in the initialization of your treatment, you choose one of them and use it forever afterwards. The solution to this is to have only one earphone. And this listener must have a conditional logic that decides what text in the label, based on the State of the program at this time.

  • Loading external/dynamic text fields

    I have a recurring problem with my fle flash and it involves add external SWF and dynamic text files.

    Here goes...

    My flash is implemented with 5 sections. Each separate section is composed different maintimeline on frames and labeled. SO, when you click on a section in the navigation bar it tells the movie to access this section labeled on chronology. On each article, there is a space for the external txt file or an external swf. I've done many tutorials on how to load these things and I can actually get them to load when I put the instance of them on the first image with the code of the main action. BUT I still want more in the timeline panel.

    For example... When you click on a section, I put the area of dynamic text on this article which is further down in the timeline panel. When I test the movie I see that the text box there, but there is no text in there. When I put the same text on image 1 box, it works. SO I think it has something to do with the code to find the instance further to the bottom of the timeline.

    I hope this makes sense... I enclose my code. Any help would be greatly appreciated because I see this as a recurring problem for me in each section.

    Thank you! Sandra

    LINK:

    http://www.sandraschmitt.com/Coclico/index100.html

    CODE:

    Stop();


    Exteranl loaded text fields
    var textLoader:URLLoader = new URLLoader();
    var textReq:URLRequest = new URLRequest ("text_philosophy.txt");

    function textLoaded(event:Event):void
    {
    philosophy_txt. Text = textLoader.data;
    }

    textLoader.load (textReq);
    textLoader.addEventListener (Event.COMPLETE, textLoaded);


    handle events for the buttons...
    collections.addEventListener (MouseEvent.CLICK, clickSection);
    raison.addEventListener (MouseEvent.CLICK, clickSection);
    stores.addEventListener (MouseEvent.CLICK, clickSection);
    news.addEventListener (MouseEvent.CLICK, clickSection);
    contact.addEventListener (MouseEvent.CLICK, clickSection);
    home.addEventListener (MouseEvent.CLICK, clickSection);


    function clickSection(evtObj:MouseEvent) {}
    trace shows what is happening... in the output window
    trace ("the"+ evtObj.target.name + "button was clicked!" ")
    Go to the clicked section on...
    gotoAndStop (evtObj.target.name);
    }

    You must wait until you are on the frame where the textfield must try to assign the text - you can't assign text if it is not present.  You can probably load all the text and saved it as a variable in frame 1, but this variable must be available on the framework where you assign the textfield text charge.

  • query string Flash and html

    Hello

    The problem page is located at http://gauravchandra.info/gpi/mediaCentre.html

    I use the flash query string to pass a value into a variable so that the flash file is loaded in a particular frame.

    If you see the object or embed element, I wrote ' Body_image.swf? section = flame "in the film source. What makes my flash movie play from a labeled frame - flame. But it works only in internet explore and that too only on the local computer. When I upload to the server, it starts from the first frame each time. In internet explore, it works on the premises, and it does not work even on local in firefox.

    What I am doing wrong? Please help because it's urgent.

    Gerard

    Solved. Put in a preloader. He took care of her.

    Gerard

Maybe you are looking for

  • Trying to sync but the 'attempt limit exeeded' message. What can I do?

    I logged my previous account in firefox sync so I could connect it the new version. I tried to connect from my laptop, my office, my mobile, but none of them does not seem to work. There is always a 'attempt limit exeeded' message that appears. Could

  • The neighbor on my local Mac

    My neighbor's Mac, I saw on my article 'shared' on finder, honestly, I freaked out. I "options of sharing" is off and I just put my firewall but his name is still visible, I double checked and returned in system preferences > sharing, none of the box

  • AT200 - cannot set the language of the interface in Romanian

    HelloI'm new to this forum. Just bought the at200 and successfully updated to Android 4.Even after the upgrade, I can't put the language of the interface in Romanian, that this language is not listed inParameters. Is there a language pack or a patch

  • Lenovo T560 and Dock OneLink Pro

    I have a ThinkPad T560 (20EV000YIX) with among Pro Dock (4X10E52944) and 2 external monitors connected via DVI - I and DisplayPort ports (with VGA adapter). The problem is that both monitors randomly every few minutes became black and reappear after

  • error code 80070005 cannot get updates.

    I have SP2 installed I tried reinstall received the error that the SP1 is not installed. I tried re - install SP1, received the error all ready installed. Do not know what is going on can anyone help? My update log shows that I've never had updates.