Search found 2749 matches

by BenHayat
Sat Dec 08, 2018 6:53 pm
Forum: General discussion and questions about Aware IM
Topic: Is there a way to Show/hide an attribute on a condition?
Replies: 16
Views: 23142

Is there a way to Show/hide an attribute on a condition?

Guys, I need to be able to show/hide certain attributes on a form using aware's widgets and not using HTML form based on certain condition at runtime. Like in the following Pic, I need to show/hide Skill set. https://www.camaro6.com/forums/picture.php?albumid=9788&pictureid=160095 But I can't find a...
by BenHayat
Fri Dec 07, 2018 4:45 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 117774

Re: Phonegap anyone? Or nativescript support?

eagles9999 wrote:
intra wrote:Recently 'flutter' has also been released from beta.

https://flutter.io/
But can that be integrated with Aware in any way?
That's the point. That means it has to be done by Awaresoft, not us, just like phonegap.
by BenHayat
Thu Dec 06, 2018 10:54 pm
Forum: General discussion and questions about Aware IM
Topic: WOES... Storing image in file system stuff (again)
Replies: 13
Views: 20329

Re: WOES... Storing image in file system stuff (again)

Yes, the REAR & FRONT will crap out. And you have to clean up all the crap... :D
by BenHayat
Thu Dec 06, 2018 10:51 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 117774

Re: Phonegap anyone? Or nativescript support?

What happened with this? I'm considering creating a mobile app, but it needs to access contacts. Is Phonegap still just a fancy shell? Well Jon, the PhoneGap implementation in Aware doesn't give true access to Contact filing system. For that, if you want to stay with ONE code base (JS) to natively ...
by BenHayat
Thu Dec 06, 2018 10:45 pm
Forum: General discussion and questions about Aware IM
Topic: WOES... Storing image in file system stuff (again)
Replies: 13
Views: 20329

Re: WOES... Storing image in file system stuff (again)

Jaymer, did you provide extension (jpg, png, etc) at the end of the path?
by BenHayat
Thu Dec 06, 2018 5:47 pm
Forum: General discussion and questions about Aware IM
Topic: Function similar to Magic's 'Exit' operation
Replies: 4
Views: 6480

Re: Function similar to Magic's 'Exit' operation

Sorry to bring up Magic again, but I am wondering, for those of you familiar with it, if there is a function similar to Magic's Exit operation where I can call a specific program on a workstation while running Aware? In a Magic app I would just set an expression to the name/path of program and any ...
by BenHayat
Wed Dec 05, 2018 6:36 pm
Forum: General discussion and questions about Aware IM
Topic: CREATE ... FOR EACH & Incremental Numbers
Replies: 3
Views: 8903

Re: CREATE ... FOR EACH & Incremental Numbers

PointsWell wrote: That is much more elegant that what I did.

Thank you!
That means you will be going to his conference...
by BenHayat
Wed Dec 05, 2018 11:59 am
Forum: General discussion and questions about Aware IM
Topic: WOES... Storing image in file system stuff (again)
Replies: 13
Views: 20329

Re: WOES... Storing image in file system stuff (again)

1. In my case, each set of new files is stored inside a directory created for that customer. So several customers could upload a file name "car1.jpg" and it won't cross-contaminate. Basically, what ACDC & I were saying, as long as your entire path remains unique, then you're fine. But what if a cus...
by BenHayat
Tue Dec 04, 2018 8:16 pm
Forum: General discussion and questions about Aware IM
Topic: WOES... Storing image in file system stuff (again)
Replies: 13
Views: 20329

Re: WOES... Storing image in file system stuff (again)

The fact that the path contains part of the filename may be related to your problem The path has to have the filename and extension. Otherwise you get some strange error. But the name that is uploaded should not be the name used by the app. I ended up building a sophisticated asset management to us...
by BenHayat
Sun Dec 02, 2018 10:28 pm
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20556

Re: "Relative Path" issues when storing images via FILE SYST

Jaymer wrote:do you think this is fixed yet in 8.2? or is it too soon?
No the latest update was supposed to fix that and it did not.

Watch carefully, how the full path from the top box become truncated in the "Select Files name".

Image
by BenHayat
Sun Dec 02, 2018 10:17 pm
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20556

Re: "Relative Path" issues when storing images via FILE SYST

Ben my problem had nothing to do with the files still being copied under Tomcat, if thats what you're referring to as "still there". my problem is that Aware was messing up the Path. It appears that when you have a relative path, Aware, AT RUNTIME, is taking the path and altering that string to pre...
by BenHayat
Fri Nov 30, 2018 3:39 pm
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20556

Re: [SOLVED]Need help with Setting File System path for imag

All I was really trying to do was to use the "new" feature so AIM doesn't have to duplicate the image because its under Tomcat already. Hadn't tried that yet. And all I got for my good intentions was a wasted 3 hours :) Jaymer, just tested the new fix, and the problem is still there, I'm sending su...
by BenHayat
Fri Nov 30, 2018 6:33 am
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20556

Re: [SOLVED]Need help with Setting File System path for imag

All I was really trying to do was to use the "new" feature so AIM doesn't have to duplicate the image because its under Tomcat already. Hadn't tried that yet. And all I got for my good intentions was a wasted 3 hours :) Please report it to Support that "Relative" path still duplicates images under ...
by BenHayat
Thu Nov 29, 2018 10:56 pm
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20556

Re: [SOLVED]Need help with Setting File System path for imag

Jaymer wrote:He "solved" it?

The "two dots" didn't solve it for me.
Is the fix in the new build the solution?
Well, I have decided to go with "Absolute" path for some other reasons.