How do I send a string output from a DAQ Board (NI- USB 6259) using labview? I want to send commands such as " CELL 0" or "READ" to a potentiostat device using labview.
Thanks
I need SwA (Soap with Attachments) support in php for a project. I can't find a reference in ZF docs about supporting SwA or not. Anybody knows if it is supported?
If not supported, I have heard about WSO2 WSF/PHP which it does support SwA. My question would be... is it possible to integrate both ZF and WSF/PHP?
Thanks in advance!
Pablo
Hi People,
I was wondering if anybody could point me towards a free ftps module for python.
I am a complete newbie to python, but this is something I need for a work project. I need an ftps client to connect to a 3rd party ftps server.
thanks,
David.
How do you change the width of the uitableviewcontroller in an iPad sdk 3.2. It seems that it is fixed just like the iphone uitableview.
Thanks for your help!
Hi, Is it possible to create XBAP applications in Powerbuilder 12 ? I learned that powerbuilder 12 supports WPF but im not sure about WPF Browser (XBAP) Apps.
Any help or link is appreciated.
Thanks!
Hi! I heard about silverlight 4 can use local fonts. So, is there a way fo enumerate them? I just want to have them shown into a listbox. Thanks you all!
var gallery = new TGallery([[{"image":{"updated_at":"2010-03-20T00:00:00Z","title":"dfgdfg","spam_reports":0,"by_profile_id":1,"comment_count":0,"id":1,"description":"htt","on_type":"profile","adult_reports":0,"on_id":1,"created_at":"2010-03-20T00:00:00Z"}]]);
Then in the TGallery class I would like to convert the json object to a js object.
thanks
without a plugin if is possible... :)
Hi All,
I am downloading very large data from the server. I am using NSURLConnection class for getting the data.
How to implement the pause facility so that i can resume downloading where it was left ?
Thanks
Which metric(s) could help to indicate that i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability, that the analyzed code contains procedural transaction scripts and an anemic domain model instead of following sound object-oriented design principles.
Would be happy about any set of useful metrics and tools for measuring.
Thanks, Thomas!
I have a NavigationController based app. TableViewController loads Array. User clicks Cells and Xib(view controller) is pushed to top of stack. Question is, Can I load another Xib off the Current Xib...Thanks
Hello everyone
I found problem with NicEdit (Rich text editor ),
on Firefox enter a word on 1st line in editor and click on align center button. it doesn't work.
I tried it in IE and Chrome and both work properly , only FF doesn't work.
Please could you help me to solve this problem.
Thanks,
Hi there. I'm toying with Java and SVG Salamander but cant quiet get how to render a simple SVG file into a Jpanel. Could someone give me a brief example? Tried to follow the loose tutorial in the official site, but could not find a simple code to get a better understanding.
So, some code is really appreciated! Thanks!
I have a project created in Eclipse, and I defined an interface and a class for dynamic class loading, the class is in the project directory,
so I have this code in my project:
if (handlerClassName != null)
{
TypeHandler typeHandler = null;
try {
typeHandler = (TypeHandler)
(Class.forName(handlerClassName).newInstance());
but I get this exception:
java.lang.ClassNotFoundException: "handlerClassName"
what should I do to make the JVM recognize the class "handlerClassName" in my project?
thanks
Hello,
I am using JMF to operate my web cam.My usb webcam works perfectly with JMF, I used it in JMStudio however,when I make this call from my java code
deviceListVector = CaptureDeviceManager.getDeviceList( null );
my USB "webcam" is detected however when i am trying to detect webcam on my laptop it is not detecting any device.
How can I properly detect the webcam of laptop, and its formats, from JMF API?
Please help me.
Thanks in advance.
I have a webapp embedding some flash content in an iframe. The flash part is requesting access to the webcam. On firefox/mac os, user's can't click the allow button. This only happens when the page embedding the swf file is loaded in the iframe, it works fine when laded separately. Has anyone else faced a similar problem? D you know any workarounds?
Thanks,
Alex
I'm using a Silverlight 4 WCF RIA Services demo application that uses LinqToSql, that works well.
I add a new database table, move the new table to the LinqToSql designer and build the project
I add a new DomainService class
I get a dialog with the only option to create an empty DomainService and no DataContext classes are available.
What am I missed?
Thanks in advance
Gabriel
I am a little new to store procedures in MySQL and was wondering if I can SELECT multiple columns into multiple variables within the same select query.
for example (iName is the input to the function):
DECLARE iId INT(20);
DECLARE dCreate DATETIME;
SELECT Id INTO iId, dateCreated INTO dCreate FROM products WHERE pName=iName;
Thanks
I'm building a simple flash app that records user voice. I'm new to flash.
What should I consider when choosing between red5 and flash media server?
Can they both be hosted on EC2?
Thanks!
Hello,
I have a class that is stored on the 'server' and multiple clients can call this method. This method returns a class. Now when clients call accessor methods within this class for example a set accessor method. I want the object on the server to be updated and synchronized across all the other clients.
How do I use:
public synchronized setStatus(String s) { this.status = s; }
within java to achieve this.
Thanks
Hey:
I just started with Java and downloaded Netbeans, i kind of like it, but i hear a lot about BlueJ and i was wondering wether if downloading and using BlueJ would be of any use when im happy with Netbeans .. or simply tell me if i am comparing two things that aren't comparable and should coexist :D thanks,
Samuel
Hi All.
Suppose I've got multiple lucene indexes (not replicas) on several PC's.
I query each index and then merge the results.
Is there any way to normalize the document scores so that I could sort by score (relevance)?
I mean, the scores for document A from index A would not be comparable with document B from index B, unless I do some sort of normalization.... not so?
Thanks
Roey
In Mysql,
SELECT id FROM table ORDER BY RANDOM() LIMIT 5
this sql can select 5 random rows. How to do this via JPA Query (Hibernate as provider, Mysql database)?
Thanks.
in server, I have send a byte array to client through java socket
byte[] message = ... ;
DataOutputStream dout = new DataOutputStream(client.getOutputStream());
dout.write(message);
How can I receive this byte array from client?
anyone give me some code example to do this
thanks in advance
Hi,
I have read about Windows Azure but to get deeper into this technology, I need to (obviously) use it. I have a small ASP.NET site which gets little traffic and I am thinking that hosting this on Azure would save me money. Other than this, what other factors would contribute to a project being suitable for the cloud?
Thanks