Posts

android - How to handle views on top of the FlipView? -

i'm using this library allows flipping between views " flipboard " app. it works quite well. the problem need put few views on top of it, i've put inside framelayout, , rest of views after it. it looks ok, has problem: when flipping, views on top of change transparency (and become hidden) till flip over. how can handle problem? edit: i've found this library doesn't have problem, has weird color transition while flipping wish avoid. edit: i've found out known issue ( #49 ) . love know if else has idea of how overcome this. i don't know how fix library, seems library works fine : https://github.com/emilsjolander/android-flipview not sure though how customizable compared 1 i've tested.

PHP/SQL compare two table ID and view the name -

Image
i making script our online game site, want compare result table tabl , view id name. from i've show last characteridx now problem part, comparing 2 tables problm solved! alot! try this: $sql = 'select * '.$db_gam.'.dbo.cabal_character_table characteridx = '.$saint_owner; echo "sql= ", $sql; $query = mssql_query($sql); this output sql command, can check if sql output , send database correct , expect be. however, think error in fact using mssql_ , mysql_ next eachother: make this: $query = mssql_query('select * '.$db_gam.'.dbo.cabal_character_table characteridx = '.$saint_owner); to start.

rspec - rails tutorial 10.3.3 feed_item failing test -

i down 10.43 without errors, following errors occurred after attempting create micropost. tutorial says happen , need go , enter blank array @feed_items. despite making said changes, still 2 errors. in advance. failures: 1) static pages home page signed_in users should render user's feed failure/error: visit root_path actionview::template::error: missing partial shared/feed_item {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. searched in: * "/users/patrick/rails_projects/sample_app/app/views" # ./app/views/shared/_feed.html.erb:3:in `_app_views_shared__feed_html_erb__768030223365309889_70321791671740' # ./app/views/static_pages/home.html.erb:13:in `_app_views_static_pages_home_html_erb___2533148950545762160_70321815481080' # ./spec/requests/static_pages_spec.rb:21:in `block (4 levels) in <top (required)>' 2) micropost pages micropost creation valid information shoul...

javascript - Call iframe function in parent window -

how can call iframe function in parent window, did below not seems working in firefox. same code working in chrome. window.frames["original_preview_iframe"].window.exportandview(img_id); i think have use document.getelementbyid('target_frame').contentwindow.callingtargetfunction(); otherwise use url describes solution problem invoking javascript code in iframe parent page

stream - Error at server shut down & start up org.apache.struts.upload.CommonsMultipartRequestHandler$CommonsFormFile -

i on struts 1 application! my application show error when ever shut down & start up. find 2 different related error @ both shut & start of server. the shut down error goes below warning: cannot serialize session attribute emailtoclient session c3e8630b365ee27fd5ce6ac6860d4ba8 java.io.notserializableexception: org.apache.struts.upload.commonsmultipartrequesthandler$commonsformfile @ java.io.objectoutputstream.writeobject0(unknown source) @ java.io.objectoutputstream.defaultwritefields(unknown source) @ java.io.objectoutputstream.writeserialdata(unknown source) @ java.io.objectoutputstream.writeordinaryobject(unknown source) @ java.io.objectoutputstream.writeobject0(unknown source) @ java.io.objectoutputstream.writeobject(unknown source) @ org.apache.catalina.session.standardsession.writeobject(standardsession.java:1585) @ org.apache.catalina.session.standardsession.writeobjectdata(standardsession.java:1015) @ org.apache.catalina.sess...

iphone - How to create Nested subfolder in iOS? -

i need create structure below inside document directory. document -> folder -> subfolder1 -> subfolder2 -> subfolder3 ----- subfoldern dynamically , show them in uitableviewcontroller. is possible in ios. please help use createdirectoryatpath:withintermediatedirectories:attributes:error: method of nsfilemanager . pass yes withintermediatedirectories , can create entire subtree 1 call.

php - Navigation table not aligning properly in Chrome -

on 1 of old sites, has pretty messy , outdated code, having problems navigation menu in chrome. aligns in firefox , ie reason in chrome first 3 tabs centered. http://jsfiddle.net/8b2cm/1/ <table width="765" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff"> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="19%"><a href="http://link"><img src="http://link" alt="" width="331" height="95" border="0"></a></td> <td width="81%"><img src="http://link/images/logo.jpg" alt="" width="434" height="95"></td> </tr> </table> </td> <td valign="top...