Hi, I've made the output with the -pretty parameter, and it clears at least some of the fog.. However the line is shown (line 8717), it still doesn't make sense..
can someone help me out? The site still looks fine in the hosted browser.. ....loading.... Object element=input.txtbox currentDate=Object Firebug's log limit has been reached. %S entries not shown. Preferences 1<html> 2<head> 3 4 <title> App Name</title> 5 6</head> 7<body> 8 9<script type="text/javascript" language="javascript" src="org.blackbox.finap.FinAp.nocache.js"></script> 10 11<h1>App - The next Attempt...</h1> 12</body> 13</html> 8708 inputSource.element['name'] = 'Source'; 8709 inputSource.element.style['width'] = '100px'; 8710 $add_3(panelInputBoxes, inputSource); 8711 inputDatePaid = $SimpleDatePicker(new SimpleDatePicker()); 8712 inputDatePaid.element['name'] = 'Date Paid'; 8713 $add_3(panelInputBoxes, inputDatePaid); 8714 inputDateDue = $SimpleDatePicker(new SimpleDatePicker()); 8715 inputDateDue.element['name'] = 'Date Due'; 8716 $add_3(panelInputBoxes, inputDateDue); 8717 this$static.inputBoxes.tableElem['border'] = '' + 1; this $static.inputBoxes is undefined 8718 $addRowToGrid(this$static, inputIncome.inputElem.name, inputIncome, 1); 8719 $addRowToGrid(this$static, inputExpenses.inputElem.name, inputExpenses, 2); 8720 $addRowToGrid(this$static, $getPropertyString (inputAmount.element, 'name'), inputAmount, 3); 8721 $addRowToGrid(this$static, inputPaid.inputElem.name, inputPaid, 4); 8722 $addRowToGrid(this$static, inputVL.inputElem.name, inputVL, 5); 8723 $addRowToGrid(this$static, $getPropertyString (inputDatePaid.element, 'name'), inputDatePaid, 7); 8724 $addRowToGrid(this$static, $getPropertyString (inputDateDue.element, 'name'), inputDateDue, 8); 8725 $add_5(panelInputPanel, panelInputBoxes); On 14 dec, 00:45, Ian Bambury <[email protected]> wrote: > Well, I can't run it because there is too much missing (that's fair enough). > I've had a look through and can't see anything really obvious. > > Where do you get the 'this$static.prepareCell_II(row,column) is undefined' > message from? Do you get a JS line number? > > I know prepareCell, but not prepareCell_II > > I think what I would do next is to compile with -style PRETTY in order to > pin down the JS line where this is occurring and therefore the Java line (or > at least get a better idea of which line in the Java code) > > Sorry I can't be of more use. > > Ian > > http://examples.roughian.com > > =============================================================== > If Global Warming is being discussed, climatologists have a job. > If Global Warming is proved, climatologists have a job. > If Global Warming is disproved, climatologists are unemployed. > Is that what you call a 'vested interest'? > =============================================================== On 14 dec, 00:45, Ian Bambury <[email protected]> wrote: > Well, I can't run it because there is too much missing (that's fair enough). > I've had a look through and can't see anything really obvious. > > Where do you get the 'this$static.prepareCell_II(row,column) is undefined' > message from? Do you get a JS line number? > > I know prepareCell, but not prepareCell_II > > I think what I would do next is to compile with -style PRETTY in order to > pin down the JS line where this is occurring and therefore the Java line (or > at least get a better idea of which line in the Java code) > > Sorry I can't be of more use. > > Ian > > http://examples.roughian.com > > =============================================================== > If Global Warming is being discussed, climatologists have a job. > If Global Warming is proved, climatologists have a job. > If Global Warming is disproved, climatologists are unemployed. > Is that what you call a 'vested interest'? > =============================================================== -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
