Hi,
can anyone help me in this weird problem is there anyways to change the text color of uitabbar item from default gray to white and selected color to blue.
So this is a really simple question, I just can't find the answer. I have some text in a UITextView, that I would like to have show as blue, and serve as a link to a website. How do I do that in interface builder? Thanks
I have a pipe that filters an RSS feed and removes any item that contains "stopwords" that I've chosen. Currently I've manually created a filter for each stopword in the pipe editor, but the more logical way is to read these from a file. I've figured out how to read the stopwords out of the text file, but how do I apply the filter operator to the feed, once for every stopword?
The documentation states explicitly that operators can't be applied within the loop construct, but hopefully I'm missing something here.
I am creating lists in my android app and would like to capture the text of the list item that is clicked but I want to do it in a seperate function so I only have to write the code once. And I want to be able to compare the string to another sting.
What is the best way to do this?
running emacs 22... on ubuntu 9.04, fresh install.
When I copy a region of text via C-w (clipboard-kill-ring-save) then yank it back with C-y (clipboard-yank) it pastes random stuff, from some other buffer that isn't even open.
It was working fine earlier today and I haven't changed my emacs config.
Any ideas why this is suddenly happening/ how to fix it?
Thanks!
ValidatorHookupControlID is OK for associating a control with a Validation control, but it doesnm't give me enough control.
Howdo you clear a Validation Control from Javascript and set the Messagea and Error Text?
I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding.
Hi,
I need to loop through all the items in a listbox and append textto each item.If i have 3 items (item1,item2,item3) in my listbox,i need to append (item1=A,item2=B,item3=C,....)
Can anyone please help me ?
Thanks.
vincent.
Hi,
I'm using Windows and I would like to do extract certain columns from text file using Perl, Python, batch etc. one liner.
On Unix I could do this:
cut -d " " -f 1-3 <my file>
How can I do this on Windows?
Is it possible to get the first line of text from a UITextView. I have looked through the UITextView and NSString Class References and can't find any methods that could accomplish this.
When an IBAction is called:
-(IBAction) onClick1: (id) sender;
What is passed in the sender? Since it's hooked up through the IB, I'm not really sure. My question is how to get the text of the button to be the passed object (NSString most likely) so that I could call it inside the action implementation.
-(IBAction) onClick1: (id) sender {
NSLog(@"User clicked %@", sender);
// Do something here with the variable 'sender'
}
I'm trying to paste chinese text into terminal but I just get lots of numbers instead. if I quickly paste as soon as terminal loads the paste will work that once but not again? Its utf-8 unicode i'm using.
I dont think its the font as it works in textedit the only place I get the problem is in terminal but I need to use it to make my sqlite database.
What would be the best thing to do?
Thanks
Hi,
i'm pretty new 2 programming, and I'm creating a simple text-based game
I'm wondering if there is a simple way to create my own terminal-type window with which I can place coloured input etc.
Is there a graphics module well suited to this?
I'm using Mac, but I would like it to work on Windows as well
Thanks
I want to use PDF::writer to put some dates on a calendar sheet. The calendar sheet itself is prepared as a prerendered template in PDF format. How could I read this PDF as template to write text on it?
Is there an alternative? Fiddling with an HTML-to-PDF converter (like HTMLDoc) is no option.
Hello everyone,
I am writing a piece of software in C++ RAD studio 2010 and got a question about TreeView.
Is it possible to use multicolor text in a TTreeView component? I could not find a easy way but to implement custom drawing which seems to be weird nowadays. Are there any straight-forward ways or maybe additional components that can do it for me?
I am trying to do this but keep on failing.
I have a text box.
I have also an array of cities, and i want, while typing to display the cities that the user should be able to select.
Like if the user is typing : Mu the drop down should display Mumbai \n MuMu ... etc
Like the Tags below is doing !
Does someone have any ideas in how this can be accomplished ?
Hi All,
I'm not sure if it is possible to render an asp.net control from a string. The string contains fragments of html code and I've tried rendering that string to a div tag with runat="server" set, asp panel contain, asp lalbel control and asp literal control. All of them doesn't render the asp control in that textto an actual control, it just come up as a string. I've tried adding <% % around them and it appears it doesn't like it.
Thanks in advance.
how to convert a HTML string to a plain text in iphone dev. Is there any in built functions which does it ?
I am actually downloading a html string from web and showing it in the UIwebview and i am giving the user a edit option so that the html needs to converted to tet so that user can edit
Thanks...
HI All,
I know this is bit strange question, but please suggest.
I want to create a link on website url content in input type"text" field not any other html tag,Is it possible and if yes how.
Regards & Thanks
Amit
Hi ,
I would like to use the new richtext component however i notice it does not support text wrapping , anyone knows if it will be implemented sometime ? or is there any way to work arround it ?
Thanks
Hi there,
I only wanted to know if it's possible to change the style of the font (font-size, color) of the legend text in the Google Chart API.
Thanks for your answers!
Greetings
Sebastian
The idea is rather simple. Some datawindow (not web datawindow) varchar fields contain detailed descriptions. I was wondering if it is possible to provide the following (wikipedia-like) functionality to users: The ability to click (or dbl-click or whatever) on specific words of the text, while reading (which somehow should be indicated as clickable - it would be perfect if they could be colored blue but I don't think this is possible) and open a relevant window (or response). Do you think something like this could be implemented?
I have some fun with unicode text sources (all correct encodet) and I want to match names. The classic problem, one source comes correctly, an other has more flatten names:
"Elblag" vs. "Elblag" (see the character a)
How can I "flatten" a, á, â or à to a for better matching? Are there unicode to ascii- matching tables?