Author | Topic: Not declared Bin2Var() | |
---|---|---|
Carlos Antonio Beling | Not declared Bin2Var() on Mon, 29 Mar 2010 11:59:50 -0300 | |
Andreas Gehrs-Pahl | Re: Not declared Bin2Var() on Mon, 29 Mar 2010 11:36:51 -0400 Beling, >dan one tell me why the function Bin2Var() is not declared? >Please see the attached screen What.png and part of the error.log. It most likely means that some (Class ?) function that is needed to convert the contents of "cMenuBar" back to a variable is missing, and this error (Function is not declared) occurred during the execution of another function "Bin2Var()", which obviously exists. What is the contents of "cMenuBar"? I assume a MenuBar object? Maybe you don't have the required Class Function for that object available? -- Andreas --- --- Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net 415 Gute Street or: Andreas@DDPSoftware.com Owosso, MI 48867-4410 or: Andreas_Gehrs-Pahl@CrimeCog.com Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net --- --- | |
Carlos Antonio Beling | Re: Not declared Bin2Var() on Mon, 29 Mar 2010 13:05:51 -0300 Hello Andreas: good afternoon. Many thanks. The var is an array with too many itens that arrays too, some of them havinf code blocks like: {...,; {'Only Shown', {|| exec_(1, 2, 'Teste')}},; ...} I´ll look for the functions referenced in the array. It would be very useful if the name of the function not declared could be shown. Any way I posted here the var to be converted thinking it can be useful. Beling Best regards Andreas Gehrs-Pahl escreveu: > Beling, > >> dan one tell me why the function Bin2Var() is not declared? >> Please see the attached screen What.png and part of the error.log. > > It most likely means that some (Class ?) function that is needed to > convert the contents of "cMenuBar" back to a variable is missing, and > this error (Function is not declared) occurred during the execution > of another function "Bin2Var()", which obviously exists. > > What is the contents of "cMenuBar"? I assume a MenuBar object? Maybe > you don't have the required Class Function for that object available? > > -- Andreas > > --- --- > Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net > 415 Gute Street or: Andreas@DDPSoftware.com > Owosso, MI 48867-4410 or: Andreas_Gehrs-Pahl@CrimeCog.com > Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net > --- --- MenuItens.zip |