only

maven deploy exclude

I want to exclude one dependency when I'm doing deploy, I need it when I use the jar locally, but it should not be in deployed jar. is there any way to do it? ...

FlexBuilder 3 - ActionScript Only - AIR Application

Using an ActionScript only project for AIR dev in FlexBuilder 3. I've already gone through the setup of changing the .mxml to .as to generate the main working file. I've also used NativeWindow.stage to get access for addChild, etc. Is there something I'm missing? When I try to use any flex codebase, there are always 'VerifyErrors'. Also,...

TCPIP server single connection

i need some tips! i am using c# sockets Asynchronous mode. i need to serve only one connection in my application from a server point of view. once one is connected then i would like to refuse any more connection requests. also the server only serves to connect to a single client. when the communication is done the server has to be res...

Excel Forms Edit Only

I have this excel sheets + a vba part with 3 forms that interacts with the sheets (read/write data, xml export, etc). I have some data verification in my forms' code, so I would like to be able to modify values in the sheet only through the forms, not through direct "on-the-sheet" editing Is that possible? When I lock the cells I want ...

Extract Text from web page displayed in a TWebBrowser

I use delphi 7 and I would like to extract ONLY the text displayed in a webpage directly from a web page displayed in a TWebBrowser (no images....). Could it be done & how can I do it? Best Regards, M ...

SHAREPOINT 2007 - Record Read Only

Hi All, In a "Issue" list, I have a mandatory field called "Status", to control the status (Identified, implemented, postponed, etc.). I need to control the behavior of each record based on that field content. For certain status the record should became read only, and only admin users should be able to edit / change it. Is there a way t...

AESlibrary only two lines

Does anyone know a c++ library that uses advanced encryption standard encryption that can achieve encryption and decryption (using counter mode) in just two lines of codes. No need of padding or buffering the plaintexts the library will take care of all this. I have had a look at crypto++, openssl and libtomcrypt but in these it seems I ...

Protecting Excel work book using SpreadsheetGear in C#.

hey What is best possible way to protect Excel work book(read only) and work sheets without using password using SpreadsheetGear dll in c#? ...

How to make changes that only i can see?

For example Id like to modify the login page, so it auto-logs me. I want those changes to ONLY work on my development station and dont be visible in push. if I make it on a branch than i would have to somehow un-merge that change before every push. is that supported by git? ...

Get only the Date from the WPF DatePicker

Hello, when I bind the wpf datepicker SelectedDate I get this 2010-08-25 08:15:33. As I do a comparison: if (SelectedStart >= SelectedEnd) return false; else return true; I get always true. I have to compare the DATE without the TIME. But I do not want to convert to a string and parse this then as a Date. That would be sill...

Use just Sharepoint 2010 foundation

Hi, am an ASP.NET developer new to Sharepoint. Having installed Sharepoint Server 2010, SQL and VStudio on Server 2008 I'm trying find out if there is a way to disable all the extra features that come with SP Server. I wish to develop SP foundation apps only. Do I need to uninstall SP server and just install SP foundation or is there ...

Flex3 app: Audio Only FLV don't play correctly

Hello, I got a flex3 app and a red5 0.63 server. My app plays audio only flv files stored in the server, but don't play correctly. It plays some milliseconds, and stops. It receives the metadata, the seekbar length is correct. When I try to seek, it goes back to the beginning and plays the same few milliseconds. do you have any idea? ...

Open only one activity, without the main activity

I have an application that has one service and 2 activities.One activity (the main one) is a preferences activity and the other one is a dialog themed activity. The service from time to time needs to open only the dialog themed activity (using FLAG_ACTIVITY_NEW_TASK). The problem is that when the preferences activity is opened in backgro...