Moving extern thumbs

Hi, the thumbs in the gallery are extern, so are the
pictures.
I have a problem, couse i wanna slide thumbs up and down with
mouse position,
and i used a script with dragger, which i made unvisible.
Problem occour becouse mouse position is not active over thumbs,
and then the speed of
moving thumbs is uncontroled, becouse dragger jumbs on active
mouse position. Also there somethimes thumbs are sliding, when
mouse in not rollover the square. On the site i made dragger
visible.
Please hand me the solution..
http://users.triera.net/skazaand/antest_2.html
(only first 2 gallery work)
[B
scrpit on the mask:
th_nav.setMask(theMask);
csillapitas = 85;
pos = 0;
dragger._x = theMask._width-4;
dragger.onrollover = function() {
startDrag(this, false, _xmouse, 0, _xmouse, _ymouse);
mehet();
dragger.onRollout = dragger.onReleaseOutside=function () {
stopDrag();
function mehet() {
th_nav.onEnterFrame = function() {
tavolsag =
(this._height-(theMask._height/1.3))/(theMask._height-dragger._height);
pos = -dragger._y*tavolsag;
this._y -= (this._y-pos)/csillapitas;
gallery script :
var tnNr;
spacing = 10;
container._alpha = 0;
var curLength;
MovieClip.prototype.loadPic = function(pic, id) {
info.text = "";
this._alpha = 0;
this.loadMovie(pic);
temp = this._parent.createEmptyMovieClip("temp2", 998);
temp.onEnterFrame = function() {
var t = container.getBytesTotal(), l =
container.getBytesLoaded();
if (Math.round(l/t) == 1 && container._width != 0
&& container._height != 0) {
var w = container._width+spacing, h =
container._height+spacing;
border.resizeMe(w, h, id);
delete this.onEnterFrame;
MovieClip.prototype.resizeMe = function(w, h, id) {
var speed = 2;
container._alpha = 0;
this.onEnterFrame = function() {
this._width += (w-this._width)/speed;
this._height += (h-this._height)/speed;
if (Math.abs(this._width-w)<1 &&
Math.abs(this._height-h)<1) {
this._width = w;
this._height = h;
container._x = this._x-this._width/2+spacing/2;
container._y = this._y-this._height/2+spacing/2;
container._alpha += 30;
if (container._alpha>90) {
info.text = id;
container._alpha = 100;
delete this.onEnterFrame;
function galleryChoice(q) {
pArray = new Array();
tArray = new Array();
iArray = new Array();
my_xml = new XML();
for (var j = 0; j<curLength; j++) {
this.scroll.th_nav["thmb"+j].removeMovieClip();
my_xml.ignoreWhite = true;
my_xml.onLoad = function(loaded) {
if (loaded) {
gallery = this.firstChild.childNodes
quote:
curLength = gallery.childNodes.length;
for (var i = 0; i<gallery.childNodes.length; i++) {
pArray.push(gallery.childNodes.attributes.source);
tArray.push(gallery.childNodes.attributes.thumb);
iArray.push(gallery.childNodes.attributes.title);
delay = setInterval(makeButtons, 50);
my_xml.load("gal1.xml");
function makeButtons() {
tnNr = 0;
clearInterval(delay);
for (var i = 0; i<tArray.length; i++) {
var thb = scroll.th_nav.thmb.duplicateMovieClip("thmb"+i,
1000+i);
thb.id = i;
// tukaj je stevilo 1*50 stevilo oken
thb._x = i%1*50;
thb._y = Math.floor(i/1)*53;
loadButtons();
function loadButtons() {
var tbox = scroll.th_nav["thmb"+tnNr].box;
tbox.loadMovie(tArray[tnNr]);
temp = this.createEmptyMovieClip("tmp"+tnNr, 999);
temp.onEnterFrame = function() {
bt = tbox.getBytesTotal();
bl = tbox.getBytesLoaded();
if (bt == bl && bt>4) {
nextButton();
delete this.onEnterFrame;
function nextButton() {
if (tnNr<tArray.length-1) {
tnNr++;
loadButtons();
} else {
activateButtons();
function activateButtons() {
mainButtons();
for (var i = 0; i<pArray.length; i++) {
var but = scroll.th_nav["thmb"+i];
but.id = i;
but.onRelease = function() {
container.loadPic(pArray[this.id], iArray[this.id]);
disButtons2(this.id);
container.loadPic(pArray[0], iArray[0]);
disButtons2(0);
function disButtons2(d) {
for (var i = 0; i<tArray.length; i++) {
// obarvanje thumbnailov ... prvi so prikazani, drug je
aktivni
if (i != d) {
this.scroll.th_nav["thmb"+i].enabled = 1;
this.scroll.th_nav["thmb"+i].box._alpha = 100;
} else {
this.scroll.th_nav["thmb"+i].enabled = 0;
this.scroll.th_nav["thmb"+i].box._alpha = 40
function disButtons(d) {
for (var i = 0; i<butArray.length; i++) {
if (i != d) {
this[butArray].enabled = 1;
this[butArray].gotoAndStop(1);
} else {
this[butArray].enabled = 0;
this[butArray].gotoAndStop(2);
disButtons(0);
galleryChoice(0);

I have no idea what your issue is
When you import photos from the iPhone into iPhoto you can delete the photos from the phone
In iPhoto you can delete photos by dragging them from an event to the iPhoto trash and emptying the iPhoto trash and the system trash. This has no effect on the source photos on the iPhone
You first say you want to move photos from the phone to disk. Now you say you want to delete photos on the phone
Please clearly tell us what you are trying to accomplish
LN

Similar Messages

  • BAM 11g Moving External Object Data to Internal Data Object

    Hi
    I'm working with external data objects in our dashboards, this objects are updated every 30 minutes.
    It's posible to update Internal Data objects at same time using triggers in BAM schema for use Active Data?
    I need to autorefresh the Dashboard every 15 minutes.
    Thanks for your comments
    Ricardo
    Edited by: rzegarrape on Jun 26, 2010 10:06 AM

    Hi
    What is the use case. Are you trying to automate a refresh of the report view based on an External data object? Or is there another use case - i am confused about 'moving external dataobject to internal data object' comment.
    Some basic questions:
    Version of BAM in use
    Version of IE in use
    Do you see updates in the browser for the internal DOs. For example, run call center sample with the scripts in [soa_home]/bam/samples/bam/callcenter/bin and verify that you can see the updates on the call center dashboard in Active Viewer.
    Can you describe the setup a little - where is the data you want to view & refresh in the dashboard?
    Regards
    Payal

  • Recognizing Time machine files after moving external drive to time capsule

    I have a LaCie external hard drive that contains my time machine backups, and would like to attach it to my time capsule (in the basement) to free up desk  and usb space.  When I attach it to the capsule the drive is recognized, but it does not recognize the backup files.  As it stands if I select the drive from time machine it will start to back up all over again using only the remaining space on the drive. 
    My options are to reformat the drive and start over, losing my previous backups, or I can find a way for time machine to recognize the existing files on that drive.  Does anybody know a way to do this?
    Any advice would be appreciated:)

    Network backups are in a different format than local backups. The network backups are contained in a disk image. Although it's theoretically possible to copy the existing backup folder to that image, I wouldn't give much for your chances of success.
    A much better plan would be to keep the drive as it is, continuing to use it for local backups at least intermittently, and start a new backup on another drive. You need more than one backup to be safe anyway.

  • Some folders are not showing when I insert external thumb drive

    When I insert a thumb drive into usb slot, I do not see all the folders which contain Jpeg files. How do I overcome the problem ?

    Sorry if I didnt ask the question properly because my Eng is bad
    But I am not intended to write on those drives, I have no third party software installed
    I just want to read those files, I copy those files through Windows 7 on my bootcamp partition
    However, I can't read those specific files on my NTFS drive in MAC OS, but I know its there because when I plug into another PC, they are showing up fine

  • Clips disappear from Events when moving external drive to my new Laptop

    Here is a weird one: I have a large external drive (software RAID) that I have all my footage on, and I am using iMovie to organize it; using a 2006 iMac 24" running Leopard 10.5.7, iMovie '09 8.0.3 (802) (the latest) - all is going reasonably well, although its getting a little slow.
    But, when I move this drive onto my new Mid '09 Macbook Pro, also running 10.5.7, iMovie 8.0.3, the recently re-arranged events show up with no clips in them. Other events, that have not been recently changed, show up okay. Projects seem unaffected.
    Then, if I take the drive back to the iMac, it's all normal again. Sometimes iMovie won't start at all on the MacBook.

    Bonsai wrote:
    I also notice that I get the 'Choosing Full on this computer may result in degraded video playback' warning, despite being 2.8GHz vs. the 2.16 of the iMac, 512Mb video card (enabled) etc. etc.
    Yes-that was a standard statement in all imovie users. However, in the latest version of imovie there isn't full vs large. There is original vs large. You should check you imovie updates.
    I don't know if thats the culprit or not, the iMac does not have that warning. Does anyone else have a MacBook Pro with that warning?
    no that is not the culprit

  • Moving external time machine backup to AEBS

    I've been backing up my mac to an external drive for a while. Recently I just got an AEBS and I want to move that drive to the base station. This works fine, but time machine on my mac no longer recognizes it's backups. How to you migrate you backup to the base station without deleting your old backups and starting over?

    Time Machine backups to AirDisks (e.g. USB HDD attached to Extreme) is unsupported, but has been successful by some. As well, once you decide to move any old TM backups (HDD connected directly to the Mac) to an AirDisk, you cannot continue backing up to your previous TM backup. The format it saves to vs. a local HDD is different. The folder structure you see becomes a sparsebundle/disk image via the AirDisk.
    If you are interested in proceeding with your plan, check these links out:
    http://discussions.apple.com/thread.jspa?messageID=8225748&#8225748
    http://discussions.apple.com/thread.jspa?messageID=8650723&#8650723
    http://jamesshore.com/Blog/How-to-Accelerate-Time-Machine.html

  • Moving external HD.

    I'll be getting a new iMac in the next few weeks and will want to use my current external HD (that I use for Time Machine backups on my current iMac) with my new iMac. How do I restore the external HD to its factory setting so I can start afresh with it on my new iMac?
    Thanks.

    Gareth56 wrote:
    So I could just basically plug in my old external HD (without having erased anything off it) into my new iMac and set up Time Machine and it will overwrite all the previous backups in the Time Machine partition on the external HD.
    No, this is not correct. Just the opposite: TM keeps track of which backups belong to which Mac, and keeps them separate. Many folks use this feature to back-up 2 or more Macs to the same TM disk. TM on one Mac will not delete any TM backups from another Mac, as it shouldn't.
    You'll want to erase the TM partition with Disk Utility. It's quick and easy.
    Presumably the new iMac will recognise the two partitions that are on the external HD?
    Yes. If you have other data on the non-TM partition, it should be fine.
    The only difficulty would be, if you have a bootable clone on an external, and it uses the +Apple Partition Map+ partition scheme for a PPC Mac; you cannot boot from that or any other partition on that drive with an Intel Mac. It must use the GUID partition map scheme. Post back if you need more info on this.

  • MacBook pro hard drive, moving external boot to internal

    Hi, everyone!
    Please pardon my ignorance, I'm not a regular Apple user, except for my iPad.
    I'm currently in Malawi helping missionaries with computer issues and other technical things. One of the missionaries purchased a MacBook pro and had it shipped over here but when he received it the hard drive was bad. He tried to fix it himself and ripped the data cable in the process. A guy in a computer shop here took his new drive and installed it in an enclosure and installed OSX on it. I brought over a new data cable and we are trying to boot from it internally now, but all I get is the Apple logo with the spinning logo beneath it. It does that for about 30 seconds or so the stops there. I tried to boot while holding down the option key and choosing that drive but I get the same result.
    Is there something else I need to do to get this to boot? Or is this not possible?
    Thanks in advance!
    Rick

    You, or someone else is going to have to take that ailing drive out of the computer. Your best bet is to take LowLuster's advice, take the drive out and connect it to the working mac and see what you can rescue.
    It is not a good idea to keep trying to use a drive that is on its last legs. Just hope it will work one more time when it is correctly hooked up to the good Mac.

  • "Find Finder Items" and external volumes

    I have a particular file (an Entourage mail database) that I want to automate backup to a USB thumb drive. Once a day I already use the Backup utility to automatically copy it (currently about 350 MB) to the external thumb drive. No problem.
    Now I want to be able to delete old backups (say more than a week old). Before I can get there, I need to get the "Find Finder Items" action to work on external drives. Is this an action that only works on internal mounted volumes? I also have an external hard drive that doesn't seem to work with that action either. No matter what criteria I select, when I run the action I get "no results produced" which I know is incorrect.

    "Find finder items" works on all drives. But the drives have to be indexed by spotlight. can you do finder search on your thumb drive? also, how is it formatted? it's best if it's formatted mac os extended. thumb drives are usually formatted FAT by default.

  • Finder can't find / display files in external drive

    Just upgraded to Lion on my MacBook, and Finder can't find / display files from my external thumb drive. I got message that the external drive was removed incorrectly, but I did not remove the thumb drive at all. After several attempts on removing and inserting the thumb drive, the files just didn't show up under Finder, and I have no way of working on files from external drive. I went to a Window based notebook and checked, the files are still in my thumb drive so they have not been corrupted, hopefully. How can I make Finder works with external drive in Lion ?

    The problem I have was finally resolved by having a "clean" install for Lion, meaning to back up your hard disc, re-install Snow Leopard, then Lion. It's a lot of work but my MacBook is now working.

  • Unable to modify Namespace on Exported Lists when moving to QC / Production

    I've created several lists and infopath based on external content types (SQL Server) and was able to export / import the ECTs to QC server environment - with no issues.
    However, any and all attempts to migrate my lists and forms that use the ECTs - results in a failure because i cannot change the development URL (namespace) to a QC / Production URL.
    It's frustrating that "migration" or "deployment" doesn't have support for modifying the actual URL used by created Lists/Forms "built in".
    My first thought was "Content Deployment", but I was told that doesn't work with ECTs...
    Any help would be appreciated.
    - Dan

    Hi,
    According to your post, my understanding is that you wanted to
    migrate several lists and forms based on external content types to QC server environment.
    I recommend that you can export the external content types to
    an XML file which are saved with a .bdcm file extension first
    by using the SharePoint Designer 2010 or using the Business Data Connectivity Service Application in Central Administration.
    Then, you can find <Entity Namespace> in the XML file and you can modify the URL to your
    QC server environment URL and migrate the external lists to your product environment.
    In addition, you can try to save the site containing the External List and forms as a template. This template will appear as a WSP file in the Site Collection gallery.
    And, you can save the WSP file out of the gallery, and open the WSP file in Visual Studio 2010 using the import WSP project.
    Then, you can make a new WSP file and move the External lists to your product environment by deploy them with a feature.
    For more information, you can refer to:
    http://camerondwyer.wordpress.com/2012/08/08/how-to-export-sharepoint-2010-external-content-types-bdc-metadata-models-to-xml-file/
    http://gadekarsatish.blogspot.com/2013/10/import-export-list-in-sharepoint-using.html
    http://jimecox.wordpress.com/2011/01/11/deploying-an-external-list-to-new-siteinstance-via-feature/
    Here are some similar threads for your reference:
    http://social.technet.microsoft.com/forums/sharepoint/en-US/2f5ddeef-011f-4827-8c22-67c8c85e93c6/moving-a-site-w-external-lists-bcs-to-another-environmentserver
    http://social.msdn.microsoft.com/Forums/en-US/6ecd1a7d-5a1f-4fbd-8360-1432ccbb07a1/moving-external-list-bcs-infopath-forms-to-another-sharepoint-instance?forum=sharepointdevelopmentprevious
    Best Regards,
    Linda Li
    TechNet Community Support

  • Cannot connect WD External harddrive

    I'm getting a message : accessories uses to much power.
    Is anybody can help me?

    The iPad has no features for connecting/using an external hard drive. You can use an external thumb drive connected via the camera connection kit.
     Cheers, Tom

  • I want to install and use MFirefox Portable. Do i absolutely need to install Mozilla Firefox on my pc to run/use MozFireFoxPortable ?

    Do i absolutely need to install Mozilla Firefox on my pc to run/use MozFireFoxPortable ?
    i've been trying to use MFFPortable for several days and am as confused as hell whether i'm in FF or FFPortable
    FFPortable says their product is sooooooooo easy to install; they don't say it is easy to use with confidence
    can i just install FFPortable on an external (thumb) drive as seems to be its intention and purpose for security reasons without any parts of MozFireFox on the computer hard drive ?
    thnx, john

    You can copy the contents of your regular Firefox profile into your Firefox Portable profile folder. This way you'll have all your regular data like bookmarks, saved passwords, cookies, and so on.
    * [[Profiles - Where Firefox stores your bookmarks, passwords and other user data]]
    * http://portableapps.com/support/firefox_portable#local_profile
    If you still want to export and import bookmarks manually, see
    * [[Restore bookmarks from backup or move them to another computer]]
    * https://www.mozilla.org/firefox/sync/
    ''johndouglasdahl wrote:''
    when i enter the url of a site i visit, the <return> starts & takes me automatically to MFF not to PORTABLE.
    You launch Firefox Portable, you type something into the address bar and press Enter, and your local version of Firefox starts? If so, that simply shouldn't happen, and I can't imagine why it does. I suggest you continue the conversation that you started over on the Firefox Portable support forum:
    * http://portableapps.com/node/42334

  • Is Cover Flow the only way to browse music?

    I hate Cover Flow. It's ugly, gaudy and difficult for me to use. Does the iPhone require Cover Flow to browse music at all, or can you do it in any way that resembles the old iPod interface?

    The vertical interface (non-coverflow) looks pretty much just like the other ipods. There are some minor differences but you browse the same way as on an ipod. But instead of moving your thumb in a circle around the scroll wheel you just flick it up and down on the screen to move through files. I think it works better, faster, and more accurate than the scroll wheel.

  • Elements 9 Organiser Mac OSX swiping Mouse

    How do I stop Organiser moving between thumbs when I swipe the mouse with my finger? I've switched this off in Mac OSX system preferences. How do I switch it off in Organiser?

    There isn't any mouse related preferences in Organizer. Please make sure that 'Move content in direction of finger movement when scrolling or navigating' option is unchecked.
    ~Andromeda

Maybe you are looking for

  • Display of report in excel format.

    Hi,   How to display a report in excel format?? I have the display details in an internal table.     Is it possible for the output to come in excel format as soon as we  run the pgm other.than downloading from list or grid format..If so how to do it?

  • Weird MacBook Pro (15 inch, mid 2009) internet issue

    For the past week I've been having trouble with the wireless connection on my MBP. First off, I know it's not the router/modem because I have 4 other devices (pc, another macbook, phones) connected and those all work fine. The problem I'm having is t

  • I have downloaded a game from i tunes but I can't see it in both phone and PC

    I have downloaded a game from itunes but I can't find it in both my phone and my i tuner account. What is the problem?

  • Quicktime now gone on OS 10.8.5 looking for X to re install

    Ok so i messed up a little i've been on the adobe forums trying to sort this problem out- For After Effects CS6. In the process someone suggest i try deleting Quicktime X and try to install Pro 7. As a result i find that i cant get 7 and now can't un

  • [Solved]System freeze after reboot after upgrade

    Hi, At first I encountered the problem that "loading udev uevents" took forever, so I loaded a live cd and upgraded everything. Since then, my computer does boot and doesn't hang at loading udev uevents, but it now freezes when it shows a login field