hi everybody, i have purchased arduino uno r3 in south africa , don't have stores sell isp programmer, , make things worse no sparkfun or adafruit products sold in city don't have many options (not helpful know). now here's dilemma, constructing 2 barebones arduino's based on rbbb (really bare bones board) design (which don't here either resorted constructing them myself). hold of blank atmega328-pu chips not pico power version! so in desperate need of bootloading these chips uno bootloader, aware (after reading through forums) of fact signatures atmega328-pu , atmega328p-pu different. have followed several tutorials using arduino isp programmer no success. followed tutorial http://www.gammon.com.au/forum/?id=11635 hoping work atmega328-pu assuming works atmega328p-pu chip. i tried altering avrdude.conf , boards.txt suggested in thread http://arduino.cc/forum/index.php?topic=58670.0 : avrdude.conf code: [select] #------------------------------------...
hi, i'm starting , address http://localhost/joomla15/administrator doesn't work (it stays blank, no error or anything). wonder if have change in address or somewhere else. joomla installed through web-host dreamhost.com , didn't have much. i appreciate help. silvia http://localhost tells browser not go out internet use localized web server installed on pc. lack of better description, localized web server doing coding , test site development on local pc using software turns pc "local" web server; hence, term - localhost. you mentioned dreamhost.com installing joomla. assume mean installed joomla on hosting account? so need access joomla installation by: http://www.yourdomain.com/joomla15/administrator Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5
hi troops, my application has core set of items (e.g. products), gets passed between various view layers. each layer wraps given input list in listcollectionview, , adds own sorting , filtering. that way might have construct similar to new listcollectionview(new listcollectionview(new arraycollection())) but, of course, sorting/filtering added on each level. now when call itemupdated() on root arraycollection, change not propagate hierarchy of lists. it seems each wrapping, have call itemupdated(), such as: ac.itemupdated(product); ac.itemupdated(product); to make top-most listcollectionview update. single call not trick. debugging code gave me insight initial collectionevent.update event ac converted move event listcollectionview. second call makes lcv realize item wouldn't move anymore , not convert event, next lcv can item-moved update of localindex. yes, yes, complicated. feedback welcome, of course for single o...
Comments
Post a Comment