is there anyway to theme an html table (css) with using the jquery css themes ? all of my components look like they belong together except for my html table which look different.
Hi All, I have an NSTableView working correctly except when I'm editing one of the table items. If the user is still in edit mode, and it presses the Sheet OK button, the tableiew doesn't update.
How do I force the tableview to commit the changes when the user press the ok button (closesheet).
Also, how do I handle the ESC Key to cancel the editing?
Sorry if the questions looks absurd, but I've been only on developing on Mac for a month.
Rebol 2 VID was hugely missing Dropdownlist and Treeview, I have made a search on Rebol 3 on Google but couldn't find anything except a discussion. So what will Rebol 3 VID really include as new widgets ?
I'm trying to move all my compilation config (compilation-command and compilation-directory to be exact) to .dir-locals.el file at the top of my project. It is working fine except that I can't find the way to use expand-file-name there and without it I have to use absolute path, which is not really convenient.
So, is there a way (or a dirty hack) to make local directory variables to evaluate values before assigning?
I'm trying to use a custom compare method (for use with sortedArrayusingSelector) and on another website I got that the format is:
-(NSComparisonResult) orderByName:(id)otherobject {
That's all bery well and good except how do I compare the otherObject to anything as there's only one thing passed to the method?
Like how does the NSString method of compare: compare 2 strings when only one string is passed?
I have a NetBeans project and the Mercurial repository is in the project root. I would like it to ignore everything except the contents of the "src" and "test" folders, and .hgignore itself.
I'm not familiar with regular expressions and can't come up with one that will do that.
The ones I tried:
(?!src/.*)
(?!test/.*)
(?!^.hgignore)
(?!src/.|test/.|.hgignore)
These seem to ignore everything, I can't figure out why.
Any advice would be great.
Hi every body
I am looking forward to find an algorithm to detect a pattern in a given video file. Actually I am going to index moments in a tennis match video at which service (first kick after a goal) is shot.
PS1: sorry for broken English.
PS2: I DO NOT know anything about tennis except that you need a ball to play!!
Could anyone help with a link to comprehensive example or book with all possible kinds of columns for ListView. ListView is bound to Observable collection but read-only ( except checkboxes which are primarily to drive certain actions for selected rows for the application ).
I need to use a different datasource inside a map in Android than the google provided data. Is there a way to change the datasource to a tile based service (openstreetmap.org for example)?
Or are there other Android map APIs which are OpenSource and can be adapted (except Ericcson Mobile Maps - this doesn't work for me because of the licence)?
It doesent have to have a server side part - a rich function library would be enough.
Is there anyway to have the validates_attachment_size except a dynamic file size limit? Here's an example:
class Document < ActiveRecord::Base
belongs_to :folder
has_attached_file :document
validates_attachment_size :document, :less_than => get_current_file_size_limit
private
def get_current_file_size_limit
10.megabytes # This will dynamically change
end
end
I've tried this but I keep getting an error saying "unknown method". Lambdas and Procs don't work either. Has anyone ever tried this? Thanks
I am using a ModelForm to create a form, and I have gotten the initial values set for every field in the form except for the one that is a ManyToMany field.
I understand that I need to give it a list, but I can't get it to work. My code right now is roughly:
contacts = userProfile.contact.all()
initial = {'contacts': contacts}
But that doesn't work. Am I missing something here?
Hi folks,
I am running into this issue and don't know what to do ?
'abc.exe': Loaded 'D:\Windows\SysWOW64\nvoglv32.dll', Cannot find or open the PDB file
earlier I was getting a whole bunch of errors, but the microsoft symbols source set the issue for all of them except this one file : nvoglv32.dll ; does anybody know how I can resolve this issue or get my hands on the file "nvoglv32.pdb" ?
Thanks
-A
I am developing an application which requires Admob integration.I have googled much about it but could not find any help about it except for one question in blackberry forums and that too with no answers to it.
If anyone has been successful in integrating Admob with blackberry , then please help me also in doing this..
Thanx
I have LI that I want to fade out and back in. Within the list item I have some text. This text is positioned absolutely within the LI.
The catch is that in IE8 (IE6 and 7 seem fine) I can get everything to fade except the text:
http://jsbin.com/esamu/13
If I remove the absolute positioning on the text element (in this case, a P), IE8 then can fade the text properly:
http://jsbin.com/esamu/14
Anyone know why this is? Anyone know of a fix?
I have asp.net mvc 2 application.
Now I'm reimplementing it for working with Ninject. All is fine except one thing: where should I store Ninject.dll??
I've created lib directory inside my appdir and made reference to lib/Ninject.dll.
But may be there are some general conventions on how to act in such cases?
Here is what i have for now:
xcopy "c:\projects\SampleProject" "c:\temp\copytest" /E /H /EXCLUDE:elist.txt
It does all the job i need except filtering filenames by extensions.
For example: copy all *.exe files from c:\temp\copytest and subdirectories.
How to do that?
I was wondering if in python there was a simple way to run code if a try statement was successful that wasn't in the try statement itself. Is that what the else or finally commands do (I didn't understand their documentation)? I know I could use code like this:
successful = False
try:
#code that might fail
successful = True
except:
#error handling if code failed
if successful:
#code to run if try was successful that isn't part of try
but I was wondering if there was a shorter way
.
For some reason my will_paginate collection is stuck on page 2.
I have the usual links the view helper provides except every page after page one links to http://localhost:3000/ceo/gr_messages?page=2
I have tried to add the :order option with no luck.
I have also ensured that the request is a get as mentioned on this page: http://wiki.github.com/mislav/will_paginate/simple-search
Any other thoughts or suggestions would be appreciated.
How would you do this:
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
Except with a fluid center (vertically stretched, height 100%)?
I have tested this servlet and it works well, except in Google Chrome it jsut doesn't display image. What could be wrong in this example code that makes Chrome not to display image?
http://balusc.blogspot.com/2007/04/imageservlet.html
/* start the capture */
pcap_loop(adhandle, 0, packet_handler, NULL);
The above starts the capture,but I don't find a way to stop the capture except exit the programe...
I have a problem with TextView and autoLink feature.
I have an about screen in my application with some information like support phone number, email address, website URL and application version in form like 01.01.01
After setting autoLink="all" on the textView, all values are linked fine - except that version number 01.01.01 is linked as the phone number as well.
Is there some way to exclude this text fragment from linkifing?
Hi,
I can't seem to find my problem with this really simple .htaccess file:
Options -Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteBase /d/
#drupal style url rewriting
RewriteRule ^([^.]*)$ index.php?path=$1 [L]
It works as intended for everything except the root url with no slash. So it rewrites and passes the hidden get querystring to my pages for localhost/d/x/y/z as ?path=x/y/z and localhost/d/ as ?path= (blank) but...
localhost/d works, but now appears in the address bar as this ugly monster:
http://localhost/d/?path=/Users/audiozoom/Documents/webroot/d
What could be the problem?
I am generating pipes in my list using pseudo-classes and it works fine except they are not being rendered in IE 7. The code looks like:
.brandLinks a:after {
margin: 0 4px;
content: "|";
}
.brandLinks a:last-child:after {
content: " "
}
Is this just something IE 7 does not do or is my code wonky?
Hi, i'm using jQuery for sending ajax requests to the server, but i have some problems with the charset. In the ajax function documentation is written that data is always sent in UTF-8 according to the W3C XMLHTTPRequest standard, so i don't think that jQuery allows you to change the request charset (except if you load a script, but that's not my case).
So do you know a way to set the ISO-8859-1 charset for the ajax request in jQuery?