hi,
Can I set label visibility in Flex ?
newUser = new LinkButton();
newUser.label = "hello";
newUser.labelPlacement = ButtonLabelPlacement.BOTTOM;
newUser.label. //visibility ?
thanks
Hello,
I want to draw some circles in another circle like this:
Is there a way to tell a RadialGradientBrush not to use gradients but just fixed colors, so I can achieve this? Thanks for any hint!
(I guess this could be easily done using a DrawingBrush, I'm just wondering whether this could also be done using a RadialGradientBrush)
Hello,
Has any tried binding Binary data to a ComponentOne VSView Control?? I have a binary image data received from a WebService and I need to bind it to a VSView control.
Please help
Hello;
I need to write an application which is to calculate the estimated driving distance between two UK addresses; I think I can use Google as following:
http://maps.google.com/maps/nav?q=from:London%20to:Dover
However, anyone knows what is the daily/monthly limit of querying the database from a single IP address?
I need to implement in a commercial application (freight services), is there any reliable alternative?
Development language/platform: C#, .NET
Regards,
Hello,
I am using the popupwindow plugin for jquery to show a form in a popupwindow.
How can I close this window after submitting?
This is the link I am talking about.
I can open a link in a pupup window. But after submitting I want it to open in its parent window.
Hello people,
I have three images,and , they are not square or rectangular in shape. They are just like face of anyone.
So, basically, my images are in the size 196x196 or anything like that, but complete square or rectangle with the face in the middle and transperant background in the rest of the portion.
Now, I want to remove the transperant background too and just keep the faces.
Don't know if this is possible and mind you, this isn't a programming question.
Hello
I've a string @mainString = 'CATCH ME IF YOU CAN'. I want to check whether the word 'ME' inside @mainString.
So how to check if a string has a substring in sql?
Thank you
Regards
NLV
Hello !
When I try to execute following querry:
SELECT id_subscriber
INTO newsletter_to_send
FROM subscribers
I get an error:
#1327 - Undeclared variable: newsletter_to_send
What is wrong with that query ?
Hello,
My requirement is that there are 2 parties
1. User (who creates the item)
2.Approvers who approve the item
When the user creates the item then they should see only their created item in the list (This is easily possible)...the approvers should have only read access and they can see all the items ...when i select the option that only person who creates the item can see the item then approvers are not able to see the items...can somebody plz help that how to work with this...maybe i am missing some simple stuff so can anybody just point me out to the solution..
Thanks
Hello,
I already know how to send mail with the SMTP class but I would like to know how to get the mail using my application.
Is there some class that handels the POP3 protocol?
Hello!
Can you share your experience of working with network shares like Iomega StorCenter or iConnect over http(s)?
Especially:
Login/logout workflow
Browse functionality
Reading/writing objects
Reading/writing object properties
Your recommendations
Thank you!
Hello, I'm very new at USSD developing. I have a question:
Can I retrieve the IMEI number of a MS(Mobile Station) via an USSD PUSH Application?
The idea is to create an application that is pushed by the gateway, and is totally transparento to the Mobile phone user.
Can it be done?
Thanks for reading
Hello,
I have two projects
1) COM project(Shared Add-in)
and
2) myProject(windows application)
now i want to execute both project through one setup file.
problem is the first project is shared add-in project
so how can i do that?
Hello,
I am learning Cocoa and trying to create an application for Mac that displays a simple book list. Each book is an NSView with its cover image, title and author. I want to present this list as a NSTableView with a single column and a book view in each cell. However i can't yet figure out how to display a custom view inside a table cell in interface builder or programmatically. Any tips would be very appreciated :)
Inso.
Hello All,
I have a list of email addresses from people that use my app. Is it possible to query for their facebook public data by email address?
Thanks Richard.
Hello you all! I want to store every single character of a string value in every single place of a string array.
I wrote this code but Visual Studio says that "Cannot implicitly convert type String to String []".
Can you please tell me how to fix this?
string [] array = Console.ReadLine();
Hello, everyone!
I know that there are many examples of JavaCC parsers here,
but they all do nothing. They just accept a string, or produce parsing errors.
What I need is a few examples of real parsers, which actually do something during parsing. (Such as building a DOM tree during parsing an XML string).
Please help! ;)
Hello
I am trying to create a status window which content(textbox) should change in a lengthy operation.
This status window is called and updated from the main application.
Unfortunately, the content is updated only at the finish of the operation.
I am using VS2008, C# and WPF.
Thank you.
Hello!
I use Windows XP Rus and want to know, what name has Cursor.name property in MS Accessibility for cursor when it looks like hand in Windows XP En.
Hello,
How can I query data from a table available on a list of strings?
I only want to get the data from the list of strings.
Example:
Table
ID Name
1 Big
2 Small
3 Extra
4 Orange
5 Drink
List of Strings:
Big
Small
Extra
Thanks!
Hello,
I am using VS 2008 and .Net Framework 3.5 when i compile project i m getting error
Compiler executable file csc.exe cannot be found.
I have checked that csc.exe is also exist in the .net frame work folder.
When i change compiler version 3.5 to 2.0 it starts working but My 3.5 Features are not available there like LINQ.
I have try everything, Update .Net Framework, Install latest service Pack.
Please help me out this Problem.
Hello!I am using Navigation Based Application.I push First ViewController to Second ViewController and From Second ViewController to Third ViewController Now I want to Pop From Third ViewController to First ViewController.I am Performing This task using the Below Code but i application get's Terminate.Please any body give me some proper Guidelines.I can't use pop to RootViewController because it's Different ViewController.Thanks in Advance...
In Third ViewControler i have Written this:
FirstViewCtr *x=[[FirstViewCtr alloc] initWithNibName:@"FirstViewCtr" bundle:nil];
[self.navigationController popToViewController:x animated:NO];
Hello,
I would like to know how to detect that a node is not present in the origin. I have tried hundreds of things with the logical functoids with no success.
The third case of this page is what I am looking for:
http://danshultz.blogspot.com/2007/08/logical-existence-isnil-empty-string.html
Thanks in advance.
hello
i want to add a headers and index to a list in pyqt , it's really not important what list of QT (qlistwidget , qlistview , qtablewidget, qtreeview)
in short .. i want something like the spin box delegate example in the pyqt demo ...
but instead of the index in the column headers i want a strings ...
hope the idea is clear enough
thanx in advance