mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-03 19:40:37 +01:00 
			
		
		
		
	Linux fixes
This commit is contained in:
		@@ -9,10 +9,10 @@
 | 
			
		||||
include $(POCO_BASE)/build/rules/global
 | 
			
		||||
 | 
			
		||||
objects = ExtJSTestSuite Driver \
 | 
			
		||||
	<SourceFilesHere>
 | 
			
		||||
	ExtJSTest
 | 
			
		||||
 | 
			
		||||
target         = testrunner
 | 
			
		||||
target_version = 1
 | 
			
		||||
target_libs    = PocoExtJS PocoFoundation CppUnit
 | 
			
		||||
target_libs    = PocoExtJS PocoWebWidgets PocoNet PocoXML PocoFoundation CppUnit
 | 
			
		||||
 | 
			
		||||
include $(POCO_BASE)/build/rules/exec
 | 
			
		||||
 
 | 
			
		||||
@@ -1153,7 +1153,7 @@ void ExtJSTest::testFunction()
 | 
			
		||||
	ptrBut2->setToolTip("click here to disable");
 | 
			
		||||
	ptrFrm->add(ptrBut2);
 | 
			
		||||
	TableCellHandler<CheckButtonCell>::Ptr pHandle(new TableCellHandler<CheckButtonCell>("Ext.form.Checkbox", false, true));
 | 
			
		||||
	pHandle->addDynamic("checked", &CheckButtonCell::getBool);
 | 
			
		||||
	pHandle->addDynamic<bool>("checked", &CheckButtonCell::getBool);
 | 
			
		||||
	pHandle->addFixed("dummy", "dummy");
 | 
			
		||||
	std::ostringstream str;
 | 
			
		||||
	pHandle->writeData(ptrBut->cell<CheckButtonCell>(), str);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user