Apex Flash Chart Not showing all rows

I am using APEX 4.0.2 and have created a flash chart. I added a scroll bar, but don't get all of the rows that I expect. I ran the sql in a PL/SQL develoepr session and get all of the expected data. Where do I tell APEX to return all data found?
Thanks!

Thanks for the reply!
This tool is so robust, its easy to overlook what is right in front of you.
Second half of the question:
I have about 1500 rows reporting in the horizontal chart. It seems that the chart has to be sized HUGE to keep the chart readable even though there is a scroll bar. Is there a way to force the hight of each horizontal bar rather than what it appears to be doing, which is shrinking each bar to the point it's not readable.
Thanks!

Similar Messages

  • Apex flash Chart not working after upgrade to #5.1.3

    Hi,
    I am using oracle apex 4.0,database11g and i upgraded the apex flash chart to #5.1.3, also i am using the partial page refresh (html_PPR_Report_Page) in every 5 sec time interval.
    However after about 5 seconds the charts dissapear and never come back unless you manually refresh the browser.
    Could y please suggest.
    Regards,
    Saroj

    Like junkyardheart, mine cleared up.  After talking with tech support for 2 to 3 hours trying all kinds of things they opened a ticket to have a technician checkout the local cell tower.  The next day tech support called me and I told them it was worse.  Then they had started looking at my past reports on "Mark the Spot" app and open several more tickets and had a crew checkout the area.
    I received a call two days later and they had two bad cell sites.  With the next day being Saturday they had the whole weekend scheduled as an outage to fix the problems.  By noon on Saturday everything was great.
    I even checked out my download speed using a few speed apps and I was pulling 2-3 Mbps down and pushing 1+ Mbps up.
    I think the update exposed a serious problem that had existed for a while.

  • Analysis does not show all rows returned by SQL

    Hi.
    OBIEE 11.1.1.7.0
    I have a strange problem.  I have a simple table that should return customer number and sales.  The report will show all of the sales, but it does not show all the customer numbers.  The SQL that OBIEE creates does return all of the customer numbers.  When I remove the sales and just include the customer number, the report only shows a couple of the customer numbers (it should show several hundred).
    I guess what I'm looking for is any advice for how to debug this.  I have spent about 3 days on this problem, so I have tried to look at it from every angle (data, RPD, report).
    Any suggestions are appreciated.
    Thank you.

    Thank you for your reply.
    New development.  The issue has to do with a descriptor ID column.  The customer number column is a varchar field and I set the descriptor ID column to the column_ID field.  When I remove the descriptor ID setting, I received all custom numbers.

  • Flash player not showing all of pix on web page

    Have latest flash player 11, IE 10, windows 7 64bit. Have tried everything that I have found on your site, still having problem when I go to a page, all of pix will not show up. Have downloaded firefox, but it is the same. Also talked to internet provider, says its not their problem, but they tried a lot of different thing. Activex filtering not checked. Shockwave flash object enabled. What should I do next?????

    Can you provide a link to where that happens?

  • Enterprise Manager Database Control not showing all rows

    Hello,
    I populated a DB through SQL Developer but when I access the DB control of EM and hit "view data" for the correspondant table, only few of the rows are shown.
    Any idea why and HOW I can get it to show all the data I inserted?
    Many thanks!

    There could be few reasons as follows.
    1. You could have filter set in Sql Developer - Try the same from a sqlplus.
    2. you can have a VPD policy on the table - Check for policies on that table using dba_policies.
    3. Also try to analyze the table and check for num_rows from dba_tables. That will tell you exactly how many rows you have irrespective of tool, policy, etc etc.
    Thanks,
    Ankit.

  • ALV not showing all the rows! Please help!

    Hi Experts,
         I have webdynpro ALV report and I am using SALV_WD_TABLE as the reusable component. In component controller's WDDOINIT I have written the code for pulling teh data from R/3 table and binding it to ALV table.
    In the view's WDDOMODIFYVIEW event I have written the following code to get subtotal and grand total of Qty column based on product column.
          I have coded like this:
          lr_field_settings ?= l_value.
    lr_field = lr_field_settings->get_field( 'PRODUCT' ).
    lr_field->if_salv_wd_sort~set_group_aggregation_allowed( ABAP_TRUE ).
    lr_field->if_salv_wd_sort~create_sort_rule( ).
    l_sortrule = lr_field->if_salv_wd_sort~GET_SORT_RULE(  ).
    l_sortrule->set_sort_order( if_salv_wd_c_sort=>sort_order_ascending ).
    l_sortrule->set_group_aggregation( ABAP_TRUE ).
    *...Aggregate Field PRODUCT
    lr_field = lr_field_settings->get_field( 'QTY' ).
    lr_field->if_salv_wd_aggr~create_aggr_rule( ).
    lr_aggr_rule = lr_field->if_salv_wd_aggr~get_aggr_rule(  ).
    lr_aggr_rule->set_aggregation_type( if_salv_wd_c_aggregation=>aggrtype_total ).
    It is working now but my ALV table is not showing all the rows. I have 6 products and it is showing from product 2. But it is calculating grand total and subtotal correctly. I am not able to see the first product row and subtotal for that. Even if I click on the ^ icon in the ALV table below it is not showing all the rows.
    What could be the problem?
    Please help
    Thanks
    Gopal

    did you somehow manage to set the "first visible row" property on table object
    to 2.   Only thing I can think of that could cause this effect.
    Cheers
    Phil

  • Why Flash chart is showing only 15 bars

    Hi,
    I have created a flash chart, a 2d column chart, but it is showing only 15 columns, I have checked that query is returning more that 20 rows.
    When I created a Pie chart with the same query, it too showing 15 pieces with one extra piece 'Other' by calculating other remaining rows.
    Can anybody tell, why bar and pie chart are not showing all the rows?
    Thanks
    -Smith

    Hi Ben,
    Your tip really helped me to fix a chart problem. I have a stacked bar chart and there were more than 25 columns. Due to the limitation, the chart was showing incorrectly with wrong values. After increasing the limit, it displays correctly now.
    Thanks a lot
    Nattu

  • SelectOneChoice not showing all values from database

    Hi!
    I have to put a list of values in my select one choice. When I do the query in database, all the values are selected. But, with the same query on JPQL, the select on choice do not show all values in database. Anyone can help me, please?
    P.S.: I am using SelectOneChoice with SelectItems, in JDeveloper 11g
    Code:
    <af:selectOneChoice id="selAction" value="#{row.idCmd}"
    unselectedLabel="&lt;Selecione>">
    <af:forEach var="alertTypeNode"
    items="#{bindings.actionFindAll.iteratorBinding.allRowsInRange}">
    <af:selectItem value="#{alertTypeNode.dataProvider.idCmd}"
    label="#{alertTypeNode.dataProvider.nmCmd}"
    id="si1"/>
    </af:forEach>
    </af:selectOneChoice>

    In your page binding check the rangesize setting for the executable you use - set it to -1.

  • Bex Query not passing all rows to Crystal reports

    hello experts,
    i have created a bex query that shows all employees from the master data table and links to the cats table to show absence hours...
    in bex, all employees are showing and some of the employees have hours showing for sick time. this is known as a left outer join.
    i have created a report in crystal with this bex query and it does not show rows from the master data that do not have a link to the cats table. only the rows that have a link to the cats table are showing up. (this is compared to a inner join)
    the reason i need the master data from the employee table is that the users want to divide the total hours off(sick time) per department by the total employees in that department.
    here is the sql query from crystal that was created automatically when i used the bex query to created the crystal report.
    SELECT {Measures.4J8L2TQJ3P517ISQ1R4Y8UZ36, Measures.4J9PY3UANRIW2HW15YSOED92A, Measures.4J9TLIO0NDQROSA2YONCW6HB6}
    ON COLUMNS,
    NON EMPTY
    CROSSJOIN(0EMPLOYEE.LEVEL01.MEMBERS, 0EMPLOYEE__0COMP_CODE.LEVEL01.MEMBERS)
    DIMENSION PROPERTIES 0EMPLOYEE.50COMP_CODE, 0EMPLOYEE.50MAST_CCTR ON ROWS
    FROM ZCATS_MC1/ZZCATS_MC1_Q001C
    SAP VARIABLES 0I_DAYS INCLUDING 0CALDAY.20100502 : 0CALDAY.20100903
    i am using the mdx driver, and the integration kit is 2.8.
    any thoughts?
    thanks,
    erik

    Thanks Ingo for the quick response.
    this sounds like a limitation in the integration between bex and crystal because the query shows the correct data and the crystal reports does not. i have tried to add a calculated key figure to all the rows and put a number in it but it still does not show the rows in crystal.
    my issue is that they(the business users) want to know all the employees in the employee master data along with all the sick / illness data.
    do you have a suggestion for this issue?
    do you think that the mdx driver should be updated to allow master data to flow to crystal?
    thx,
    Erik

  • BI publisher report is not showing all the data

    Hi All,
    I have created a report using BI Publisher in R12. The report is not showing all the records.
    I have checked the result XML it is also not having all the data. My query returns 846 rows but my report only has 662 rows.
    what might be the issue.please give me some idea to resolve this issue.
    Thanks in advance.
    Regards,
    P.Kalidoss

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • Photoshop CS4 Is Not Showing all Formats/Extensions when saving. [was: Please Help]

    My Adobe Photoshop Cs4 Is Not Showing all Formats/Extensions.
    when i edit a picture and wants to save in .png or .bmp or in any other format ...
    there is no .png In the Save As List, There are only Some Extenstions in that list like Jpeg-Psd-Tif etc...
    I Made The Picture in RGB mode..
    And I have Png.8bi Present In my AdobePhotoshop/Plugins/File Formats
    But It Is Still Not Showing Can you guys help

    Thanks For The Reply ... Let Me Answer your questions
    Os = Windows ( windows xp )
    Bits = 8 bits / Channel
    I didn't Understand your this question
    => If On Windows is it the same in both the 32 and 64 bit versions of Photoshop cs4?
    System Info :-
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 1
    Processor speed: 1394 MHz
    Video Card: Intel(R) 82845G Graphics Controller
    Video Mode: 1152 x 864 x 4294967296 colors
    Video Card Driver: ialmrnt5.dll
    Driver Version: 6.13.01.3264
    Built-in memory: 2046 MB
    Free memory: 1497 MB
    Memory available to Photoshop: 1586 MB
    Memory used by Photoshop: 70 %
    Image cache levels: 4
    Serial number: 92628791954238016438
    Application folder: D:\CS4\Photoshop CS4\
    Temporary file path: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 39.1G, 32.0G free
    Primary Plug-ins folder: D:\CS4\Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       ATL80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       mfc80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHS.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80CHT.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80DEU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ENU.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ESP.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80FRA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80ITA.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80JPN.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80KOR.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfc80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       mfcm80u.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.762  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       VersionCue.dll   Adobe VersionCue   4.0.0.0client1  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Bas Relief 11.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Colored Pencil 11.0
       Conté Crayon 11.0
       Craquelure 11.0
       Crosshatch 11.0
       Cutout 11.0
       Dark Strokes 11.0
       Diffuse Glow 11.0
       Dry Brush 11.0
       Embed Watermark 3.0
       Film Grain 11.0
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       Ink Outlines 11.0
       Lens Blur 11.0
       Lens Correction 11.0
       Liquify 11.0
       Mosaic Tiles 11.0
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Photocopy 11.0
       Plaster 11.0
       Plastic Wrap 11.0
       Poster Edges 11.0
       Read Watermark 3.0
       Reticulation 11.0
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Smudge Stick 11.0
       Spatter 11.0
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Sumi-e 11.0
       SuperPNG 2.0
       Texturizer 11.0
       Torn Edges 11.0
       Underpainting 11.0
       Vanishing Point 11.0
       Variations 11.0 (11.0x001)
       Water Paper 11.0
       Watercolor 11.0
    Plug-ins that failed to load: NONE
    Flash: 0
    Installed TWAIN devices: NONE

  • Show all rows in interacive report

    Hi there,
    I built an interactive report, when I run the report it shows just 15 rows with the ability to see the next 15 rows -
    Iam asking how to show all rows as a default whenever the user runs the report.
    Regards,
    Abdul

    I saw in another thread that the trick is to log out as the developer and close the browser. I tried that and now it appears that my change to 100 rows as the default report rows seems to hold when I log in just to the application in another browser. When I tried it without logging out, it did not seem that the default became active--even when going in through another browser. Seems like a bug that should be fixed??
    Pat

  • Adobe Flash up to date; firefox 9.0.1 installed. Flash does not show as plug in & Firefox states Flash not up to date. What to do

    Under plugins, I get the following message:
    For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.
    However, I updated to the version Firefox suggested. Flash does not show as a plugin. Plus, after updating, I continue to receive the message:
    Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.
    Running Windows 7
    Firefox v 9.0.1
    What is wrong?

    The plugin check page only recognizes some common plugins that play media on web pages and not plugins added by security software like McAfee. So no need to worry about that. Just make sure that you keep all your software up to date, especially software that deals with internet access and security software (anti-virus software, firewall).

  • Why does it not show all the pictures when i open myspace

    Hello,
    I have apple mac pro desktop. When i open some profile on www.myspace.com, does my computer not show all pictures on that profile site. Can some one tell me if i need to download some software or plugin to see all pictures on the pages. I use safari beta.

    deniz aya wrote:
    Hello,
    I have apple mac pro desktop. When i open some profile on www.myspace.com, does my computer not show all pictures on that profile site. Can some one tell me if i need to download some software or plugin to see all pictures on the pages. I use safari beta.
    Hello deniz aya,
    Welcome to Apple discussions..
    No, you do not need additional software to view the pic, myspace is just not very mac friendly, as they say ( long time coming) they are working on it.
    Myspace pages can be a nightmare, a couple of my friends pages for instance
    have been known to crash my Safari beta & when on version S 2.
    Try using Firefox as well, the "other" browser they recommend other then Safari
    for Mac users, albeit they do not say which version of Safari to use.
    Check pages including the one you have an issue viewing the pics on with the http://validator.w3.org/ to get an idea of how poorly coded they are.
    Eme '~[ ) 
    I just checked my page which has not half the items that other pages use & it Failed validation, 91 Errors, one of my friends pages failed with 490 odd........
    Of course I presume you have flash, as mentioned by QuickTimeKirk.
    To check, in Safari under the Help menu, click on -> Installed plug-ins.
    and check for Flash player.
    Under Safari menu, Safari's preferences, Security tab- Web Content: you have Enable Plug-ins checked correct?
    Message was edited by: Eme

  • Text Entry Box not showing all text

    I am creating a simple exercise where I would like the user to copy text from the course, paste it into word, and report back what the word count is.  I thought perhaps the Text Entry Box would be the best way to go, since if you click on the existing (default) text, you can copy it.  However after I place the paragraph of text in the box, and resize in the editor so that all the text shows, it does not show all the text when playing back, either previewd or published.  It only shows the last few words of the last line at the top of the box.
    Is there something I am missing?  Or, is there an easier/better way to do what I need?
    Thanks

    Hi all
    If this is Captivate 4, there may not be any need for a widget to do this. I'm guessing you haven't tried enabling the Scroll Bar for the Text Entry Box (TEB)?
    When I just plop a TEB on a slide, I get this in edit view:
    During playback it looks like this:
    But if I edit the TEB properties and enable the Show Scrollbar option:
    I get this in the output:
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Private Key Not Found Error in Ldaps

    Hi, I am facing "Private Key Not Found" Error in ldaps. The key and the SSL certificate is stored under the same location. The certificate is self signed certificate and in .pem format. When I am trying to install the certifcate through SUN ONE Conso

  • Error while deploying .jsp page

    Hi all, I created a single sample jsp page using jdeveloper and moved this jsp file to $OA_HTML. This page will be called from existing apps jsp page through hyperlink. When i click the hyperlink request passed for my jsp page but the following error

  • Size of a displayed image in memory

    Hello, I am interested in controlling the memory usage of an application. The application loads and displays images from files (mostly GIFs). I'd like to prevent an image from being displayed if it would occupy more memory than some preset limit. Is

  • 2 Devices disconnecting/reconnecting repetedly

    According to the event log on our HH5, starting at 18:10 yesterday my kindle and my sons android phone have repeatedly disconnected and reconnected every few seconds. I checked to see what was going on because I tried to go online with my kindle earl

  • HT2731 What if i don not have an existing visa right now and i want to download the free iphone 5s apps?

    I have just made an apple ID but i can not continue downloading free apps because of VISA info which has some problems with my bank. What can i do to start downloading free apps right now?