OK never mind - decided to just add things up...
if (arrChpts) {
for (var h:int=0; h<totChapters; h++) {
if (arrChpts[h].selected) {
nrChapters++;
var addNrEntries:int = dataXML.chapter[h].entry.length();
nrEntries += addNrEntries;
for (var...
Probably a dumb question, but I've run out of ways to ask google...
I'm doing a little flash app for vocabulary learning. The vocabulary items are <entry>s in an xml file, children of a given <chapter>. The user loops through the vocab entries, and has the option to see only entries from...
I'm told pictures pasted into an Excel sheet in Office 2004 on Mac show up with very crappy resolution. I don't have a Mac so I can't even look at this right now, and I'm not sure if it's all pictures, or just pictures that were pasted in in Excel 2003 (where they look fine) and then the...
Not for Office 2004 - like I said I don't have access to a Mac right now (Excel 2003 doesn't seem to care either way). I'll be sure to post back when I get a chance to play with someone's Mac!
(Got another issue with Office 2004 too.. new thread tho!)
I really really do have the same name for the picture and the checkbox! This isn't supposed to be possible? Huh! Curious now! My creation of the buttons goes as follows:
- I get the picname from a user form text input,
- assign it to the current selection (if that is of Type picture) (I use...
Every picture is named differently; but I do use the same name for the picture and the associated checkbox (makes passing the name easier) - is that what you're referring to as dangerous? You thinking naming conflicts? I do have a check when I create the checkboxes for the Type of the Shape, and...
(Re-posting - was mistakenly in VB5/5 forum - sorry!)
My client has asked for a simple macro to toggle pictures (inserted from clipboard) via buttons in the sheet. The macro I wrote works as it's supposed to on Excel 2003, however my client has a Mac with Office 2004, and reports that "nothing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.