issues Search Results · repo:shannah/CodeRAD language:Java
Filter by
20 results
(74 ms)20 results
inshannah/CodeRAD (press backspace or delete to remove)Given a sequence of add, remove, add events on an EntityList, the EntityListView can end up showing incorrect items. For
example:
entityList.add(a);
entityList.remove(a);
entityList.add(a);
The root ...
Rocketeer007
- Opened on Mar 15, 2024
- #26
With this code sample for an Entity, CodeRAD generates code that does not compile.
public interface MyEntity extends Entity {
Tag myNumber= new Tag( myNumber );
@RAD(tag = myNumber )
Integer ...
Rocketeer007
- 1
- Opened on Oct 6, 2023
- #25
I have a radLabel linked to a property which is a Date type, and uses the TimeAgo date format, like this:
radLabel tag= Symbol.lastRefresh dateFormat= TimeAgo component.uiid= RefreshLabel /
When ...
Rocketeer007
- Opened on Sep 7, 2023
- #24
I get the below error when running mvn clean package and mvn clean install. I can t really figure out the cause.
This is my project: my-app
Stacktrace:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile ...
ahmed-shakir
- Opened on Sep 17, 2022
- #22
From: https://www.reddit.com/r/cn1/comments/wjuarg/buttons_component_not_showing_in_rowtemplate_in/
Am trying to add buttons component to component in rowTemplate but this is not being displayed as would ...
shannah
- 1
- Opened on Aug 27, 2022
- #21
Hi,
I would like to indicate using colors or different icons contact s online status. That is a different icon or a color to
be used when the contact is offline, online, busy, etc....
I could not find ...
arthef
- 4
- Opened on Oct 9, 2020
- #16
Hi,
I use EntityList for maintaining and displaying contact list. I may have 100 or more contacts. During app startup time,
the app connects to the server and loads entire contact list. Now, adding contacts ...
arthef
- 28
- Opened on Oct 7, 2020
- #15
I was wondering if there is a way to have enum field type in the Entity. I think it could be worked around with Integer
field and takin ordinal value of the enum but this seems like a workaround rather ...
arthef
- 2
- Opened on Oct 1, 2020
- #14
CodeRAD and RADChatRoom are great additions to CN1 environment and API. I appreciate the effort and try to use them in
my code.
However, I am having hard time to fully grasp CodeRAD concept. RADChatRoom ...
arthef
- 14
- Opened on Sep 11, 2020
- #13
Ok, I do not know if this is related to EntityEditor or ListNode or NodeList. The thing is that I have
AbstractEntityView implementation using EntityEditor and ListNode to render EntityList elements. Very ...
arthef
- 2
- Opened on May 26, 2020
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.