Search found 389 matches

by ddumas
Fri Mar 27, 2020 12:21 pm
Forum: General discussion and questions about Aware IM
Topic: PROTECT by can still DELETE?
Replies: 3
Views: 9714

Re: PROTECT by can still DELETE?

Yes, I had posted a bug on this issue a while ago. Do not trust Protect against a delete.
Dave
by ddumas
Wed Mar 18, 2020 12:08 pm
Forum: Wish List
Topic: Branding
Replies: 2
Views: 15814

Re: Branding

Thanks - I see that there is a link to a lot of really cool images, but I see nothing in the way of learning html / css to enhance an app. For my learning path, I would like to learn how to use html / css to make everything that "surounds" the app look better. Let's call that "lipstick" :) I feel th...
by ddumas
Tue Mar 17, 2020 3:43 pm
Forum: General discussion and questions about Aware IM
Topic: In the Banner of my VP, how do I display a logo?
Replies: 11
Views: 27844

Re: In the Banner of my VP, how do I display a logo?

Thanks Bruce. I assume at a minimum my XXXPanel.css file placed in the XXX folder (my app) will at a minimum, contain this: .header { background-color: #ffffd0; background-image: url('../CSS/ALC/americanLumber.gif'); background-repeat: no-repeat; vertical-align: top !important; background-size: 250p...
by ddumas
Sun Mar 15, 2020 7:29 pm
Forum: General discussion and questions about Aware IM
Topic: In the Banner of my VP, how do I display a logo?
Replies: 11
Views: 27844

Re: In the Banner of my VP, how do I display a logo?

and then in the custom HTML (text property), just place this code: /XXX/logo.css ?

where XXX would be the folder name inside the Custom Folder
by ddumas
Sat Mar 14, 2020 8:12 pm
Forum: Wish List
Topic: Branding
Replies: 2
Views: 15814

Branding

There really should be a video on branding, which shows very common usage examples of HTML / css for logos, etc in a banner, menu item, top bar, form panel, message box, etc. We are not all HTML and CSS experts, so a video with real examples would go a long way.
Dave
by ddumas
Sat Mar 14, 2020 8:06 pm
Forum: General discussion and questions about Aware IM
Topic: In the Banner of my VP, how do I display a logo?
Replies: 11
Views: 27844

Re: In the Banner of my VP, how do I display a logo?

Thanks. Not sure how to implement the css. Does that just get pasted into the CustomHTML property of a content panel in the Banner? As a stop gap, I copied a jpg into the AwareIM/tomcat/webapps/AwareIM folder, and added a text menu item to my Top Bar frame, pasting in this into the text property: <i...
by ddumas
Thu Mar 12, 2020 6:31 pm
Forum: General discussion and questions about Aware IM
Topic: In the Banner of my VP, how do I display a logo?
Replies: 11
Views: 27844

In the Banner of my VP, how do I display a logo?

In the top "Banner" section of my Visual Perspective (VP), I would like to display a logo. I have attached a screenshot in which I have defined a .jpg file as the "background" property of the Banner. It is 50 pixels tall, just like the Banner. I am guessing that maybe the background "layer" is behin...
by ddumas
Mon Mar 09, 2020 1:22 am
Forum: General discussion and questions about Aware IM
Topic: Does a simple PICK list exist? (SOLVED)
Replies: 2
Views: 11301

Re: Does a simple PICK list exist? (SOLVED)

That worked perfect, thanks so much!
Dave
by ddumas
Sun Mar 08, 2020 9:58 pm
Forum: General discussion and questions about Aware IM
Topic: Does a simple PICK list exist? (SOLVED)
Replies: 2
Views: 11301

Does a simple PICK list exist? (SOLVED)

I have a process that as the first step, needs to get a user selection, and then continue. So I am using PICK. I used: PICK AttendeeType where 1=1 I had to enter a bogus WHERE clause because I kept getting a syntax error unless I used one. When the list popped up, there was a checkbox to the left of...
by ddumas
Mon Feb 24, 2020 3:44 pm
Forum: General discussion and questions about Aware IM
Topic: Latency processing Incoming email is always 5 minutes
Replies: 0
Views: 9680

Latency processing Incoming email is always 5 minutes

Looks like the incoming email poller runs every 5 minutes (shows in Tomcat output). Is there a setting somewhere that I can reduce that?
Dave
by ddumas
Mon Feb 24, 2020 1:53 pm
Forum: Problem reports
Topic: save form operation replaces active tab in VP if popup
Replies: 0
Views: 9359

save form operation replaces active tab in VP if popup

I have a menu operation (Edit My Profile) in the top bar of my VP. I execute a process that does a popup form edit. Popup forms when saved are supposed to disappear, and just close, and not disturb anything else. Normally they do. However, in this case, when save is clicked (save panel operation of ...
by ddumas
Mon Feb 24, 2020 12:17 pm
Forum: General discussion and questions about Aware IM
Topic: Close Button on Popup Form ignores edits (SOLVED)
Replies: 9
Views: 20297

Re: Close Button on Popup Form ignores edits (SOLVED)

for Support - I am happy to do a zoom meeting to reset my code back (1 line omission), and show you the issue. It would only take about 5 minutes
Dave
by ddumas
Sun Feb 23, 2020 10:29 pm
Forum: General discussion and questions about Aware IM
Topic: Close Button on Popup Form ignores edits (SOLVED)
Replies: 9
Views: 20297

Re: Close Button on Popup Form ignores edits (SOLVED)

I went to the website, filled in the form, and submitted. I never heard back. However, now, in this particular case, since I have a single line of script code that eliminates the buttons that appear on the bottom of any form, I don't think I need to address this anymore. However, if you create a pop...
by ddumas
Sun Feb 23, 2020 2:07 pm
Forum: General discussion and questions about Aware IM
Topic: Close Button on Popup Form ignores edits (SOLVED)
Replies: 9
Views: 20297

Re: Close Button on Popup Form ignores edits

John,

Worked perfectly - buttons are gone. It would be great if this was a property option for a Form "Hide Buttons", which would do this.

BaaaaaaaaaaaaaaaaaaaaM Home Run, out of the park :)

thanks you so much,
Dave
by ddumas
Sat Feb 22, 2020 1:57 pm
Forum: General discussion and questions about Aware IM
Topic: Close Button on Popup Form ignores edits (SOLVED)
Replies: 9
Views: 20297

Re: Close Button on Popup Form ignores edits

I have logged a paid support ticket, but have not received a response. Can we do a Zoom meeting for the support ticket? One of the members had responded in the post I had cited (#53197) with 3 small javascript code snippets that they claim will get rid of the close button, but I have no idea where t...