Ext JS 4- grids Programming Web Development by arcticM Hello, I'm trying to implement a grid from Ext Js 4. I have index.php, which is the main page that has the main html (<html><head></head><body></body></html>) and a div inside the body. everything on my application is displayed inside that 1 div. in other words I'm using OOP PHP and Ajax. I have a menu on my … Re: Ext JS by Sencha Programming Web Development by arcticM no answers...ok, how about this question: I'm looking at an example of a table (grid) with many rows, now all the data in the table is written inside the js code.. how can I use this table if I want to get the data of each row from my DB? here's part of the js code Ext.onReady(function() { Ext.QuickTips.init(); // … Ext JS by Sencha Programming Web Development by arcticM I was looking at using the Ext JS 4.1 (http://www.sencha.com/products/extjs/) , it promisses to enable developers to use the model-view-controller (MVC) architecture when building their app. can someone give me an example of how I can use the Ext JS 4 with MVC? if I wanted to create a form using their code, it looks like I need to write a specific… Re: Ext JS by Sencha Programming Web Development by pritaeas Are you looking for something like [this](http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/restful/restful.html)? Ext USB Drive stopped working Hardware and Software Hardware by fwick I have been using an ext USB drive with no problems on my powerbook with 10.3.9. I needed to transfer a few big images to a win machine, after plugging it in there (unsuccessfully) I returned the drive to the mac and now it says "you have inserted a disk containing no volumes that OSX can read...." How can I get at the files? AFAIK … Ext JS charts Programming Web Development by arcticM I'm trying to figure out how to implement one of the charts from the Ext JS framework.. where I get stuck is- I can't find the code that has the data inside the chart. like on exis x- Hits per Month and exis y- month, where is the code that says Jun-40, Jul -79, ect.. if there's a tutorial for using those charts (any kind of chart, just to get the… GUI Creation by ext JS fails Programming Web Development by xavialonso am trying to create user interface using 'ext JS' libraries. the following is my code: [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Register</title> <!-- css --> <link rel="stylesheet" type="text/css&… Re: GUI Creation by ext JS fails Programming Web Development by cereal Line 15:[code]Ext.form.Field.prototype.msgTarget = "side";[/code] That means you need a container where to write the form:[code]<div id="side"></div>[/code] Wd hdd ext as slave drive? Hardware and Software Hardware by tinanewtonart I have a Western Digitial 1TB 10eavs ext USB HDD. I am currently running Windows XP Sp1, (no I have hardware issues with SP2 and it gives the vaio mxs10 the BSOD with no OS... but that is a totally different issue... back to the point.) I have slow USB port speed, (no high speed ports.) The HDD is fine, used it with many other PCs and no … get ext Programming Web Development by itisnot_me hey all i have been trying to get the ext from a file so that i can append it back on. but it seems not to be working here is what i have tried [CODE]$tempFile = $_FILES["Filedata"]["tmp_name"]; $targetPath = $_POST["path"]; $filename = $tempFile; $filename=str_replace(" ","_",$filename… Errors using mobile docking station after ext hard drive installed Hardware and Software Hardware by Ffej1971 I recently bought an IOGear 2.5" 80GB USB 2.0 Portable External Hard Drive, installed it on my Dell inspiron laptop via one of the four USB ports on the laptop itself. It set up an E, F, G, and H drive automatically and all is fine with that. Works great. Prior to installing this ext hard drive, I had a Targus Mobile Docking Port Replicator … Computer won't see Ext hard drive Hardware and Software Hardware by dgknauf I have a 360G ext hard drive which I formatted, partitioned and used to backup both my laptop and desktop aabout a week ago. Now when I plug it in to my same laptop or desktop, neither of them seem to see the drive--tho the laptop makes a sound when plugging in the USB connector. Ext drive is humming away and has an indicator light that suggests … Re: Computer won't see Ext hard drive Hardware and Software Hardware by dgknauf [QUOTE=chinabuye786;1135607]There is some problem with the power of laptop and desktop computer.there will be a adapter for the hard drive.If you got it, then plug the adopter in External hard drive and then plug it to the computer or Laptop.I hope when External HDD will get extra power it will start working. Chinabuye.com[/QUOTE] Good idea.… Validation mask in Fields using C#/EXT Programming Web Development by VRamone Hi,i´m having a terrible time to discover how can i create masks to some field. Like for example,i would like that when someone fills a phone field,would appear (00)xxxx-xxxx, and such. I already tried to make a javascript function,but it seems that it doesnt work with EXT,because the field is a <ext:numberfield> and somehow the function … Maxtor ext. hard-drive flashing lights. Hardware and Software Hardware by malachy Hi, my maxtor ext. hd which has been working well, has suddenly started to flash lights when connected to the power supply. The green light in the case is flashing and the green light on the power adaptor. The light is flashing fast and the icon is not showing up on the desktop.There do not seem to be any bent pins on the connector. Has anyone … Re: Maxtor ext. hard-drive flashing lights. Hardware and Software Hardware by Rob_lewis Spoke to maxtor. The blinking green light on the power cord is a problem with the external casing for the hard drive. Several of the posts talked about taking the case apart and connecting it to the pc to download information. I thought they were crackpots. After talking to the service tech on the website it looks like that is the only fix. So… Create a Circle using ext-js and fill it with 3D gradient Programming Web Development by soft_coder Hi! I want to create a circle using ext-js and fill it with 3D gradient. But I don't know. I searched almost all the APIs but I couldn't find the method to do so. Any help will appreciated. onChange with EXT Programming Web Development by VRamone hi,i would like to add an 'onChange' to my <ext:TextField> to execute a function,but it´s not working.Any ideas? how to do work on ext js? Programming Web Development by brijen how to do work on the ext js n any frame work?? Re: how to do work on ext js? Programming Web Development by brijen i want do starting work on ext js how can and from where can i starting??? Re: Ext JS by Sencha Programming Web Development by arcticM sort of... depanding on where the table gets the data from.. I don't understand somethings in that code, it looks like it's calling a php file here url: 'app.php/users' but I expected to see with sql query or some var/obj that holds the rows that are displayed in the table and I don't see it in the app.php, I actually don't understand what that … Re: Ext JS by Sencha Programming Web Development by arcticM ok I found it lol interesting..it might work.. thank you! Re: Ext JS by Sencha Programming Web Development by arcticM when I open your link I see rows in the table, but when I open the same html file that I have in the folder that I got when I downloaded the framework (Desktop\extjs-4.1.1\examples\restful\restful.html) the table is empty.. ? Re: Ext JS by Sencha Programming Web Development by arcticM looks like the restful.js calls app.php but it's not happening..app.php isn't running any ideas why? Re: Ext JS by Sencha Programming Web Development by pritaeas > app.php isn't running What do you mean by this? `app.php` is a PHP script that gets the values from a database and returns them in JSON format. Re: Ext JS by Sencha Programming Web Development by arcticM yeah yeah.. I didn't run the project from localhost..my bad. it works fine Ext. CD Burner doesn't always work... Hardware and Software Hardware by Mikeish Hey guys I have a quick question for you. I have an external CD Burner that plugs into the USB port and usually when I first plug it in it does not work. I plug it in and unplug it about 5 or 6 times before my computer finally reads it. I do wait long enough so that's not the problem. I'm just curious what the possible solutions to this could … Re: Ext. CD Burner doesn't always work... Hardware and Software Hardware by mrwrestler My guess is possibly the chosen USB is a bit sketchy have you tried using a different one? As well did it originally work when you first purchased it? Have you tried reinstalling it too? Ext Class Programming Software Development by babutche This is what I have come up with but it seems like there should be a more simple way of programming it. [CODE]import string import math class Student: def __init__(self, name, hours, qpoints): self.name = name self.hours = float(hours) self.qpoints = float(qpoints) def getName(self): return self.name … Re: Ext Class Programming Software Development by Ene Uran Your error trapping in the letter grades can be mildly improved: [php]s = 'A,A-,A+,B,B-,B+,C,C-,C+,D,D-,D+,F' ps = """ Enter grade letters A through F, you can also postfix A through D with + or - (press just Enter to exit the loop when done): """ while True: x = raw_input(ps).upper() print x # test…