• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Showing Image erases Target

  • Thread starter Thread starter MichaelDavidCox at adelph
  • Start date Start date
M

MichaelDavidCox at adelph

Guest
I am finally getting all my new .hack//ENEMY Contagion cards into the
inventory. I went to look at an image for one card. When I closed the
image dialog box, my Target for that card went to --. It was set to 4
(which I changed via Batch Edit) and Target Quantity Fixed By Default is not
selected. And I am a registered user.

I searched for similar problems on the website and the message group but no
luck. Any ideas? Thanks.

Sincerely,

Michael Cox





Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/cardvault/

To unsubscribe from this group, send an email to:
cardvault-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
> inventory. I went to look at an image for one card. When I closed the
> image dialog box, my Target for that card went to --. It was set to 4
> (which I changed via Batch Edit) and Target Quantity Fixed By Default is
not
> selected. And I am a registered user.
Let me clarify as I was experimenting some more. It does not matter if I
show the image or not. If I view card details, click Finished, my Target
gets set to --.

Then, if I view card details AGAIN and click Finished, the Target shows back
up.

However! :) If I do Card Details, Click Finished, Target gets set to -- and
then I change my Owned by adding 1, then view Card Details and click
Finished then the target shows up as 5 (it was 4 before --).

Anyone confused? :) If so, ask and I shall give more details/step-by-step
instructions.

Sincerely,

Michael Cox





Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/cardvault/

To unsubscribe from this group, send an email to:
cardvault-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
At 09:40 AM 1/18/2004, you wrote:
>I am finally getting all my new .hack//ENEMY Contagion cards into the
>inventory. I went to look at an image for one card. When I closed the
>image dialog box, my Target for that card went to --. It was set to 4
>(which I changed via Batch Edit) and Target Quantity Fixed By Default is not
>selected. And I am a registered user.
>
>I searched for similar problems on the website and the message group but no
>luck. Any ideas? Thanks.

That's a bug in CV1.3. We fixed it a while ago, and it'll be fixed when
CV1.4 was released.

In case you're interested in the technical details, this bug is an
excellent example of why using 'break' in switch statements is important:

switch (command) {
...
case SHOW_CARD_DETAILS : Show_Card_Details();
case MESS_WITH_TARGET : Mess_With_Target();
default : break;
}

Otherwise you get weird behaviour like you report - the lack of a 'break'
in the code causes both Show_Card_Details() and Mess_With_Target() to be
executed. Whoops!

Sorry for the inconvenience :)


--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com





------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/WuQolB/TM
---------------------------------------------------------------------~->

Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/cardvault/

To unsubscribe from this group, send an email to:
cardvault-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
>That's a bug in CV1.3. We fixed it a while ago, and it'll be fixed when
>CV1.4 was released.
Glad to hear it has been fixed.

>In case you're interested in the technical details, this bug is an
>excellent example of why using 'break' in switch statements is important:
:) Done it many times!

Sincerely,

Michael Cox

[Non-text portions of this message have been removed]




Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/cardvault/

To unsubscribe from this group, send an email to:
cardvault-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 
Back
Top