0

Latex

un4gvn 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 3

Won't open .tex files? Ouch!

0

The Erase Question about SST39VF6401B

preliminary 7 years ago in General 0

Good afternoon,everybody

I am using SST39VF6401B this FLASH to make a project. It can read and write. But it met troubles when I set it to make a order that sending erase instruction according the SST39VF6401B’s datasheet. It can’t erase successfully.Have anyone here use this one? Please give me some help. Thanks in advance.

The following is the erase programming code:

 [code]NOR-Status FSMC-NOR-EraseChip(void)

(

*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*AA;

*(unsigned short *) (NOR-BANK-ADDR + (0*02AA << 1)) = (unsigned short)0*55;

*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*80;

*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*AA;

*(unsigned short *) (NOR-BANK-ADDR + (0*02AA << 1)) = (unsigned short)0*55;

*(unsigned short *) (NOR-BANK-ADDR + (0*0555 << 1)) = (unsigned short)0*10;

//  NOR-WRITE(ADDR-SHIFT(0*0555), 0*00AA);

//  NOR-WRITE(ADDR-SHIFT(0*02AA), 0*0055);

//  NOR-WRITE(ADDR-SHIFT(0*0555), 0*0080);

//  NOR-WRITE(ADDR-SHIFT(0*0555), 0*00AA);

//  NOR-WRITE(ADDR-SHIFT(0*02AA), 0*0055);

//  NOR-WRITE(ADDR-SHIFT(0*0555), 0*0010);

 //NOR-WRITE(ADDR-SHIFT(0*110000), 0*0030);[/code]


Best wishes~



0
Under review

New user, selection and keyboard access difficulty on iPad

Troy Meyers 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 5

I recently purchased Textastic and have been working on live PHP/HTML/JS with AJAX files via FTP. It's great to be able to code somewhere other than at my desk.


I've been having trouble controlling when the screen keyboard comes up. Is there a button or gesture that activates it? It seems difficult to get a text select that causes the keyboard to appear. I usually have to de-select, then tap once or more elsewhere for the keyboard to come up. Also, sometimes when I do tap in a spot for an insertion cursor, the keyboard comes up and covers it, I would expect the code to scroll up a bit so the cursor can be seen. Often, when I swipe up to expose it, it doesn't seem like the insertion point is showing. In unsure if it wasn't placed, or if it's not visible.


Any suggestions? Thank you! 


Troy


P.S. For some reason I feel like this isn't a problem on the iPhone version, but I haven't used that much.

0
Under review

Save shortcuts for specific folders in Dropbox or FTP server.

victordomingos 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1

When working with some different projects in FTP or Dropbox, it would be useful to have a way to save a shortcut to a specific project folder in the remote server, instead of just a "Dropbox" or "FTP" root directory access. I tend to have more than one remote project in different folders and it can be a pain to navigate in the remote folder structure each time I need to change between projects.

0

What are the principles for time delay relays ?

Judy 7 years ago 0

I read an electronic magazine in which there is a report on what are the principles for time delay relays. After reading, I became interested in the principles for time delay relays. So I searched some related materials and information about this topic from google. Today I come to this forum to turn to you to discuss my understandings are appropriate.


Here are my personal understandings:

Power delay time The relay has a delay normally open contact, delay normally closed contact, instantaneous normally open contacts and instantaneous normally closed contacts. The principle is as follows: When the power-off delay time relay "coil" power off: delay normally open contact - after the set time after the opening delay normally closed contact - after the set time after the turn on.
Delayed relays are mainly used for DC or AC operation in a variety of protection and automatic control lines as auxiliary relays to increase the number of contacts and contact capacity. You can adjust the delay time as needed.


Delayed relays are an alternative to conventional industrial relays by reducing the energy consumption of the automatic delay load, reducing user comfort (eg, ON-OFF switches while controlling lighting and ventilation). Modular structures can provide more benefits.


Ps: Excuse me if I was wrong in words or expressions as I am a green hand in the field of time delay relays. I need continual learnings.


What is your idea ? Do you agree with my ideas ? Any of your ideas would be highly appreciated.


May someone would like to help ?


thanks in advance




0
Under review

getter and setter and interface implementation autocomplete

hsb1007 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

I am mostly using it for PHP


And use phpstorm on PC.


One thing I miss from php storm is the fact that you can auto generate getter and setter of property and auto population of interface method.


Is it feasible to implement on iOS app?

0
Under review

Google Drive file uploading

beaboutclayton 7 years ago in iPhone updated by Alexander Blach (Developer) 7 years ago 1

Mostly I have only been programming in C++ and just bought Textastic to look over and edit my code. Only problem is that I cannot access .cpp files. Uploading them into a folder on Google drive is no problem, but accessing them via the app isn't working. I converted some files to .txt and they would work. Let me know if there is a solution.

0

I couldn't see svn diff .

Jpf 7 years ago in iPhone 0

The text is visualised without syntax highlight

Could you resolve this issue please.

I like the app, but without this feature is very unuselees for me

I'm setting diff in the syntax parsing and I'm testing different UI , but I can't do it works

Regards

0

Open in iCloud Drive should remember last directory

Panh150 7 years ago in General updated by Alexander Blach (Developer) 7 years ago 1

all is said... when I try to open the second or third file in same directory, open in iCloud Drive should auto open on last directory rather than in iCloud root


I have my swift projects on my desktop, this will save me (and everybody) having to traverse a whole bunch of directories to go to the same place as last time I opened a file...

0
Fixed

Touchid fails on two devices

Steve Fatula 7 years ago in iPad updated 7 years ago 4

I've started having trouble with touchid. I see 6.3 was supposed to fix some bug with this, well, it does not for me. I run the 6.3 app on IOS, and, it asks for my touchid, I provide, and, it goes right back to asking me again. It shows that unlock screen where you can type the pin in, and, that's the only way out of it. This happens on an iPad Pro. So, I am already using 6.3, and, tried a few obvious things like turning touch id off and on within Textastic. Obviously, not an insurmountable issue, just annoying. I might try turning off passcode lock entirely later when I get back, and, turning that back on.