Showing 1 - 10 of 141 questions
|
0
points
0
votes
|
I'm having a little issue with my program. I'm writing a simple android app that spawns a new windows in the app.js which acts as my root window for the application. When i click the back button, I...
16 views, 1 answers
asked 3 days ago
by Alex Borisov
|
|
0
points
0
votes
|
In my App, there are 2 tabs, in which the second tab have 3 windows. When I am at the second window, I press the back button to return to first window, but then it exit the program.
What can I do...
19 views, 0 answers
asked 4 days ago
by Sreyleap Lay
|
|
0
points
0
votes
|
In my App, there are 2 tabs, in which the second tab have 3 windows. When I am at the second window, I press the back button to return to first window, but then it exit the program.
What can I do...
10 views, 0 answers
asked 4 days ago
by Sreyleap Lay
|
|
0
points
0
votes
|
Hi All,
Is there a way to navigate to the tab's root window from the top level window in the stack?
Here is the scenario:
Tab's rootWindow --> window1 --> window2.
I would like to navigate to...
18 views, 0 answers
asked 1 week ago
|
|
0
points
0
votes
|
Back buttons in the navigation group created automatically, and i've no control over it, any means i can add event listener on it ?????????...
26 views, 0 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
My app starts off with a simple screen with 3 buttons. Each takes you to a new window which has tabs, however that first screen has no tabs.
I have created 3 buttons, each linking to a new window...
36 views, 0 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
Hi guys,
adding windows to Navigation Group object is ok, and each window provide back button to the window that open it.
how can i add Tab Group object to the Navigation Group directly or...
36 views, 0 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
Hi,
I created a table view in my project a long time ago and it was working perfectly. Then I changed the way I called the table view. It used to be one of three bottoms tabs. Then I got rid of the...
99 views, 5 answers
asked 2 weeks ago
by C Z
|
|
0
points
0
votes
|
Trying to close a window after opening a new window. My current code below, after opening the new window, waits the timeout and then closes the new window, leaving a black screen.
What am I not...
80 views, 2 answers
asked 2 weeks ago
by Todd Soligo
|
|
0
points
0
votes
|
Looking for advice on best practice for releasing memory. I am currently using a tabGroup to page thru windows in succession, just like Kitchen Sink.
Each window opens a new window with a unique...
52 views, 0 answers
asked 2 weeks ago
by Todd Soligo
|