Showing results 1 to 23 of 23 @ 0.00 seconds. Search: Posts Made By: v_andal
Forum: Applications 2010-10-30, 18:41
Replies: 38
Views: 12,906
Posted By v_andal
Re: ankimaemi 0.0.3

Hm. ankiqt works fine. It plays and shows pictures. But ankimaemi does neither. I'll try to run it from terminal.
Forum: Applications 2010-10-29, 07:41
Replies: 38
Views: 12,906
Posted By v_andal
Re: ankimaemi 0.0.3

Hello! Any hints on how to add media to cards in ankimaemi? Is it supported at all? I've downloaded a pack from the web and it contains media (images and mp3). I've tried to place them into...
Forum: Development 2009-11-23, 10:31
Replies: 6
Views: 1,764
Posted By v_andal
Re: Adding application to menu under Diablo

Replacing dash with underscore has fixed the problem. Now I just need to figure out support for locales. The scratchbox environment provides only 2 locales: POSIX and C. I'd like to add en_US.UTF-8....
Forum: Development 2009-11-18, 11:56
Replies: 6
Views: 1,764
Posted By v_andal
Forum: Development 2009-11-18, 08:14
Replies: 6
Views: 1,764
Posted By v_andal
Re: Adding application to menu under Diablo

Now I have another problem. When I try to launch my application through the entry in Extras menu, then the hildon crashes. When I run it from Personal Menu, then there are no problems. What possibly...
Forum: Development 2009-11-16, 16:56
Replies: 6
Views: 1,764
Posted By v_andal
Adding application to menu under Diablo

Hi, I wanted to add my application to the list under Extras. So I've added the link to my .desktop file under /etc/others-menu/ as it is specified in docs, but nothing happened. I still don't see it....
Forum: Development 2009-10-30, 14:06
Replies: 2
Views: 1,195
Posted By v_andal
Re: new window with half height of the display

Hm, but GtkDialog implies that the window is split into vbox and action_area. I don't want this split. I just need a normal window that allows user to do some other actions. Should I use...
Forum: Development 2009-10-30, 12:49
Replies: 2
Views: 1,195
Posted By v_andal
new window with half height of the display

Hi!

Suppose I have one window in my application and I open another window. Normally I make this window "transient" for the first one, but the second window completely covers the parent. What shall...
Forum: Applications 2009-05-29, 10:52
Replies: 71
Views: 32,589
Posted By v_andal
Re: Videocamera for 2008OS - Released!

I've tried this program today on my N800 with Diablo. It works, but the sound is very low. I can barely hear it. Moving very close to microphone helps a lot, but is not practical :) Any settings I...
Forum: Development 2009-05-25, 14:10
Replies: 7
Views: 3,333
Posted By v_andal
Re: selection and GtkEntry

Uph. Looks like I've found the way to get desired behavior. First of all, to prevent focus stealing, the property "can-focus" on the button had to be set to FALSE. After that, instead of using...
Forum: Development 2009-05-25, 13:16
Replies: 7
Views: 3,333
Posted By v_andal
Re: selection and GtkEntry

The focus-out-event does not help. By the time it arrives the selection is already gone :( Amazingly enough, the selection is not lost when the GtkToolButton is clicked. So I could partly work around...
Forum: Development 2009-05-22, 10:25
Replies: 7
Views: 3,333
Posted By v_andal
Re: selection and GtkEntry

So far, I've managed to disable popping up of virtual keyboard. The trick is to add "focus-in-event" signal handler that returns TRUE. But it does not help against loosing the selection when focus is...
Forum: Development 2009-05-15, 15:36
Replies: 7
Views: 3,333
Posted By v_andal
Re: selection and GtkEntry

Thank you for pointers to GtkIMContext, but big question is how to obtain the pointer to GtkIMContext.

Any hints about selection in the GtkEntry?
Forum: Development 2009-05-13, 13:18
Replies: 7
Views: 3,333
Posted By v_andal
selection and GtkEntry

Hello!

When running on regular PC, selected with mouse text in GtkEntry is "visible" to function gtk_editable_get_selection_bounds. I've tried
to run my application on Nokia N800 and there the...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2009-05-07, 10:16
Replies: 3
Views: 1,364
Posted By v_andal
Re: USB networking and firefox

Aha, found solution in other thread. The command should be

gconftool -s -t string /system/osso/connectivity/IAP/DEFAULT/type DUMMY

At least it worked :)
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2009-05-05, 08:08
Replies: 3
Views: 1,364
Posted By v_andal
Re: USB networking and firefox

Hm. Does not help. I can see both Usb and Dummy networks in the list of connections (Control panel -> Connectivity -> Connections), but when browser starts and attempts to connect, the list of...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2009-05-04, 09:44
Replies: 3
Views: 1,364
Posted By v_andal
USB networking and firefox

Hi!

I've tried to configure USB networking and surprisingly it worked :rolleyes: From xterm I can access internet. But when I try to use firefox it attempts to "establish connection". How can I...
Forum: Development 2009-04-30, 06:57
Replies: 22
Views: 11,644
Posted By v_andal
Re: kanjipad os2008

Never mind. Looks like if I draw small kanji, then things work fine. I guess this is scaling problem.
Forum: Development 2009-04-29, 12:54
Replies: 22
Views: 11,644
Posted By v_andal
Re: kanjipad os2008

This thread is a year old, but I still hope to get some help :) I was able to compile the sources for kanjipad-2.0 in scratchbox and the binary works both in scratchbox and on the N800. But, as...
Forum: Applications 2009-04-09, 08:58
Replies: 6
Views: 3,990
Posted By v_andal
Re: command "less" where?

Yes, that's how I've done it. But I wanted to see the list of all available packages in this repository. I guess I can obtain this using some other apt tool (aptitude?) but so far I didn't have time...
Forum: Applications 2009-04-07, 19:20
Replies: 6
Views: 3,990
Posted By v_andal
Re: command "less" where?

Thanks, thats the part I was missing! Now I just need to figure out how to get into Red pill mode :)
Forum: Applications 2009-04-06, 10:17
Replies: 6
Views: 3,990
Posted By v_andal
Re: command "less" where?

Thank you!

Actually I've tried 'apt-get install less' but it returned "no package found". I guess I have to learn a bit more about this way. My background is gentoo :)
Forum: Applications 2009-04-05, 07:21
Replies: 6
Views: 3,990
Posted By v_andal
command "less" where?

Hi!

Which package should I install (from which repository) to get command "less" in xterm?

Thanks
Showing results 1 to 23 of 23



 
Forum Jump

All times are GMT. The time now is 00:21.