Using ComboBox as an editor for treenodes

I have a customized combobox editor for editing treenodes. The treenodes may or may not editable based on a particular condition in the userobject at each node.
The node and the combobox are rendered fine but as soon as I select an item from the combobox, i see the following error messages in the stack trace and the code goes into an infinite loop :
Exception occurred during event dispatching:
java.lang.StackOverflowError
     at java.lang.ref.Reference.<init>(Reference.java:198)
     at java.lang.ref.FinalReference.<init>(FinalReference.java:19)
     at java.lang.ref.Finalizer.<init>(Finalizer.java:69)
     at java.lang.ref.Finalizer.register(Finalizer.java:75)
     at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:883)
     at javax.swing.JComboBox.contentsChanged(JComboBox.java:950)
     at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:79)
     at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:86)

Here's the code for the custom combobox editor:
public class ScmComboBoxEditor extends DefaultCellEditor
private JTree m_tree;
/* private JComboBox m_comboBox;
protected EventListenerList _treeNodeListeners = new EventListenerList();
protected ChangeEvent changeEvent = null;
public ScmComboBoxEditor(JTree tree, JComboBox combo)
super(combo);
m_tree = tree;
setClickCountToStart(3);
public Component getTreeCellEditorComponent(JTree tree, Object value,
                              boolean isSelected,
                              boolean expanded,
                              boolean leaf, int row)
Component comp = super.getTreeCellEditorComponent(tree, value, isSelected, expanded, leaf, row);
if(comp instanceof JComboBox)
JComboBox combo = (JComboBox)comp;
ScmTreeNode thisNode = (ScmTreeNode)value;
/* if(thisNode.getUserObject() instanceof ScmObject)
ScmObject thisObj = (ScmObject)thisNode.getUserObject();
Vector vItems = new Vector();
vItems.addElement(thisObj);
for(int j = 0; j < 3; j++)
ScmObject obj = new ScmObject();
obj.setName("Branch" + (j+1));
vItems.addElement(obj);
DefaultComboBoxModel comboModel = new DefaultComboBoxModel(vItems);
combo.setModel(comboModel);
if(thisNode.getUserObject() instanceof MappableProject)
MappableProject thisObj = (MappableProject)thisNode.getUserObject();
if(thisObj.hasBranches())
Vector vItems = new Vector();
vItems.addElement(thisObj);
for(int j = 0; j < 3; j++)
MappableProject obj = new MappableProject();
obj.setName("Branch" + (j+1));
vItems.addElement(obj);
DefaultComboBoxModel comboModel = new DefaultComboBoxModel(vItems);
combo.setModel(comboModel);
else if(thisNode.getUserObject() instanceof MappableFolder)
MappableFolder thisObj = (MappableFolder)thisNode.getUserObject();
if(thisObj.hasBranches())
Vector vItems = new Vector();
vItems.addElement(thisObj);
for(int j = 0; j < 3; j++)
MappableProject obj = new MappableProject();
obj.setName("Branch" + (j+1));
vItems.addElement(obj);
DefaultComboBoxModel comboModel = new DefaultComboBoxModel(vItems);
combo.setModel(comboModel);
return comp;
public boolean isCellEditable(EventObject ev)
boolean rv = false;
if(ev instanceof MouseEvent)
MouseEvent me = (MouseEvent)ev;
System.out.println("Clicks = " + me.getClickCount());
if(me.getClickCount() == this.getClickCountToStart())
TreePath path = m_tree.getPathForLocation(me.getX(), me.getY());
ScmTreeNode node = (ScmTreeNode)path.getLastPathComponent();
if(((ScmObject)node.getUserObject()).hasBranches())
rv = true;
return rv;
public boolean stopCellEditing()
this.fireEditingStopped();
return false;
public void cancelCellEditing()
this.fireEditingCanceled();
/* public void addCellEditorListener(CellEditorListener l)
_treeNodeListeners.add(CellEditorListener.class, l);
public void removeCellEditorListener(CellEditorListener l)
_treeNodeListeners.remove(CellEditorListener.class, l);
protected void fireEditingStopped()
Object[] listeners = _treeNodeListeners.getListenerList();
for(int i = listeners.length-2; i >= 0; i-=2)
if(changeEvent == null)
changeEvent = new ChangeEvent(this);
((CellEditorListener)listeners[i+1]).editingStopped(changeEvent);
protected void fireEditingCanceled()
Object[] listeners = _treeNodeListeners.getListenerList();
for(int i = listeners.length-2; i >= 0; i-=2)
if(changeEvent == null)
changeEvent = new ChangeEvent(this);
((CellEditorListener)listeners[i+1]).editingCanceled(changeEvent);
public void setCellEditorValue(Object value)
m_comboBox = (JComboBox)this.editorComponent;
m_comboBox.setSelectedItem(value);
}

Similar Messages

  • Problem using Aperture as external editor for Photoshop CS5...

    I am having trouble using Aperture as my external editor for Photoshop - if, for example, I select twenty photos and choose "edit in photoshop CS5," for some reason or another, only ten or twelve photos will show up. Some photos are always missing, and there seems to be no rhyme or reason to it. Has anyone else noticed this? It is really frustrating and slowing my workflow down immensely. Any words of advice would be greatly appreciated!

    Hi Casey.
    First lets make sure we have the flow going the correct way.  You are using Aperture, and use PSCS5 as your external editor (external to Aperture).  Right?
    Second, what size are your Masters?  When you use PS directly (not calling it from Aperture) do you regularly open twenty files at a time?
    My Masters are about 25 MPix each.  PS sizes them in the 140 MB range.  Opening twenty of them at once -- for me that's about 3 GB of data -- will probably bog things down.  Does the problem occur if you open just, say, five at a time?  What's your hardware?  How do you have PS set-up?
    And -- my top suggestion for improving your work rate: do in Aperture as much of the work as you can, and send out to PS as little as possible.  You don't say what kind of work you are doing, but Aperture, for many, suffices for almost all of there photograph processing needs.
    Message was edited by: Kirby Krieger -- some minor changes.

  • Using Aperture as external editor for iPhoto

    Hi all,
    I could be classed as a "keen amatuer" I suppose. I import all my photos into iPhoto, and use it to publish photos to the web for family / friends.
    I then import the "best" photos into Aperture so I can work my "magic".
    I've recently returned from a very sunny Italy and I want to use Aperture's shadows / highlight editing to enhance a few pictures, then band these up onto the web using I photo.
    I've set Aperture as my default editor in iPhoto, and when I double-click Aperture does open, but the photo I want to edit does not.
    Is it possible to use Aperture in this way? If not, what are the best options for moving photos in and out of both of these apps? Also, I've not used Aperture's web publishing facilities. Are these as good (read "easy") as iPhoto?
    I don't really want to make the move over to Aperture and completely remove iPhoto because the family know and like iPhoto to browse things.
    Cheers for the help.
    Stuart

    Once your Aperture photos are in iPhoto, they are shared just like any others in iPhoto.
    If you're willing to make the switch, then once you switch over to Aperture (moving over all or some of your photos), delete and re-add them to iPhoto. Then you should see any Aperture made photos. Be sure they're added and copied over so when you delete from iPhoto, you're not deleting your only copy.

  • Anybody using a good GIF EDITOR for custom Icons ?

    Hi list,
    I'm looking for a GIF EDITOR, that I could use to build icons and button graphics...
    I've read the Java Look & Feel Design Guidelines, which I found of great interest but when I try to draw my own icons, I'm facing problems about:
    - the number of colors to use
    - how is built the "pattern to prevent coarse dithering" ?
    - how is it applied to the original picture ?
    I'm intending to put my Application on the Web, and would like to be the more compliant as possible with different graphical and color configurations.
    Thanks in advance for any advise or comment.

    Hi,
    thaks for replying but I already use Paint and PSP... now, I would like to use a single software for building GIF icons, without having to switch between two editors...

  • Can anyone offer help using CS4 as external editor for iPhoto '08?

    I am very new to CS4 Extended, having upgraded from Elements 6 recently.  I use iPhoto '08 to do all my photo organization and really enjoy it, have a LOT of work invested in it and don't really want to switch to anything else if I can help it.  One aspect I like about it is that it tucks away my original in case I ever need to revert.  With Elements, I could set my iPhoto preferences to allow all my editing to be done externally using Elements 6, but it would only allow 4 photos to be sent over to Elements at a time.  Then I would have to go back to iPhoto and "get" more.  I thought that when I upgraded to CS4, I would at least be allowed four at a time to be sent from iPhoto to Photoshop for editing.  Whenever I do this, it sends 1 or 2, possibly 3, but never four.  There doesn't seem to be any rhyme or reason to it.  I'm annoyed at having to constantly go back for one or two photos at a time to edit and wondered if anyone knew of a workaround for this problem.  The reason I have done it this way all along is that the two programs would work together and update my iPhoto pics and thumbnails automatically.  Since then, I have just opened the iPhoto files from within CS4, but the edit doesn't update the thumbnails, only the enlarged versions within iPhoto.  Neither Apple nor Adobe has been able to offer any solutions.  I am not looking to create multiple copies of my files.  I download straight from my camera to iPhoto.  I could always just download them to a folder, edit them in CS4 and then import them into iPhoto, but that would necessitate making a copy of the photos to keep the originals safe and I'm not sure I want to have to organize all my originals elsewhere on top of my iPhoto library.  I am very open to suggestions!
    Thanks!

    You should ask at the Apple forums. very few if any actually use iPhoto here. Most use Aperture, Lightroom, and/or Bridge.

  • How to I set up PSE12 to be the external editor for Aperture -  aperture is exporting the photos but they are not showing up in PSE

    I want to use PSE12 as external editor for apetture .  the photos are exportd but do not show up in PSE.  Must be some adjustment I can't find?

    The article below is for PSE 10, but should be relevant for PSE 12. I recently used the instructions for editing Aperture photos in PSE 11
    http://barbarabrundage.com/2011/10/05/adobe-hide-and-seek-setting-pse-10-as-exte rnal-editor/

  • Uploading files using a separate HTML editor

    Because the Verizon website builder is not consistent, I am using a separate HTML editor for uploading files to my personal webpage. However, sofar I am unable to get information from Verizon as to what folder I should upload the files to, in order to view them through my browser. Anyone went through the same experience?
    Solved!
    Go to Solution.

    I point to http://www22.verizon.com/ResidentialHelp/HighSpeed/Email/Setup+And+Use/QuestionsOne/86782.htm?caseRe...
    where they cleary have the FTP Server Settings.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • How to use iWeb as your WYSIWIG editor for HTML

    Yes, it can be done - and as such, it is the best 'free' html editor for the mac, by far.
    design and publish your web page with iWeb. In the end, if you are going to paste the html in an email or some such thing, simpler is better. but don't be afraid to include graphics and colors . . . everything that probably doesn't require javascript (because the email clients are definitely not going to render that).
    then . . . .
    - download the source of the page. (here after referred to as FileName.html)
    - replace any of the local links with the full http:// prefix - especially for images. (this can be done quickly with a simple find and replace)
    - download the css for the page (naming convention is FileName_files/FileName.css in the same directory as the FileName.html file )
    - use the emogirphy tool at pelago design to merge the css style sheet with the html to create inline style tags for the html http://www.pelagodesign.com/sidecar/emogrifier/
    that's it, now you have perfectly useable html that doesn't require style sheets, which you can use for sending emails, or archiving on your own computer. . . whatever you need.
    hope this is helpful - it was for me.

    phrakture wrote:
    Dusty wrote:phrakture is the everything guru.  X11, CLI, VIM, ssh, network, lovemaking, organized crime, kernel hacking, etc.
    arooaroo wrote:Am I the only one wondering how you know this fact?
    You weren't supposed to tell, schnookums!
    AHAHAHAHAHA, that has TOTALLY made my day   

  • Using (Parallels) PS as an external editor for Aperture

    I am new to the Mac so perhaps this has already been addressed. If so, I apologize.
    I am using Aperture for my photo editing and have been using PhotoShop CS5, through Parallels, as an external editor. Much to my surprise this works reasonably well most of the time although sometimes I run into a very puzzling situation.
    Typically I use CS5 to take care of lens distortion since Aperture does not have that functionality built-in. I adjust an image and, if it needs perspective adjustment, I call CS5, through Parallels, convert the object into a Smart Object, Transform the object using the Distort functionality, flatten the image and save it to return to Aperture. Most of the time this works just fine. However sometimes I end up with an image that Aperture tells me it cannot open and, when I try to open it with PS again, it also fails. Sometimes the newly adjusted image just never shows up in Aperture and it is as though it dispappered into the ether.
    I have tried Save and I have tried Save As using the same location specified by PS. Save normally works but sometimes fails as described above and Save As always seems to fail. Can anyone tell me what is going on here?
    One more note. When the attempt to adjust the photo in CS5 fails I have tried again and again and it always seems to fail for those images. I have no idea why this should be but repeated attempts fail. I have success about 60% of the time and the rest of the time either I get an image that cannot be opened or an image that just disappers. I am using CS5 under Parallels because Adobe will not give me a license for the Mac version unless I upgrade and I would rather not pay the $200 and I don't want to end up in CC.
    There are really two issues here. First, why is CS5 occasionally failing and, second, is there a good replacement for CS5 that will work with Aperture to do Perspective Adjustments. I have the trial of PTLens but CS5 is much more flexible in how it allows me to distort an image since not all my image distortions from UWA lenses are symetrical and PTLens only handles symetrical distortion.
    Thanks for any help anyone can provide.

    Agreeing with 99jon, and adding that in my opinion, the only logical use of the two programs is to use the Lightroom Library Module (not the PSE Organizer) as the tool for organizing your photos, and the Lightroom Develop module as your primary editor, and the PHotoshop Elements Editor as the supplemental editor for the situation where you need more power editing than Lightroom provides.
    Why? Because Lightroom is designed  so that it can relatively seemlessly send photos to PSE for extra editing and receive the edited photo back from PSE.
    There is no relatively seemless way to have the PSE Organizer send photos to Lightroom and receive the edited photo in return. You will do a lot of extra work to make this work. I am also very skeptical about this statement, I don't think it opens your photos in the Lightroom Develop Module, but I admit I haven't tried it: "I figured out how to configure Elements to call Lightroom to edit a picture directly.  (Edit-> Preferences->Editing)  WIth that setting, I can now use lightroom on my photos."

  • Using editor for multiple cells in JTable

    Hi,
    Here is my requirement -
    On clicking any column of a particular row in a JTable, a pop-up window containing the cells of that row will be displayed as JTextFields for the user to enter the value and on pressing OK, the entered values should be set in the corresponding columns of that row.
    I used a customised editor for this and the problem here is - getTableCellEditorComponent() method returns the cell value which got clicked/selected by the user. But in my case, all the cells have to be edited and returned to the corresponding columns in the table. The same is the problem with the method getCellEditorValue().
    So, please let me know how do i resolve the above issue?
    Thanks in advance!!

    Hi,
    No, the problem is not with showing the popup. I can get the pop-up containing the fields corresponding to each column in the Jtable and in the pop-up window, I have to change the Text fields and press OK.
    After pressing OK, the changed values in the pop-up will be rendered on the corresponding columns of the JTable.
    So, while using the customised editor, when the pop-up is displayed, the method public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) is basically used to return the selected component (cell).
    I can do the above using
    TableModel model = table.getModel();
    model.getValueAt(table.getSelectedRow,column)
    for all the columns but cannot return all these cells. Only one editorComponent can be returned.
    Similarly, after getting the pop-up and changing the values and pressing OK, getCellEditorValue() will be called which returns the edited cell value, again all the cell values cannot be returned here.
    So, is there a way by which all the cells of a particular row can be edited at a time? Hope the explanation is clear now.
    Please help!
    Thanks in advance!!

  • Using Lightroom as an External editor for Elements

    I just got copies of lightroom 5 and Elements 12.  I've been using Elements for years and really love the organizer. While I know that Lightroom should have the ability to convert an Elements organizer as of version 5.4, I find the Elements organizer far better for tagging, facial recongition and usage. I like having Lightroom as an editor for the first round of simple edits.  I figured out how to configure Elements to call Lightroom to edit a picture directly.  (Edit-> Preferences->Editing)  WIth that setting, I can now use lightroom on my photos.  I find the problem is when I finish in Lightroom the pictures do not get automatically imported back directly into Elements.  Is there a way to configure this?

    Agreeing with 99jon, and adding that in my opinion, the only logical use of the two programs is to use the Lightroom Library Module (not the PSE Organizer) as the tool for organizing your photos, and the Lightroom Develop module as your primary editor, and the PHotoshop Elements Editor as the supplemental editor for the situation where you need more power editing than Lightroom provides.
    Why? Because Lightroom is designed  so that it can relatively seemlessly send photos to PSE for extra editing and receive the edited photo back from PSE.
    There is no relatively seemless way to have the PSE Organizer send photos to Lightroom and receive the edited photo in return. You will do a lot of extra work to make this work. I am also very skeptical about this statement, I don't think it opens your photos in the Lightroom Develop Module, but I admit I haven't tried it: "I figured out how to configure Elements to call Lightroom to edit a picture directly.  (Edit-> Preferences->Editing)  WIth that setting, I can now use lightroom on my photos."

  • Using array as a dataprovider for combobox

    Hi folks, I would apreciate some help.
    I have a multi dimentional array as per
    _dbNames[0]=["Initialize User","","",""];
    How can assign an array like this as a dataprovider to a
    combobox using actionscript 3?
    Thanks for for the help!!

    Hey Jarno, 
    I did some playing around with this (sorry for the delay) and another workaround we can use is adding an Always Copy to the array before passing it into the Script Node. This will allow you to continue using Double precision arrays instead of going to Singles.
    It looks like there is an issue with the array copy that is passed into the SubVI through the terminal, but we can get around it by making a new copy that the Script Node can properly work with. 
    Tim A.
    National Instruments

  • Using photoshop elements 12 as external editor for lightroom 5

    When I have been in lightroom....then used elements as external editor....the photo does not save back to light room...how do you do that?
    thanks

    This issue has been reported numerous times in the last few months on this forum and the elements forum. Surprisingly the solution for some has been to save the file in PSE with the "save as" command instead of the "save" command. I know, this is the opposite of what "they" say but after seeing that solution in the forum several months ago I started following this rec and have not had a problem since, when before I too was having problems with the edits in PSE being saved back to LR 5.3. I don't know whether this is a bug in LR or PSE but there have been enough reports that it clearly is an issue. Adobe, however, is strangely silent on this. Imagine that! Anyway, give that a try and see if that works. Can't hurt.

  • Editor for ASP with syntax highlighting? (I use Bluefish)

    Is there a decent, simple (or not-so-simple) editor for ASP code?  Or, is there a way to get Bluefish to highlight ASP correctly?
    Don't suggest VIM.  I love it, but I haven't learned the intricacies of it yet. 
    And, yes, I apologize for writing ASP... 

    Hi,
    this is a short introduction, might help at start:
    Starts with some generell settings, please note that I just add these
    settings to the files in /usr/share/scite, most of the stuff can also be set in
    files in your ~. Refer to scite docs for filenames onn that.
    SciTEGlobal.properties: general settings which are mostly scattered over
    the file. Find the lines and tweak them.
    # I like my Scite with tabs and a statusbar, displaying line and column
    tabbar.visible=1
    tabbar.hide.one=1
    tabbar.multiline=1
    statusbar.visible=1
    #comment out this line to have it displayed under the textfield not besides
    #split.vertical=1
    #display line numbers (create enough space for 4 digits)
    line.margin.visible=1
    line.margin.width=4
    # ask b4 automatically reload an altered file on disk
    are.you.sure.on.reload=1
    # show name and number of my tab in titlebar
    title.full.path=1
    title.show.buffers=1
    # save the buffer state in a file
    and reload on startup
    save.recent=1
    save.session=1
    load.on.activate=1
    # allows 25 tabs
    buffers=25
    # I plain hate tabs and using 8 spaces is waste of place
    # converts tab hits to spaces
    tabsize=2
    indent.size=2
    use.tabs=0
    # some sane fontsettings: - the ! activates pango -> AA fonts
    # sets them all to similar sizes and monospace font
    # after the if PLAT_GTK these must be tabs in intendation!
    if PLAT_GTK
    font.base=font:!bitstream vera sans mono,size:9
    font.small=font:!bitstream vera sans mono,size:8
    font.comment=font:!bitstream vera sans mono,italics,size:9
    font.code.comment.box=$(font.comment)
    font.code.comment.line=$(font.comment)
    font.code.comment.doc=$(font.comment)
    font.text=font:!bitstream vera sans mono,size:9
    font.text.comment=font:!bitstream vera sans mono,size:8
    font.embedded.base=font:!bitstream vera sans mono,size:9
    font.embedded.comment=font:!bitstream vera sans mono,size:9
    font.monospace=font:!bitstream vera sans mono,size:9
    font.vbs=font:!bitstream vera sans mono,italics,size:9
    # uuh, netscape - long time not seen, replce with firefox
    if PLAT_GTK
    command.print.*=a2ps "$(FileNameExt)"
    command.scite.help=mozilla-firefox "file://$(SciteDefaultHome)/SciTEDoc.html"
    # add a vertical line at column 80
    edge.column=80
    edge.mode=1
    edge.colour=#E0E0E0
    go on to html.properties file; to get the advantages you need the php.api
    and the phpfunctions.properties from http://scintilla.sourceforge.net/SciTEExtras.html
    there you also find api files for ASP
    #replace netscape with mozilla-firefox again
    if PLAT_GTK
    command.go.$(file.patterns.web)=mozilla-firefox "file:///$(FilePath)"
    # load the .api file which I downloaded from the web; it contains, per line,
    # a short explaination of each command
    # $file.patterns.php is defined for *.php and friends by file extensions
    api.$(file.patterns.php)=$(SciteDefaultHome)/php.api
    # the calltips for the hypertext lexer shall not be case sensitive
    calltip.hypertext.ignorecase=1
    # define how the calltipps should be parsed, the following is the same as
    # the standard anyway, but might be overwritten by some people in SciTEGlobal
    calltip.hypertext.parameters.start=(
    calltip.hypertext.parameters.end=)
    calltip.hypertext.parameters.separators=,
    # some calltips have an additionally explaination after the final ")"
    # -this makes display them in a second line
    calltip.hypertext.end.definition=)
    # autocopleter stuff
    # defines which type of characters let the autocompletion pop up
    autocomplete.hypertext.start.characters=_$(chars.alpha)
    # also the autocompletion should not be case sensitive since, grrr php and html
    autocomplete.html.ignorecase=1
    # extend the "Extras" menu with some commands
    # Tidy Checking
    command.name.1.$(file.patterns.web)=HTML Tidy Validate
    command.1.$(file.patterns.web)=tidy -quiet -errors $(FilePath)
    error.select.line=1
    # Tidy Cleanup and indent
    command.name.2.$(file.patterns.web)=HTML Tidy Cleanup
    command.2.$(file.patterns.web)=tidy -i -wrap 80 -m $(FilePath)
    # the executed command alternates the file, so it should be saved b4 and must be
    # re-read -> activate are.you.sure.on.reload=1 , makes things easier to handle
    # !!!! THERE IS NO UNDO ON THIS COMMAND !!!!
    command.save.before.1.$(file.patterns.web)=1
    command.is.filter.2.$(file.patterns.web)=1
    # activate a lint checker for php files
    command.name.1.$(file.patterns.php)=Check PHP syntax
    command.1.$(file.patterns.php)=php -l $(FilePath)
    the tidy doesn't work onClick, but it shows you the errors in line and column
    some pictures to show stuff:
    the gray edge at column 80 and the php-lint checker in action:
    autocomplete code:
    the calltip, NOTE: it is wrapped after the ) which was our setting:
    calltip.hypertext.end.definition=)
    and the delimiter , let highlight the the correct argument:
    whoever want's jump in and wikify that, go ahead, leave me a note where
    I shall help.
    -neri

  • Using BSP text editor for long text formatting

    Hello,
    We are using CRM 7.0. We want to perform simple formatting for the long texts (bold, fonts etc.) We are considering to use thtmlbx <btf:btf> element for text editing. The question is how is it possible to save the formatted text as the long text? Is there any standard way to perform it?
    Thanks in advance,
    Sergey

    Hello,
    In the CRM system there are standard views that display long texts connected to the objects. They are stored in the standard tables and not in the ztables. I just want to enable formatting for this text, to store it formatted in the system and next time the user opens the object to show him the formatted text.
    Thanks in advance,
    Sergey

Maybe you are looking for

  • After upgrading to yosemite, cannot login as mobile user

    After upgrading to Yosemite, I can no longer log on to the Mavericks server as a mobile user. The password prompt is first on the server instead, because only after I do I remove all network connections or disable, I can log in. The connection to the

  • Help with Adobe Photoshop elements 10 download

    I have been trying for 3 days to download a copy of PSE 10. I have tried everything suggested in the forums with no luck. I even tried the direct download links and they did't work. I received a copy of PSE 10 from a promotion with EVGA. I can't unde

  • Filter Routine in DTP

    Hi, I created a filter routine in DTP based on Calendar Month but the data selection didn't get filtered when I execute the DTP. Basically I just need to see current month's data. I am not familiar in writting the filter routine. Can someone share wi

  • How much space does a artist need for ipad(16 gb, 32gb, 64gb)?

    Which i pad would be best for playing games and eductaional apps?

  • Item Level Security and url not working

    Hi, I have a SharePoint 2010 web application for internal users with windows authentication that contains a infopath forms library with content approval enabled. This web application is extended as extranet for external sites and it's using forms aut