Hello,
I need to write a java JCE provider. I have been looking in the net for several days and I could not find solution. Could you please give me some useful informaion.
Regards,
Hello All,
I have an application where I can launch a modal dialog box over a main window. Main window have some network activity going on in back ground which updates my back ground UI. Due to this application menu becomes accessible even modal dialog is open.
Any help is appreciated.
I am using Mac, Qt, Carbon.
Thanks
Rahul
Hello,
I'm writting custom tool for VS2010. This tool executes GCC-XML compiler to produce xml output for c++ header file.
When i change header file with my custom rule, everything is ok. But when i change some file, included in this header:
Skipping target "_GCCXML" because all output files are up-to-date with respect to the input files.
How can i force rebuild?
Thanks!
I have a Java String that contains XML, with no line feeds and indentations. I would like to turn in into a String with nicely formatted XML. How do I do this?
String unformattedXml = "<tag><nested>hello</nested></tag>";
String formattedXml = new [UnknownClass]().format(unformattedXml);
Note: My input is a String. My output is a String.
Hello
How do we play a video using MPMoviePlayerController in sdk 4.0. Like 3.1 and higher, the play does not seem to work. Or it seems to me. Any suggestions?
Hello everyone
I'm trying to use APIKit to scan my codes to detect if there is private API. apiscanner should run as
./apiscanner ~/Desktop/MyPath/myapp.app
I used command 'cd' go to the directory where apiscanner is. But if I call ./apiscanner ~/Desktop/MyPath/MyApp.app on terminal it reports
Last login: Sun Jun 13 07:22:07 on ttys002
unknown required load command 0x80000022
Trace/BPT trap
logout
Even if I copy the files apiscanner and doit to MyPath, then execute, I get the same problem. I think there is something wrong when I run apiscanner under Mac OS X.
Welcome any comment
Thanks
Hello,
I want to write a custom analyzer in pylucene.
Usually in java lucene , when you write a analyzer class , your class inherits lucene's Analyzer class.
but pylucene uses jcc , the java to c++/python compiler.
So how do you let a python class inherit from a java class using jcc ,and especially how do you write a custom pylucene analyzer?
Thanks.
Hello,
how can I write UTF-8 encoded strings to a textfile from vba, like
Dim fnum As Integer
fnum = FreeFile
Open "myfile.txt" For Output As fnum
Print #fnum, "special characters: äöüß" 'latin-1 or something by default
Close fnum
Is there some setting on Application level?
I have a blur function attached to my ckeditor like so
editor = CKEDITOR.instances.fck;
editor.on("blur",function(e){
alert("hello");
});
you with me ?
now when I click on the flash button the editor blurs and causes the alert to show.
how to I stop that from happening and still get the alert to appear other times like when the user leave the editor area
thanks again
Hello.
I'm writing a ajax chatting webapp, just to test working with GWT.
To simulate server side push of chat messages from the server to the browser, I have a XHR request running behind. It all works fine - except on Chrome, the browser is displaying a loading icon (a spinner) because of the XHR request on background.
Is there any way to avoid this? I've tested it in Firefox, and it doesn't display such behavior.
Hi i am a beginner learning objective c.
i am finding an error "hello.m:1:34: Foundation/Foundation.h: No such file or directory"
i came to know that i need to make a make file
may i know how to make the make file please
Hello,
I would like to set up a ROWE for my dev team: Result Only Work Environment.
Basically, people work how they want, when they want, as long as the work gets done.
This environment has been a huge success for Best Buy: increasing productivity and reducing turnover. Does anyone have any advice for making this work for a dev team?
Thanks!
Hello,
I'm trying to connect to an oracle database with sqldeveloper.
I've installed the .Net oracle drivers and placed the tnsnames.ora file at C:\Oracle\product\11.1.0\client_1\Network\Admin.
I'm using the following format in tnsnames.ora.
dev =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.XXX.XXX)(PORT = XXXX))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = idpdev2)
)
)
In sqldeveloper, when I try to create a new connection, no tns names show up as options.
Is there something I'm missing?
Hello
I want to use setitimer() (or alarm()) in multithreaded process in linux 2.6+ with NPTL-enabled libc. Which thread will receive sigalarm (SIGALRM) from kernel?
Thanks.
Hello everyone! I am really having a hard time trying to set a schedule with development of my game. I would do better and quicker development if I had some sort of schedule to go by. What are some good programs out there, desktop or web, that allow you to easily organize your project and set development goals and milestones?
I would prefer options that are free in cost, but feel free to mention non-free programs also.
Thanks alot
Hello,
I have a Public Static Class and I am trying to access appsettings from my app.config file in C# and I get the above error
public static class employee
{
NameValueCollection appSetting = ConfigurationManager.AppSettings;
}
How do I get this to work?
PS: I pasted just a few lines of code.
thanks
Hello,
I use a library to parse an iCalendar file, but I don't understand the regex to split property.
iCalendar property has 3 different style:
BEGIN:VEVENT
DTSTART;VALUE=DATE:20080402
RRULE:FREQ=YEARLY;WKST=MO
The library uses this regex that I would like to understand:
var matches:Array = data.match(/(.+?)(;(.*?)=(.*?)((,(.*?)=(.*?))*?))?:(.*)$/);
p.name = matches[1];
p.value = matches[9];
p.paramString = matches[2];
Thanks.
Im using the MVC Contrib project to generate my menu system for an MVC site.
How does one target a blank target. I have looked at the code but cant seem to figure why mines not generating a target="_blank" tag.
<mvcSiteMapNode title="Hello WOrld"
controller="Home"
action="Index"
changeFrequency="Always"
updatePriority="Normal"
targetFrame="_blank">
</mvcSiteMapNode>
Hello,
Currently I am using Fedora 12/13 for web application (LAMP) development. Would serious users of LAMP consider any other flavor.
Usage is for my laptop.
If you require more info, pls request, just wrote what I am looking for
Thanks
Jean
Hello,
I just installed MOSS 2007 and configure it on a machine. The machine is not in a domain.
When I try to create a new document in my document library (Server is on a remote location and my laptop is not a part of the domain), MS Word 2007 opens, asks me for login credentials 3 times and then disappears leaving me with a new blank word document.
Is there any way to enable remote access of MOSS 2007 documents?
Thanks :)
Hello I am using jqzoom and it is working fine on all browser except safari there is an error
"TypeError: Result of expression 'smallimagedata.pos' [undefined] is not an object."
Please if somebody can help the page is http://www.legzskin.com/products.php?product=CHARMED when u mouseover the 3 images it should appear zoom window over the flash on the left
Hello,
i just checking Flash Builder 4 ( i come from Flex builder 3 ), and it was painfull to see that old CSS visual editor, that it was very convenient for skinning components, has dissapear when select version 4.
Also creating new project appear option between Mxml and 'Mxml+Spark'.
What is this spark?
Do you recommend using this? What are the strong point over tradicional CSS editing?
i am a little bit confused with this.
Br.
Hello everyone,
I am using SQL Server 2008 with linked server feature. I noticed there are a lot of providers for linked server which could be found from SSMS, like SQLNCLI10, OLE DB, etc.
How to know which provider a specific linked server instance is using?
thanks in advance,
George
Hello,
How can I tell in objective-c coding if an integer is positive or negative. I'm doing this so that I can write an "if" statement stating that if this integer is positive then do this, and if its negative do this.
Thanks,
Kevin