I got Adobe Creative Suite 5.5, and all the projects in company are made in 5.0. And i can\'t simply save by ctrl+s because Flash (thats concrete program i am asking about) want to save in 5.5. So eve
I have this certain viewmodel with viewmodels and collections. When I click save button that invokes postback, I can\'t get the viewmodels and collections inside the viewmodel. I need to declare 开发者
I have a program that is saves information like a list of names, file paths, summary, and dates. Everything saves ok and everything load ok from the file... except if I load the information in from t
Im just wondering how I go about saving an instance of a class to the silverlight isolated storage. I also need to know if it possible that the class that we save to isolated storage can have a list o
I have a object A which maps to table A in DB class A { Integer id; String field2,field2;field3 ,... fieldN;
I have objects A and B. 开发者_如何学运维Object A is like class A{ Set<B> } Now when I save A I want that all objects in Set<B> of A should be automatically saved in DB. How can I do
I\'m working on an Excel/VB add-in.The .xla is about开发者_运维知识库 3.11 MB.The problem I\'m seeing is when I save the project, it takes considerably longer than I would expect.Is this normal behavi
I have a button which stores whatever text is written in the text form above it when clicked. However, the application force closes when the button is clicked. What could be the problem?
Can I use a file in a project in Eclips开发者_Python百科e that is stored in a different directory than the default without changing the default for all files i.e. other files could be stored in the de
I have a button which stores data written in the EditText form above it to internal memory, but for some reason the code doesn\'t work. It doesn\'t even display the toast message.