Ir para conteúdo
  • Cadastre-se
  • 0

Editing Interface.u errors


barao45

Pergunta

Hi Friends. I was modifying the interface and i dont know why this error happens when i am creating the interface.u. I think that the logic is ok but get the error.

ERROR

-------

 

AttributeRemoveWnd.uc(348) : Error, Types are incompatible with '>='
Compile aborted due to errors.

 

PROBLEM

-----------

 

if ( GetAdena() >= StringToInt64(txtRemoveAdena.GetText()) )
    {
        Me.DisableWindow();

        DialogSetID( DIALOG_ATTRIBUTE_REMOVE );

        DialogSetReservedInt( attributerTypeRadio[getRadioButtonSelected()] );

        // 3146 : ������ $s1�� $s2 �Ӽ��� �����Ͻðڽ��ϱ�?
        //DialogShow(DIALOG_Modal, DIALOG_WARNING, MakeFullSystemMsg( GetSystemMessage(3146), strName, getAttributeNumToStr(attributerTypeRadio[getRadioButtonSelected()])));
        DialogShow(DIALOG_Modalless, DIALOG_Warning, MakeFullSystemMsg( GetSystemMessage(3146), strName, getAttributeNumToStr(currentAttributerTypeRadio)));
    }
    else
    {
        // �����ᰡ ���� �ϴٴ� �޼��� ��� 
        AddSystemMessage(3156);
    }

 

Link para o comentário
Compartilhar em outros sites

1 resposta a esta questão

Posts recomendados


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.