Commented Issue: SPServices.SPSetMultiSelectSizes values disapear in IE7 [10129]
From http://spservices.codeplex.com/discussions/286038When I do the same it looks fine also. But all my users that are using IE 7 are having the same issue. I don't have 7 to test with either. Do you...
View ArticleNew Post: testing the new Promises Alpha (=4)
I stripped the code down to just that routine, and it works fine under MOSS/IE7. There's obviously something else going on in the full version of my code.
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
As always you are the man. That did fix it thank you so much. My users are now very happy.
View ArticleNew Post: testing the new Promises Alpha (=4)
Good for me, I guess, but not so good for you. Let me know if you need help. M.
View ArticleNew Post: testing the new Promises Alpha (=4)
BTW, I signed up for spoon.net yesterday, so I can test things easily in IE7 now. M.
View ArticleNew Post: SPServices.SPSetMultiSelectSizes values disapear
Awesome. Keep in mind that you're using an alpha. It should be in pretty good shape, but update to the new version when I release it. M.
View ArticleCreated Feature: Add Official File Web Service [10130]
http://msdn.microsoft.com/en-us/library/aa981147(v=office.12).aspx
View ArticleNew Post: testing the new Promises Alpha (=4)
I have now translated all code in that program to Promises and it runs "perfectly." By 'perfectly'--a relative word--I mean that it runs exactly like the previous pre-Promises code. Unfortunately, the...
View ArticleNew Post: testing the new Promises Alpha (=4)
One thing you should see is that the calls to the Web Services don't lock up the page the way synchronous calls do. You're an early adopter - I'd love to hear how it goes as you are implementing...
View ArticleNew Post: Search webservice ignored time part on Write?
for jagkon's issue, I found that this can be solved by html encoding the <. e.g. AND Write < '2010-01-01'
View ArticleCommented Issue: SPServices.SPSetMultiSelectSizes values disapear in IE7 [10129]
From http://spservices.codeplex.com/discussions/286038When I do the same it looks fine also. But all my users that are using IE 7 are having the same issue. I don't have 7 to test with either. Do you...
View ArticleNew Comment on "SpellCheck"
Not sure how old this content is, but I'm experiencing an issue. I recieve an error message telling me: Server was unable to process request. ---> Name cannot begin with the '<'...
View ArticleNew Comment on "SpellCheck"
I took another look at the Web Service definition on MSDN and saw that the chunksToSpell expects a System.String type. So, I rewrote the code to look like this (same error :(): function...
View ArticleNew Comment on "SpellCheck"
As an after thought, perhaps I should explain what I hope to accomplish to ensure I'm using the right tool. I just want the web service to tell me if there are any misspelled words when the form...
View ArticleNew Post: Cascading Dropdown with Managed Metadata Columns
Is it possible to use SPSerivces to create cascading dropdowns with managed metadata columns instead of lookups?
View ArticleNew Post: Cascading Dropdown with Managed Metadata Columns
There are a lot of wrapped operations for managed metadata, unfortunately, not too many working examples... You may be able to take advantage of the operation: GetChildTermsInTerm, but I've never used...
View ArticleNew Post: Trying to use SPCascadeDropdown and CAML to select from a massive list
I have a very large list of classes which I need to allow the user to select multiple ones of. I have the cascade working fine based of the school the class runs under and all is good apart from its...
View ArticleNew Post: Trying to use SPCascadeDropdown and CAML to select from a massive list
nortonweb: SPCascadeDropdowns only requests the items from the list which matches the parent value selected. In other words, it's already doing that filtering for you. Are you hitting the 5000 item...
View ArticleNew Post: AngularJS and SPServices: can they be used together?
AngularJS is a javascript framework that appears to be destined to become the next JQuery. Today it uses JQuery and JQueryUI under the hood. It is just javascript. Does anyone know if it can be used...
View ArticleNew Post: AngularJS and SPServices: can they be used together?
Joe: I haven't looked at AngularJS before. There are more JavaScript frameworks out there these days than you can shake a stick at. I've tried to write SPServices so that it can cohabitate well with...
View Article